public class RasterizationQuality extends Object
RasterizationQuality class
Constructor and Description |
---|
RasterizationQuality() |
Modifier and Type | Method and Description |
---|---|
int |
getArc()
Gets or sets the arc and spline quality.
|
int |
getHatch()
Gets or sets the hatch quality.
|
int |
getObjectsPrecision()
Gets or sets the objects precision.
|
int |
getOle()
Gets or sets the OLE.
|
int |
getText()
Gets or sets the text quality.
|
boolean |
getTextThicknessNormalization()
Gets or sets a value indicating whether [text thickness normalization].
|
void |
setArc(int value)
Gets or sets the arc and spline quality.
|
void |
setHatch(int value)
Gets or sets the hatch quality.
|
void |
setObjectsPrecision(int value)
Gets or sets the objects precision.
|
void |
setOle(int value)
Gets or sets the OLE.
|
void |
setText(int value)
Gets or sets the text quality.
|
void |
setTextThicknessNormalization(boolean value)
Gets or sets a value indicating whether [text thickness normalization].
|
public final int getText()
Gets or sets the text quality.
public final void setText(int value)
Gets or sets the text quality.
value
- The text quality.public final int getHatch()
Gets or sets the hatch quality.
public final void setHatch(int value)
Gets or sets the hatch quality.
value
- The hatch quality.public final int getArc()
Gets or sets the arc and spline quality.
public final void setArc(int value)
Gets or sets the arc and spline quality.
value
- The arc and spline quality.public final int getOle()
Gets or sets the OLE.
Value: The OLE.public final void setOle(int value)
Gets or sets the OLE.
Value: The OLE.public final boolean getTextThicknessNormalization()
Gets or sets a value indicating whether [text thickness normalization].
true
if [text thickness normalization]; otherwise, false
.public final void setTextThicknessNormalization(boolean value)
Gets or sets a value indicating whether [text thickness normalization].
value
- true
if [text thickness normalization]; otherwise, false
.public final int getObjectsPrecision()
Gets or sets the objects precision.
public final void setObjectsPrecision(int value)
Gets or sets the objects precision.
value
- The objects precision.