public class ASDxfExportParametersBean extends ImageExportParameters
The Dxf file format export parameters.
Constructor and Description |
---|
ASDxfExportParametersBean()
Initializes a new instance of the Dxf export parameters.
|
Modifier and Type | Method and Description |
---|---|
int |
getRotation()
Gets rotation.
|
int |
getVersion() |
void |
setPropertyValues(Object object) |
void |
setRotation(int value)
Sets rotation.
|
void |
setVersion(int value)
Sets version.
|
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint, setCenterDrawing, setFullFrame, setPalette, setResolutionSettings, setSmoothingMode, setTextRenderingHintEnum
getBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicense
public ASDxfExportParametersBean()
Initializes a new instance of the Dxf export parameters.
public final int getVersion()
public final void setVersion(int value)
value
- the valuepublic int getRotation()
public void setRotation(int value)
value
- the valuepublic void setPropertyValues(Object object)
setPropertyValues
in interface com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters
setPropertyValues
in class ImageExportParameters