| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _VIS_OPT_NONE
Integer value of enum value "VIS_OPT_NONE" |
| static final CrossSectionClipOption | VIS_OPT_NONE
Object value of enum value "VIS_OPT_NONE" |
| static final int | _VIS_OPT_FRONT
Integer value of enum value "VIS_OPT_FRONT" |
| static final CrossSectionClipOption | VIS_OPT_FRONT
Object value of enum value "VIS_OPT_FRONT" |
| static final int | _VIS_OPT_BACK
Integer value of enum value "VIS_OPT_BACK" |
| static final CrossSectionClipOption | VIS_OPT_BACK
Object value of enum value "VIS_OPT_BACK" |
| static final int | _CrossSectionClipOption_null
Enum null value. |
| Method Summary | |
|---|---|
| static CrossSectionClipOption | FromInt
(int value)
Creates enum object from an integer. |
| static CrossSectionClipOption | 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 CrossSectionClipOption | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static CrossSectionClipOption | FromInt | (Integer value) |
Creates enum object from an integer object.
|