ASDxfExportConfigurationImpl
Contents
[
Hide
]Inheritance: java.lang.Object, ImageExportConfigurationImpl
All Implemented Interfaces: ASDxfExportConfiguration
The Dxf export configuration.
Constructors
| Constructor | Description |
|---|---|
| ASDxfExportConfigurationImpl() | Instantiates a new Dxf export configuration. |
Methods
| Method | Description |
|---|---|
| getVersion() | Description copied from interface: ASDxfExportConfiguration |
| setVersion(int value) | Sets version. |
| getRotation() | Gets rotation. |
| setRotation(int value) | Sets rotation. |
ASDxfExportConfigurationImpl()
public ASDxfExportConfigurationImpl()
Instantiates a new Dxf export configuration.
getVersion()
public final int getVersion()
Description copied from interface: ASDxfExportConfiguration
Returns: int - the version
setVersion(int value)
public final void setVersion(int value)
Sets version.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | the value |
getRotation()
public int getRotation()
Gets rotation.
Returns: int - the rotation
setRotation(int value)
public void setRotation(int value)
Sets rotation.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | the value |