Class WbmpImageParser.WbmpHeader
- java.lang.Object
-
- org.apache.commons.imaging.formats.wbmp.WbmpImageParser.WbmpHeader
-
- Enclosing class:
- WbmpImageParser
static class WbmpImageParser.WbmpHeader extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) byte
fixHeaderField
(package private) int
height
(package private) int
typeField
(package private) int
width
-
Constructor Summary
Constructors Constructor Description WbmpHeader(int typeField, byte fixHeaderField, int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dump(java.io.PrintWriter pw)
-