| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DIMPOINT_END1
Integer value of enum value "DIMPOINT_END1" The entity endpoint where t=0.0 |
| static final DimensionPointType | DIMPOINT_END1
Object value of enum value "DIMPOINT_END1" The entity endpoint where t=0.0 |
| static final int | _DIMPOINT_END2
Integer value of enum value "DIMPOINT_END2" The entity endpoint where t=1.0 |
| static final DimensionPointType | DIMPOINT_END2
Object value of enum value "DIMPOINT_END2" The entity endpoint where t=1.0 |
| static final int | _DIMPOINT_CENTER
Integer value of enum value "DIMPOINT_CENTER" The entity center point (arc or circle entities). |
| static final DimensionPointType | DIMPOINT_CENTER
Object value of enum value "DIMPOINT_CENTER" The entity center point (arc or circle entities). |
| static final int | _DIMPOINT_NONE
Integer value of enum value "DIMPOINT_NONE" No infomation was provided about the attachment point for this entity. |
| static final DimensionPointType | DIMPOINT_NONE
Object value of enum value "DIMPOINT_NONE" No infomation was provided about the attachment point for this entity. |
| static final int | _DIMPOINT_MIDPOINT
Integer value of enum value "DIMPOINT_MIDPOINT" The entity midpoint where t=0.5 |
| static final DimensionPointType | DIMPOINT_MIDPOINT
Object value of enum value "DIMPOINT_MIDPOINT" The entity midpoint where t=0.5 |
| static final int | _DimensionPointType_null
Enum null value. |
| Method Summary | |
|---|---|
| static DimensionPointType | FromInt
(int value)
Creates enum object from an integer. |
| static DimensionPointType | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static DimensionPointType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DimensionPointType | FromInt | (Integer value) |
Creates enum object from an integer object.
|