ImageExportConfigurationImpl

Inheritance: java.lang.Object, BaseExportConfigurationImpl

All Implemented Interfaces: ImageExportConfiguration

The image report configuration.

Constructors

ConstructorDescription
ImageExportConfigurationImpl()

Methods

MethodDescription
getFullFrame()Gets a value indicating whether [full frame]. Value: true if [full frame]; otherwise, false .
setFullFrame(boolean value)Sets a value indicating whether [full frame]. Value: true if [full frame]; otherwise, false .
getPalette()Gets the color palette.
setPalette(com.aspose.cad.IColorPalette value)Sets the color palette.
getResolutionSettings()Gets the resolution settings.
setResolutionSettings(com.aspose.cad.ResolutionSetting value)Sets the resolution settings.
getSmoothingMode()Gets the smoothing mode.
setSmoothingMode(SmoothingMode value)Sets the smoothing mode.
getCenterDrawing()Gets a value indicating whether center drawing.
getTextRenderingHint()Gets text rendering hint.
setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum)Sets text rendering hint.
setCenterDrawing(boolean value)Sets a value indicating whether center drawing.

ImageExportConfigurationImpl()

public ImageExportConfigurationImpl()

getFullFrame()

public final boolean getFullFrame()

Gets a value indicating whether [full frame]. Value: true if [full frame]; otherwise, false .

Returns: boolean - a value indicating whether [full frame].

setFullFrame(boolean value)

public final void setFullFrame(boolean value)

Sets a value indicating whether [full frame]. Value: true if [full frame]; otherwise, false .

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether [full frame].

getPalette()

public com.aspose.cad.IColorPalette getPalette()

Gets the color palette.

Returns: com.aspose.cad.IColorPalette - The color palette.

setPalette(com.aspose.cad.IColorPalette value)

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

Sets the color palette.

Parameters:

ParameterTypeDescription
valuecom.aspose.cad.IColorPaletteThe color palette.

getResolutionSettings()

public com.aspose.cad.ResolutionSetting getResolutionSettings()

Gets the resolution settings.

Returns: com.aspose.cad.ResolutionSetting

setResolutionSettings(com.aspose.cad.ResolutionSetting value)

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

Sets the resolution settings.

getSmoothingMode()

public final SmoothingMode getSmoothingMode()

Gets the smoothing mode.

Returns: SmoothingMode - the smoothing mode.

setSmoothingMode(SmoothingMode value)

public final void setSmoothingMode(SmoothingMode value)

Sets the smoothing mode.

Parameters:

ParameterTypeDescription
valueSmoothingModethe smoothing mode.

getCenterDrawing()

public boolean getCenterDrawing()

Gets a value indicating whether center drawing.

Returns: boolean - a value indicating whether center drawing.

getTextRenderingHint()

public TextRenderingHintEnum getTextRenderingHint()

Gets text rendering hint.

Returns: TextRenderingHintEnum

See Also: TextRenderingHintEnum

setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum)

public void setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum)

Sets text rendering hint.

setCenterDrawing(boolean value)

public void setCenterDrawing(boolean value)

Sets a value indicating whether center drawing.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether center drawing.