public class RasterizationQuality extends Object
RasterizationQuality class
Constructor and Description |
---|
RasterizationQuality() |
Modifier and Type | Method and Description |
---|---|
int |
getArc()
Gets or sets the arc quality.
|
int |
getHatch()
Gets or sets the hatch quality.
|
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 quality.
|
void |
setHatch(int value)
Gets or sets the hatch quality.
|
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 quality.
public final void setArc(int value)
Gets or sets the arc quality.
value
- The arc quality.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
.