Class CVConstants
- java.lang.Object
-
- net.sf.jasperreports.customvisualization.CVConstants
-
public class CVConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringCOMPONENT_NAMEstatic StringCV_PNG_ANTIALIASIf JR is used to render a PNG, this property allows to set the antialias on or off for the rasterized image.static booleanCV_PNG_ANTIALIAS_DEFAULT_VALUEstatic StringCV_PNG_MIN_DPIIf JR is used to render a PNG, this property allows to set the minimum DPI of the rasterized image.static intCV_PNG_MIN_DPI_DEFAULT_VALUEstatic StringCV_PREFIXstatic StringNAMESPACEstatic StringPROPERTY_GENERATE_IMAGEBoolean property to produce images instead of generic elementsstatic StringPROPERTY_HTML_GENERATE_IMAGEBoolean property to produce images instead of HTML fragments during HTML exportstatic StringPROPERTY_ON_ERROR_TYPEstatic longSERIAL_VERSION_UIDstatic StringXSD_LOCATIONstatic StringXSD_RESOURCE
-
Constructor Summary
Constructors Constructor Description CVConstants()
-
-
-
Field Detail
-
SERIAL_VERSION_UID
public static final long SERIAL_VERSION_UID
- See Also:
- Constant Field Values
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
XSD_LOCATION
public static final String XSD_LOCATION
- See Also:
- Constant Field Values
-
XSD_RESOURCE
public static final String XSD_RESOURCE
- See Also:
- Constant Field Values
-
COMPONENT_NAME
protected static final String COMPONENT_NAME
- See Also:
- Constant Field Values
-
CV_PREFIX
public static final String CV_PREFIX
- See Also:
- Constant Field Values
-
CV_PNG_MIN_DPI
public static final String CV_PNG_MIN_DPI
If JR is used to render a PNG, this property allows to set the minimum DPI of the rasterized image. com.jaspersoft.jasperreports.components.customvisualization.png.min.dpi Possible values: integer, usually between 72 and 300. Default value: 300 (see CV_PNG_MIN_DPI_DEFAULT_VALUE)- See Also:
- Constant Field Values
-
CV_PNG_ANTIALIAS
public static final String CV_PNG_ANTIALIAS
If JR is used to render a PNG, this property allows to set the antialias on or off for the rasterized image. com.jaspersoft.jasperreports.components.customvisualization.png.antialias Possible values: true|false Default value: true- See Also:
- Constant Field Values
-
CV_PNG_MIN_DPI_DEFAULT_VALUE
public static final int CV_PNG_MIN_DPI_DEFAULT_VALUE
- See Also:
- Constant Field Values
-
CV_PNG_ANTIALIAS_DEFAULT_VALUE
public static final boolean CV_PNG_ANTIALIAS_DEFAULT_VALUE
- See Also:
- Constant Field Values
-
PROPERTY_ON_ERROR_TYPE
public static final String PROPERTY_ON_ERROR_TYPE
- See Also:
- Constant Field Values
-
PROPERTY_GENERATE_IMAGE
public static final String PROPERTY_GENERATE_IMAGE
Boolean property to produce images instead of generic elements- See Also:
- Constant Field Values
-
PROPERTY_HTML_GENERATE_IMAGE
public static final String PROPERTY_HTML_GENERATE_IMAGE
Boolean property to produce images instead of HTML fragments during HTML export- See Also:
- Constant Field Values
-
-