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