Class DirectoryEntry.CUREntry
java.lang.Object
com.twelvemonkeys.imageio.plugins.bmp.DirectoryEntry
com.twelvemonkeys.imageio.plugins.bmp.DirectoryEntry.CUREntry
- Enclosing class:
DirectoryEntry
Cursor 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
FieldsFields inherited from class DirectoryEntry
bitCount, colorCount, height, offset, planes, size, width -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DirectoryEntry
getBitCount, getColorCount, getHeight, getOffset, getPlanes, getSize, getWidth, read, toString, write
-
Field Details
-
xHotspot
private int xHotspot -
yHotspot
private int yHotspot
-
-
Constructor Details
-
CUREntry
CUREntry()
-
-
Method Details
-
read
- Overrides:
readin classDirectoryEntry- Throws:
IOException
-
getHotspot
-