Class IcoImageParser.IconInfo
java.lang.Object
org.apache.commons.imaging.formats.ico.IcoImageParser.IconInfo
- Enclosing class:
IcoImageParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal bytefinal bytefinal intfinal intfinal intfinal byte(package private) static final intfinal byte -
Constructor Summary
ConstructorsConstructorDescriptionIconInfo(byte width, byte height, byte colorCount, byte reserved, int planes, int bitCount, int imageSize, int imageOffset) -
Method Summary
-
Field Details
-
SHALLOW_SIZE
static final int SHALLOW_SIZE- See Also:
-
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
-
-
Constructor Details
-
IconInfo
IconInfo(byte width, byte height, byte colorCount, byte reserved, int planes, int bitCount, int imageSize, int imageOffset)
-
-
Method Details
-
dump
-