| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _COLORRGB_ALT_DEFAULT
Integer value of enum value "COLORRGB_ALT_DEFAULT" |
| static final ColorRGBAlternateScheme | COLORRGB_ALT_DEFAULT
Object value of enum value "COLORRGB_ALT_DEFAULT" |
| static final int | _COLORRGB_ALT_BLACK_ON_WHITE
Integer value of enum value "COLORRGB_ALT_BLACK_ON_WHITE" |
| static final ColorRGBAlternateScheme | COLORRGB_ALT_BLACK_ON_WHITE
Object value of enum value "COLORRGB_ALT_BLACK_ON_WHITE" |
| static final int | _COLORRGB_ALT_WHITE_ON_BLACK
Integer value of enum value "COLORRGB_ALT_WHITE_ON_BLACK" |
| static final ColorRGBAlternateScheme | COLORRGB_ALT_WHITE_ON_BLACK
Object value of enum value "COLORRGB_ALT_WHITE_ON_BLACK" |
| static final int | _COLORRGB_ALT_WHITE_ON_GREEN
Integer value of enum value "COLORRGB_ALT_WHITE_ON_GREEN" |
| static final ColorRGBAlternateScheme | COLORRGB_ALT_WHITE_ON_GREEN
Object value of enum value "COLORRGB_ALT_WHITE_ON_GREEN" |
| static final int | _COLORRGB_OPTIONAL1
Integer value of enum value "COLORRGB_OPTIONAL1" |
| static final ColorRGBAlternateScheme | COLORRGB_OPTIONAL1
Object value of enum value "COLORRGB_OPTIONAL1" |
| static final int | _COLORRGB_OPTIONAL2
Integer value of enum value "COLORRGB_OPTIONAL2" |
| static final ColorRGBAlternateScheme | COLORRGB_OPTIONAL2
Object value of enum value "COLORRGB_OPTIONAL2" |
| static final int | _COLORRGB_CLASSIC_WF
Integer value of enum value "COLORRGB_CLASSIC_WF" |
| static final ColorRGBAlternateScheme | COLORRGB_CLASSIC_WF
Object value of enum value "COLORRGB_CLASSIC_WF" |
| static final int | _ColorRGBAlternateScheme_null
Enum null value. |
| Method Summary | |
|---|---|
| static ColorRGBAlternateScheme | FromInt
(int value)
Creates enum object from an integer. |
| static ColorRGBAlternateScheme | 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 ColorRGBAlternateScheme | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ColorRGBAlternateScheme | FromInt | (Integer value) |
Creates enum object from an integer object.
|