public class Dxf2DPointClass extends DxfPropertyClass
class attribute for dxf 2D point
| Constructor and Description |
|---|
Dxf2DPointClass(int x,
int y,
int parameterType,
String subClassName)
Initializes a new instance of the
Dxf2DPointAttribute class. |
| Modifier and Type | Method and Description |
|---|---|
void |
setX(int value)
Gets or sets X attribute.
|
void |
setY(int value)
Gets or sets Y attribute.
|
int |
x()
Gets or sets X attribute.
|
int |
y()
Gets or sets Y attribute.
|
hasDefaultValue, parameterType, propertyInfo, setDefaultValue, setParameterType, setPropertyInfo, setSubClassName, subClassNamepublic Dxf2DPointClass(int x,
int y,
int parameterType,
String subClassName)
Initializes a new instance of the Dxf2DPointAttribute class.
x - X attribute.y - Y attribute.parameterType - Parameter type.subClassName - Subclass name.public final int x()
Gets or sets X attribute.
public final void setX(int value)
Gets or sets X attribute.
value - The X attribute.public final int y()
Gets or sets Y attribute.
public final void setY(int value)
Gets or sets Y attribute.
value - The Y attribute.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.