| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _CURVCOLL_NO_ATTR
Integer value of enum value "CURVCOLL_NO_ATTR" |
| static final CurveCollectionInstrAttribute | CURVCOLL_NO_ATTR
Object value of enum value "CURVCOLL_NO_ATTR" |
| static final int | _CURVCOLL_ALL
Integer value of enum value "CURVCOLL_ALL" Use all edges |
| static final CurveCollectionInstrAttribute | CURVCOLL_ALL
Object value of enum value "CURVCOLL_ALL" Use all edges |
| static final int | _CURVCOLL_CONVEX
Integer value of enum value "CURVCOLL_CONVEX" Use convex edges |
| static final CurveCollectionInstrAttribute | CURVCOLL_CONVEX
Object value of enum value "CURVCOLL_CONVEX" Use convex edges |
| static final int | _CURVCOLL_CONCAVE
Integer value of enum value "CURVCOLL_CONCAVE" Use concave edges |
| static final CurveCollectionInstrAttribute | CURVCOLL_CONCAVE
Object value of enum value "CURVCOLL_CONCAVE" Use concave edges |
| static final int | _CURVCOLL_RESERVED_ATTR
Integer value of enum value "CURVCOLL_RESERVED_ATTR" |
| static final CurveCollectionInstrAttribute | CURVCOLL_RESERVED_ATTR
Object value of enum value "CURVCOLL_RESERVED_ATTR" |
| static final int | _CurveCollectionInstrAttribute_null
Enum null value. |
| Method Summary | |
|---|---|
| static CurveCollectionInstrAttribute | FromInt
(int value)
Creates enum object from an integer. |
| static CurveCollectionInstrAttribute | 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 CurveCollectionInstrAttribute | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static CurveCollectionInstrAttribute | FromInt | (Integer value) |
Creates enum object from an integer object.
|