public class GraphicsOptions extends Object
Represents graphics options for embedded bitmap.
Constructor and Description |
---|
GraphicsOptions()
Initializes a new instance of the GraphicsOptions class.
|
Modifier and Type | Method and Description |
---|---|
int |
getInterpolationMode()
Gets or sets interpolation mode.
|
int |
getSmoothingMode()
Gets or sets smoothing mode.
|
int |
getTextRenderingHint()
Gets or sets text rendering hint.
|
void |
setInterpolationMode(int value)
Gets or sets interpolation mode.
|
void |
setSmoothingMode(int value)
Gets or sets smoothing mode.
|
void |
setTextRenderingHint(int value)
Gets or sets text rendering hint.
|
public GraphicsOptions()
Initializes a new instance of the GraphicsOptions class.
public int getTextRenderingHint()
Gets or sets text rendering hint.
TextRenderingHint
public void setTextRenderingHint(int value)
Gets or sets text rendering hint.
TextRenderingHint
public int getSmoothingMode()
Gets or sets smoothing mode.
SmoothingMode
public void setSmoothingMode(int value)
Gets or sets smoothing mode.
SmoothingMode
public int getInterpolationMode()
Gets or sets interpolation mode.
InterpolationMode
public void setInterpolationMode(int value)
Gets or sets interpolation mode.
InterpolationMode