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 classDirectoryEntry.CUREntryCursor directory entry.(package private) static classDirectoryEntry.ICOEntryIcon directory entry.Fields in com.twelvemonkeys.imageio.plugins.bmp declared as DirectoryEntry Modifier and Type Field Description protected DirectoryEntryBitmapDescriptor. entryFields in com.twelvemonkeys.imageio.plugins.bmp with type parameters of type DirectoryEntry Modifier and Type Field Description private java.util.Map<DirectoryEntry,BitmapDescriptor>DIBImageReader. descriptorsprivate java.util.List<DirectoryEntry>Directory. entriesprivate java.util.Map<DirectoryEntry,DIBHeader>DIBImageReader. headersMethods in com.twelvemonkeys.imageio.plugins.bmp that return DirectoryEntry Modifier and Type Method Description private static DirectoryEntryDirectoryEntry. createEntry(int type)(package private) DirectoryEntryDIBImageReader. getEntry(int imageIndex)DirectoryEntryDirectory. getEntry(int entryIndex)static DirectoryEntryDirectoryEntry. 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 DIBHeaderDIBImageReader. getHeader(DirectoryEntry entry)private java.util.Iterator<javax.imageio.ImageTypeSpecifier>DIBImageReader. getImageTypesPNG(DirectoryEntry entry)private javax.imageio.ImageReaderDIBImageReader. initPNGReader(DirectoryEntry entry)private booleanDIBImageReader. isPNG(DirectoryEntry entry)private java.awt.image.BufferedImageDIBImageReader. readBitmap(DirectoryEntry entry)private java.awt.image.BufferedImageDIBImageReader. 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)
-