Class CVConstants


  • public class CVConstants
    extends Object
    • Field Detail

      • 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_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
    • Constructor Detail

      • CVConstants

        public CVConstants()