Class XbmImageParser.XbmHeader
java.lang.Object
org.apache.commons.imaging.formats.xbm.XbmImageParser.XbmHeader
- Enclosing class:
XbmImageParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
int width -
height
int height -
xHot
int xHot -
yHot
int yHot
-
-
Constructor Details
-
XbmHeader
XbmHeader(int width, int height, int xHot, int yHot)
-
-
Method Details
-
dump
-