Class DirectoryEntry.ICOEntry
java.lang.Object
com.twelvemonkeys.imageio.plugins.bmp.DirectoryEntry
com.twelvemonkeys.imageio.plugins.bmp.DirectoryEntry.ICOEntry
- Enclosing class:
DirectoryEntry
Icon directory entry.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.twelvemonkeys.imageio.plugins.bmp.DirectoryEntry
DirectoryEntry.CUREntry, DirectoryEntry.ICOEntry
-
Field Summary
Fields inherited from class com.twelvemonkeys.imageio.plugins.bmp.DirectoryEntry
bitCount, colorCount, height, offset, planes, size, width
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ICOEntry()
(package private)
ICOEntry
(int width, int height, ColorModel colorModel, int size, int offset) -
Method Summary
Methods inherited from class com.twelvemonkeys.imageio.plugins.bmp.DirectoryEntry
getBitCount, getColorCount, getHeight, getOffset, getPlanes, getSize, getWidth, read, read, toString, write
-
Constructor Details
-
ICOEntry
private ICOEntry() -
ICOEntry
ICOEntry(int width, int height, ColorModel colorModel, int size, int offset)
-