| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _CONTOUR_TRAV_NONE
Integer value of enum value "CONTOUR_TRAV_NONE" There is no contour traversal. |
| static final ContourTraversal | CONTOUR_TRAV_NONE
Object value of enum value "CONTOUR_TRAV_NONE" There is no contour traversal. |
| static final int | _CONTOUR_TRAV_INTERNAL
Integer value of enum value "CONTOUR_TRAV_INTERNAL" Traverse the internal contours. |
| static final ContourTraversal | CONTOUR_TRAV_INTERNAL
Object value of enum value "CONTOUR_TRAV_INTERNAL" Traverse the internal contours. |
| static final int | _CONTOUR_TRAV_EXTERNAL
Integer value of enum value "CONTOUR_TRAV_EXTERNAL" Traverse the external contours. |
| static final ContourTraversal | CONTOUR_TRAV_EXTERNAL
Object value of enum value "CONTOUR_TRAV_EXTERNAL" Traverse the external contours. |
| static final int | _ContourTraversal_null
Enum null value. |
| Method Summary | |
|---|---|
| static ContourTraversal | FromInt
(int value)
Creates enum object from an integer. |
| static ContourTraversal | 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 ContourTraversal | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ContourTraversal | FromInt | (Integer value) |
Creates enum object from an integer object.
|