Class IcoImageParser.IconInfo
- java.lang.Object
-
- org.apache.commons.imaging.formats.ico.IcoImageParser.IconInfo
-
- Enclosing class:
- IcoImageParser
static class IcoImageParser.IconInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description intbitCountbytecolorCountbyteheightintimageOffsetintimageSizeintplanesbytereserved(package private) static intSHALLOW_SIZEbytewidth
-
Constructor Summary
Constructors Constructor Description IconInfo(byte width, byte height, byte colorCount, byte reserved, int planes, int bitCount, int imageSize, int imageOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(java.io.PrintWriter pw)
-
-
-
Field Detail
-
SHALLOW_SIZE
static final int SHALLOW_SIZE
- See Also:
- Constant Field Values
-
width
public final byte width
-
height
public final byte height
-
colorCount
public final byte colorCount
-
reserved
public final byte reserved
-
planes
public final int planes
-
bitCount
public final int bitCount
-
imageSize
public final int imageSize
-
imageOffset
public final int imageOffset
-
-