Uses of Class
com.twelvemonkeys.imageio.plugins.bmp.DirectoryEntry
-
Packages that use DirectoryEntry Package Description com.twelvemonkeys.imageio.plugins.bmp -
-
Uses of DirectoryEntry in com.twelvemonkeys.imageio.plugins.bmp
Subclasses of DirectoryEntry in com.twelvemonkeys.imageio.plugins.bmp Modifier and Type Class Description (package private) static class
DirectoryEntry.CUREntry
Cursor directory entry.(package private) static class
DirectoryEntry.ICOEntry
Icon directory entry.Fields in com.twelvemonkeys.imageio.plugins.bmp declared as DirectoryEntry Modifier and Type Field Description protected DirectoryEntry
BitmapDescriptor. entry
Fields in com.twelvemonkeys.imageio.plugins.bmp with type parameters of type DirectoryEntry Modifier and Type Field Description private java.util.Map<DirectoryEntry,BitmapDescriptor>
DIBImageReader. descriptors
private java.util.List<DirectoryEntry>
Directory. entries
private java.util.Map<DirectoryEntry,DIBHeader>
DIBImageReader. headers
Methods in com.twelvemonkeys.imageio.plugins.bmp that return DirectoryEntry Modifier and Type Method Description private static DirectoryEntry
DirectoryEntry. createEntry(int type)
(package private) DirectoryEntry
DIBImageReader. getEntry(int imageIndex)
DirectoryEntry
Directory. getEntry(int entryIndex)
static DirectoryEntry
DirectoryEntry. read(int type, java.io.DataInput stream)
Methods in com.twelvemonkeys.imageio.plugins.bmp with parameters of type DirectoryEntry Modifier and Type Method Description private DIBHeader
DIBImageReader. getHeader(DirectoryEntry entry)
private java.util.Iterator<javax.imageio.ImageTypeSpecifier>
DIBImageReader. getImageTypesPNG(DirectoryEntry entry)
private javax.imageio.ImageReader
DIBImageReader. initPNGReader(DirectoryEntry entry)
private boolean
DIBImageReader. isPNG(DirectoryEntry entry)
private java.awt.image.BufferedImage
DIBImageReader. readBitmap(DirectoryEntry entry)
private java.awt.image.BufferedImage
DIBImageReader. readPNG(DirectoryEntry entry, javax.imageio.ImageReadParam param)
Constructors in com.twelvemonkeys.imageio.plugins.bmp with parameters of type DirectoryEntry Constructor Description BitmapDescriptor(DirectoryEntry entry, DIBHeader header)
BitmapIndexed(DirectoryEntry entry, DIBHeader header)
BitmapMask(DirectoryEntry parent, DIBHeader header)
BitmapRGB(DirectoryEntry entry, DIBHeader header)
BitmapUnsupported(DirectoryEntry entry, DIBHeader header, java.lang.String message)
-