com.aspose.cad.jasperreports.common

Class ImageExportConfigurationImpl

    • Constructor Detail

      • ImageExportConfigurationImpl

        public ImageExportConfigurationImpl()
    • Method Detail

      • getFullFrame

        public final boolean getFullFrame()

        Gets a value indicating whether [full frame].

        Value: true if [full frame]; otherwise, false.
        Specified by:
        getFullFrame in interface ImageExportConfiguration
        Returns:
        a value indicating whether [full frame].
      • setFullFrame

        public final void setFullFrame(boolean value)

        Sets a value indicating whether [full frame].

        Value: true if [full frame]; otherwise, false.
        Parameters:
        value - a value indicating whether [full frame].
      • getPalette

        public com.aspose.cad.IColorPalette getPalette()

        Gets the color palette.

        Specified by:
        getPalette in interface ImageExportConfiguration
        Returns:
        The color palette.
      • setPalette

        public void setPalette(com.aspose.cad.IColorPalette value)

        Sets the color palette.

        Parameters:
        value - The color palette.
      • setResolutionSettings

        public void setResolutionSettings(com.aspose.cad.ResolutionSetting value)

        Sets the resolution settings.

      • setSmoothingMode

        public final void setSmoothingMode(SmoothingMode value)

        Sets the smoothing mode.

        Parameters:
        value - the smoothing mode.
      • getCenterDrawing

        public boolean getCenterDrawing()

        Gets a value indicating whether center drawing.

        Specified by:
        getCenterDrawing in interface ImageExportConfiguration
        Returns:
        a value indicating whether center drawing.
      • setTextRenderingHintEnum

        public void setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum)

        Sets text rendering hint.

        See Also:
        TextRenderingHint
      • setCenterDrawing

        public void setCenterDrawing(boolean value)

        Sets a value indicating whether center drawing.

        Parameters:
        value - a value indicating whether center drawing.