Package de.xima.fc
Class CmnConst.FormPreviewImageParams
- java.lang.Object
 - 
- de.xima.fc.CmnConst.FormPreviewImageParams
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringPARAMNAME_CROPstatic StringPARAMNAME_DIMENSIONstatic StringPARAMNAME_FORM_VERSION_NUMBERstatic StringPARAMNAME_FORMATstatic StringPARAMNAME_IDstatic StringPARAMNAME_KEEP_ASPECT_RATIOstatic StringPARAMNAME_PROJECT_IDstatic StringPARAMNAME_QUALITYstatic StringPARAMNAME_SCALEstatic StringPARAMNAME_SOURCE_RECTANGLEstatic StringPARAMNAME_TEMPLATE_NAMEstatic StringPARAMNAME_TYPEstatic StringTYPE_CUSTOMstatic StringTYPE_LARGEstatic StringTYPE_THUMBNAIL 
- 
Constructor Summary
Constructors Constructor Description FormPreviewImageParams() 
 - 
 
- 
- 
Field Detail
- 
PARAMNAME_FORM_VERSION_NUMBER
public static final String PARAMNAME_FORM_VERSION_NUMBER
- See Also:
 - Constant Field Values
 
 
- 
PARAMNAME_PROJECT_ID
public static final String PARAMNAME_PROJECT_ID
- See Also:
 - Constant Field Values
 
 
- 
PARAMNAME_FORMAT
public static final String PARAMNAME_FORMAT
- See Also:
 - Constant Field Values
 
 
- 
PARAMNAME_QUALITY
public static final String PARAMNAME_QUALITY
- See Also:
 - Constant Field Values
 
 
- 
PARAMNAME_TEMPLATE_NAME
public static final String PARAMNAME_TEMPLATE_NAME
- See Also:
 - Constant Field Values
 
 
- 
PARAMNAME_TYPE
public static final String PARAMNAME_TYPE
- See Also:
 - Constant Field Values
 
 
- 
PARAMNAME_ID
public static final String PARAMNAME_ID
- See Also:
 - Constant Field Values
 
 
- 
TYPE_THUMBNAIL
public static final String TYPE_THUMBNAIL
- See Also:
 - Constant Field Values
 
 
- 
TYPE_CUSTOM
public static final String TYPE_CUSTOM
- See Also:
 - Constant Field Values
 
 
- 
TYPE_LARGE
public static final String TYPE_LARGE
- See Also:
 - Constant Field Values
 
 
- 
PARAMNAME_SCALE
public static final String PARAMNAME_SCALE
- See Also:
 - Constant Field Values
 
 
- 
PARAMNAME_DIMENSION
public static final String PARAMNAME_DIMENSION
- See Also:
 - Constant Field Values
 
 
- 
PARAMNAME_KEEP_ASPECT_RATIO
public static final String PARAMNAME_KEEP_ASPECT_RATIO
- See Also:
 - Constant Field Values
 
 
- 
PARAMNAME_SOURCE_RECTANGLE
public static final String PARAMNAME_SOURCE_RECTANGLE
- See Also:
 - Constant Field Values
 
 
- 
PARAMNAME_CROP
public static final String PARAMNAME_CROP
- See Also:
 - Constant Field Values
 
 
 - 
 
 -