| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _COLORRGB_STANDARD_VERSION
Integer value of enum value "COLORRGB_STANDARD_VERSION" |
| static final ColorRGBVersion | COLORRGB_STANDARD_VERSION
Object value of enum value "COLORRGB_STANDARD_VERSION" |
| static final int | _COLORRGB_PRE_WILDFIRE_VERSION
Integer value of enum value "COLORRGB_PRE_WILDFIRE_VERSION" |
| static final ColorRGBVersion | COLORRGB_PRE_WILDFIRE_VERSION
Object value of enum value "COLORRGB_PRE_WILDFIRE_VERSION" |
| static final int | _ColorRGBVersion_null
Enum null value. |
| Method Summary | |
|---|---|
| static ColorRGBVersion | FromInt
(int value)
Creates enum object from an integer. |
| static ColorRGBVersion | 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 ColorRGBVersion | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ColorRGBVersion | FromInt | (Integer value) |
Creates enum object from an integer object.
|