Class DirectoryEntry.CUREntry
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.bmp.DirectoryEntry
-
- com.twelvemonkeys.imageio.plugins.bmp.DirectoryEntry.CUREntry
-
- Enclosing class:
- DirectoryEntry
static class DirectoryEntry.CUREntry extends 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
Fields Modifier and Type Field Description private int
xHotspot
private int
yHotspot
-
Fields inherited from class com.twelvemonkeys.imageio.plugins.bmp.DirectoryEntry
bitCount, colorCount, height, offset, planes, size, width
-
-
Constructor Summary
Constructors Constructor Description CUREntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Point
getHotspot()
protected void
read(java.io.DataInput stream)
-
Methods inherited from class com.twelvemonkeys.imageio.plugins.bmp.DirectoryEntry
getBitCount, getColorCount, getHeight, getOffset, getPlanes, getSize, getWidth, read, toString, write
-
-
-
-
Method Detail
-
read
protected void read(java.io.DataInput stream) throws java.io.IOException
- Overrides:
read
in classDirectoryEntry
- Throws:
java.io.IOException
-
getHotspot
public java.awt.Point getHotspot()
-
-