| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _RASTERDEPTH_8
Integer value of enum value "RASTERDEPTH_8" |
| static final RasterDepth | RASTERDEPTH_8
Object value of enum value "RASTERDEPTH_8" |
| static final int | _RASTERDEPTH_24
Integer value of enum value "RASTERDEPTH_24" |
| static final RasterDepth | RASTERDEPTH_24
Object value of enum value "RASTERDEPTH_24" |
| static final int | _RasterDepth_null
Enum null value. |
| Method Summary | |
|---|---|
| static RasterDepth | FromInt
(int value)
Creates enum object from an integer. |
| static RasterDepth | 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 RasterDepth | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static RasterDepth | FromInt | (Integer value) |
Creates enum object from an integer object.
|