Uses of Class
com.twelvemonkeys.imageio.plugins.bmp.BitmapDescriptor
-
Packages that use BitmapDescriptor Package Description com.twelvemonkeys.imageio.plugins.bmp -
-
Uses of BitmapDescriptor in com.twelvemonkeys.imageio.plugins.bmp
Subclasses of BitmapDescriptor in com.twelvemonkeys.imageio.plugins.bmp Modifier and Type Class Description (package private) class
BitmapIndexed
Describes an indexed bitmap structure (1, 4, or 8 bits per pixes).(package private) class
BitmapMask
Describes a transparency mask structure (1 bit).(package private) class
BitmapRGB
Describes an RGB/true color bitmap structure (16, 24 and 32 bits per pixel).(package private) class
BitmapUnsupported
Represents bitmap structures we can't read.Fields in com.twelvemonkeys.imageio.plugins.bmp with type parameters of type BitmapDescriptor Modifier and Type Field Description private java.util.Map<DirectoryEntry,BitmapDescriptor>
DIBImageReader. descriptors
Methods in com.twelvemonkeys.imageio.plugins.bmp with parameters of type BitmapDescriptor Modifier and Type Method Description private void
DIBImageReader. readBitmap16(BitmapDescriptor bitmap)
private void
DIBImageReader. readBitmap24(BitmapDescriptor bitmap)
private void
DIBImageReader. readBitmap32(BitmapDescriptor bitmap)
-