public class DxfSizeClass extends DxfPropertyClass
class attribute for dxf size
| Constructor and Description |
|---|
DxfSizeClass(int width,
int height,
int parameterType,
String subClassName)
Initializes a new instance of the
DxfSizeAttribute class. |
| Modifier and Type | Method and Description |
|---|---|
int |
height()
Gets or sets height.
|
void |
setHeight(int value)
Gets or sets height.
|
void |
setWidth(int value)
Gets or sets width.
|
int |
width()
Gets or sets width.
|
hasDefaultValue, parameterType, propertyInfo, setDefaultValue, setParameterType, setPropertyInfo, setSubClassName, subClassNamepublic DxfSizeClass(int width,
int height,
int parameterType,
String subClassName)
Initializes a new instance of the DxfSizeAttribute class.
width - Width attribute.height - Height attribute.parameterType - Parameter type.subClassName - Subclass name.public final int width()
Gets or sets width.
public final void setWidth(int value)
Gets or sets width.
value - The width.public final int height()
Gets or sets height.
public final void setHeight(int value)
Gets or sets height.
value - The height.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.