Package | Description |
---|---|
com.drew.imaging.png |
Contains classes for working with PNG (Portable Network Graphic) files.
|
Modifier and Type | Field and Description |
---|---|
private PngColorType |
PngHeader._colorType |
Modifier and Type | Method and Description |
---|---|
static PngColorType |
PngColorType.fromNumericValue(int numericValue) |
PngColorType |
PngHeader.getColorType() |
static PngColorType |
PngColorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PngColorType[] |
PngColorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|