com.aspose.cad.jasperreports.common

Class ImageExportParameters

    • Constructor Detail

      • ImageExportParameters

        public ImageExportParameters(BaseExportConfigurationImpl baseExportConfiguration)
        Instantiates a new Image export parameters.
        Parameters:
        baseExportConfiguration - the base export configuration
    • Method Detail

      • getFullFrame

        public final boolean getFullFrame()

        Gets a value indicating whether [full frame].

        Value: true if [full frame]; otherwise, false.
        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.

        Returns:
        The color palette.
      • setPalette

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

        Sets the color palette.

        Parameters:
        value - The color palette.
      • getResolutionSettings

        public com.aspose.cad.ResolutionSetting getResolutionSettings()

        Gets the resolution settings.

        Returns:
        the resolution settings
      • setResolutionSettings

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

        Sets the resolution settings.

        Parameters:
        value - the value
      • getSmoothingMode

        public final SmoothingMode getSmoothingMode()

        Gets the smoothing mode.

        Returns:
        the smoothing mode.
      • 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.

        Returns:
        a value indicating whether center drawing.
      • setTextRenderingHintEnum

        public void setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum)

        Sets text rendering hint.

        Parameters:
        textRenderingHintEnum - the text rendering hint enum
        See Also:
        TextRenderingHint
      • setCenterDrawing

        public void setCenterDrawing(boolean value)

        Sets a value indicating whether center drawing.

        Parameters:
        value - a value indicating whether center drawing.
      • setPropertyValues

        public void setPropertyValues(Object object)
        Specified by:
        setPropertyValues in interface com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters
        Overrides:
        setPropertyValues in class BaseExportParameters