| Package | Description |
|---|---|
| javafx.scene.image |
Provides the set of classes for loading and displaying images.
|
| Modifier and Type | Field and Description |
|---|---|
private PixelFormat.Type |
PixelFormat.type |
| Modifier and Type | Method and Description |
|---|---|
PixelFormat.Type |
PixelFormat.getType()
Returns the enum representing the storage format of the pixels
managed by this
PixelFormat object. |
static PixelFormat.Type |
PixelFormat.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PixelFormat.Type[] |
PixelFormat.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IndexedPixelFormat(PixelFormat.Type type,
boolean premult,
int[] colors) |
PixelFormat(PixelFormat.Type type) |
WritablePixelFormat(PixelFormat.Type type) |