| Package | Description |
|---|---|
| com.drew.metadata.bmp |
Contains classes for the extraction and modelling of BMP file metadata.
|
| Modifier and Type | Method and Description |
|---|---|
BmpHeaderDirectory.ColorEncoding |
BmpHeaderDirectory.getColorEncoding() |
static BmpHeaderDirectory.ColorEncoding |
BmpHeaderDirectory.ColorEncoding.typeOf(int value) |
static BmpHeaderDirectory.ColorEncoding |
BmpHeaderDirectory.ColorEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BmpHeaderDirectory.ColorEncoding[] |
BmpHeaderDirectory.ColorEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002-2017 Drew Noakes. All Rights Reserved.