ASDxfExportParametersBean
Contents
[
Hide
]Inheritance: java.lang.Object, ImageExportParameters
The Dxf file format export parameters.
Constructors
| Constructor | Description |
|---|---|
| ASDxfExportParametersBean() | Initializes a new instance of the Dxf export parameters. |
Methods
| Method | Description |
|---|---|
| getVersion() | |
| setVersion(int value) | Sets version. |
| getRotation() | Gets rotation. |
| setRotation(int value) | Sets rotation. |
| setPropertyValues(Object object) |
ASDxfExportParametersBean()
public ASDxfExportParametersBean()
Initializes a new instance of the Dxf export parameters.
getVersion()
public final int getVersion()
Returns: int
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 |
setPropertyValues(Object object)
public void setPropertyValues(Object object)