public class ImageExportConfigurationImpl extends BaseExportConfigurationImpl implements ImageExportConfiguration
The image report configuration.
Constructor and Description |
---|
ImageExportConfigurationImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
getCenterDrawing()
Gets a value indicating whether center drawing.
|
boolean |
getFullFrame()
Gets a value indicating whether [full frame].
|
com.aspose.cad.IColorPalette |
getPalette()
Gets the color palette.
|
com.aspose.cad.ResolutionSetting |
getResolutionSettings()
Gets the resolution settings.
|
SmoothingMode |
getSmoothingMode()
Gets the smoothing mode.
|
TextRenderingHintEnum |
getTextRenderingHint()
Gets text rendering hint.
|
void |
setCenterDrawing(boolean value)
Sets a value indicating whether center drawing.
|
void |
setFullFrame(boolean value)
Sets a value indicating whether [full frame].
|
void |
setPalette(com.aspose.cad.IColorPalette value)
Sets the color palette.
|
void |
setResolutionSettings(com.aspose.cad.ResolutionSetting value)
Sets the resolution settings.
|
void |
setSmoothingMode(SmoothingMode value)
Sets the smoothing mode.
|
void |
setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum)
Sets text rendering hint.
|
getBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicense
isOverrideHints, setOverrideHints
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBackgroundColor, getLicense, isDrawBackground
public final boolean getFullFrame()
Gets a value indicating whether [full frame].
Value:true
if [full frame]; otherwise, false
.getFullFrame
in interface ImageExportConfiguration
public final void setFullFrame(boolean value)
Sets a value indicating whether [full frame].
Value:true
if [full frame]; otherwise, false
.value
- a value indicating whether [full frame].public com.aspose.cad.IColorPalette getPalette()
Gets the color palette.
getPalette
in interface ImageExportConfiguration
public void setPalette(com.aspose.cad.IColorPalette value)
Sets the color palette.
value
- The color palette.public com.aspose.cad.ResolutionSetting getResolutionSettings()
Gets the resolution settings.
getResolutionSettings
in interface ImageExportConfiguration
public void setResolutionSettings(com.aspose.cad.ResolutionSetting value)
Sets the resolution settings.
public final SmoothingMode getSmoothingMode()
Gets the smoothing mode.
getSmoothingMode
in interface ImageExportConfiguration
public final void setSmoothingMode(SmoothingMode value)
Sets the smoothing mode.
value
- the smoothing mode.public boolean getCenterDrawing()
Gets a value indicating whether center drawing.
getCenterDrawing
in interface ImageExportConfiguration
public TextRenderingHintEnum getTextRenderingHint()
Gets text rendering hint.
getTextRenderingHint
in interface ImageExportConfiguration
TextRenderingHintEnum
public void setTextRenderingHintEnum(TextRenderingHintEnum textRenderingHintEnum)
Sets text rendering hint.
TextRenderingHint
public void setCenterDrawing(boolean value)
Sets a value indicating whether center drawing.
value
- a value indicating whether center drawing.