Class CVPrintElement
- java.lang.Object
-
- net.sf.jasperreports.customvisualization.CVPrintElement
-
public final class CVPrintElement extends Object
Utility class that creates generic print elements of cv type.- Author:
- Giulio Toffoli (gt78@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIGURATIONstatic StringCSSstatic StringCSS_URIstatic net.sf.jasperreports.engine.JRGenericElementTypeCV_ELEMENT_TYPEThe qualified type of the Custom Visualization generic elements.static net.sf.jasperreports.engine.type.OnErrorTypeEnumDEFAULT_ON_ERROR_TYPEstatic StringMODULEstatic StringNAMESPACEstatic StringPARAMETER_ELEMENT_IDstatic StringPARAMETER_ON_ERROR_TYPEstatic StringPARAMETER_PNG_CACHE_RENDERERstatic StringPARAMETER_SVG_CACHE_RENDERERThe cached image renderer.static StringSCRIPTstatic StringSCRIPT_URI
-
-
-
Field Detail
-
PARAMETER_ON_ERROR_TYPE
public static final String PARAMETER_ON_ERROR_TYPE
- See Also:
- Constant Field Values
-
CV_ELEMENT_TYPE
public static final net.sf.jasperreports.engine.JRGenericElementType CV_ELEMENT_TYPE
The qualified type of the Custom Visualization generic elements.
-
PARAMETER_ELEMENT_ID
public static final String PARAMETER_ELEMENT_ID
- See Also:
- Constant Field Values
-
CONFIGURATION
public static final String CONFIGURATION
- See Also:
- Constant Field Values
-
SCRIPT
public static final String SCRIPT
- See Also:
- Constant Field Values
-
SCRIPT_URI
public static final String SCRIPT_URI
- See Also:
- Constant Field Values
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
CSS
public static final String CSS
- See Also:
- Constant Field Values
-
CSS_URI
public static final String CSS_URI
- See Also:
- Constant Field Values
-
MODULE
public static final String MODULE
- See Also:
- Constant Field Values
-
DEFAULT_ON_ERROR_TYPE
public static final net.sf.jasperreports.engine.type.OnErrorTypeEnum DEFAULT_ON_ERROR_TYPE
-
PARAMETER_SVG_CACHE_RENDERER
public static final String PARAMETER_SVG_CACHE_RENDERER
The cached image renderer.- See Also:
- Constant Field Values
-
PARAMETER_PNG_CACHE_RENDERER
public static final String PARAMETER_PNG_CACHE_RENDERER
- See Also:
- Constant Field Values
-
-