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.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.twelvemonkeys.imageio.plugins.bmp.DirectoryEntry
DirectoryEntry.CUREntry, DirectoryEntry.ICOEntry
-
Field Summary
FieldsFields inherited from class com.twelvemonkeys.imageio.plugins.bmp.DirectoryEntry
bitCount, colorCount, height, offset, planes, size, width
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.twelvemonkeys.imageio.plugins.bmp.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:
read
in classDirectoryEntry
- Throws:
IOException
-
getHotspot
-