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.
- Version:
- $Id: DirectoryEntry.java,v 1.0 Apr 4, 2009 4:29:53 PM haraldk Exp$
-
Nested Class Summary
Nested classes/interfaces inherited from class DirectoryEntry
DirectoryEntry.CUREntry, DirectoryEntry.ICOEntry -
Field Summary
Fields inherited from class DirectoryEntry
bitCount, colorCount, height, offset, planes, size, width -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateICOEntry()(package private)ICOEntry(int width, int height, ColorModel colorModel, int size, int offset) -
Method Summary
Methods inherited from class 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)
-