DxfOptions
Contents
[
Hide
]Inheritance: java.lang.Object, ImageOptionsBase
The SVG file format creation options.
Constructors
| Constructor | Description |
|---|---|
| DxfOptions() |
Methods
| Method | Description |
|---|---|
| getVersion() | Version of output DXF format |
| setVersion(int value) | Version of output DXF format |
| getBezierPointCount() | How many points to generate when converting Bezier curves to polylines |
| setBezierPointCount(byte value) | How many points to generate when converting Bezier curves to polylines |
| getConvertTextBeziers() | Wether to convert Bezier curves in text outlines to multipoint polylines (converted to 4 points if false). |
| setConvertTextBeziers(boolean value) | Wether to convert Bezier curves in text outlines to multipoint polylines (converted to 4 points if false). |
| getTextAsLines() | Gets or sets a value indicating whether [text as lines]. |
| setTextAsLines(boolean value) | Gets or sets a value indicating whether [text as lines]. |
| getTargetFormat() |
DxfOptions()
public DxfOptions()
getVersion()
public final int getVersion()
Version of output DXF format
Returns: int
setVersion(int value)
public final void setVersion(int value)
Version of output DXF format
getBezierPointCount()
public final byte getBezierPointCount()
How many points to generate when converting Bezier curves to polylines
Returns: byte
setBezierPointCount(byte value)
public final void setBezierPointCount(byte value)
How many points to generate when converting Bezier curves to polylines
getConvertTextBeziers()
public final boolean getConvertTextBeziers()
Wether to convert Bezier curves in text outlines to multipoint polylines (converted to 4 points if false).
Returns: boolean
setConvertTextBeziers(boolean value)
public final void setConvertTextBeziers(boolean value)
Wether to convert Bezier curves in text outlines to multipoint polylines (converted to 4 points if false).
getTextAsLines()
public final boolean getTextAsLines()
Gets or sets a value indicating whether [text as lines].
Returns: boolean - true if [text as lines]; otherwise, false .
setTextAsLines(boolean value)
public final void setTextAsLines(boolean value)
Gets or sets a value indicating whether [text as lines].
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | true if [text as lines]; otherwise, false . |
getTargetFormat()
public long getTargetFormat()
Returns: long