| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _RASTER_BMP
Integer value of enum value "RASTER_BMP" Returned by BitmapImageExportInstructions objects. |
| static final RasterType | RASTER_BMP
Object value of enum value "RASTER_BMP" Returned by BitmapImageExportInstructions objects. |
| static final int | _RASTER_TIFF
Integer value of enum value "RASTER_TIFF" Returned by TIFFImageExportInstructions objects. |
| static final RasterType | RASTER_TIFF
Object value of enum value "RASTER_TIFF" Returned by TIFFImageExportInstructions objects. |
| static final int | _RASTER_EPS
Integer value of enum value "RASTER_EPS" Returned by EPSImageExportInstructions objects. |
| static final RasterType | RASTER_EPS
Object value of enum value "RASTER_EPS" Returned by EPSImageExportInstructions objects. |
| static final int | _RASTER_JPEG
Integer value of enum value "RASTER_JPEG" Returned by JPEGImageExportInstructions objects. |
| static final RasterType | RASTER_JPEG
Object value of enum value "RASTER_JPEG" Returned by JPEGImageExportInstructions objects. |
| static final int | _RasterType_null
Enum null value. |
| Method Summary | |
|---|---|
| static RasterType | FromInt
(int value)
Creates enum object from an integer. |
| static RasterType | 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 RasterType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static RasterType | FromInt | (Integer value) |
Creates enum object from an integer object.
|