Uses of Class
com.twelvemonkeys.imageio.plugins.iff.XS24Chunk
-
Packages that use XS24Chunk Package Description com.twelvemonkeys.imageio.plugins.iff -
-
Uses of XS24Chunk in com.twelvemonkeys.imageio.plugins.iff
Fields in com.twelvemonkeys.imageio.plugins.iff declared as XS24Chunk Modifier and Type Field Description private XS24Chunk
Form.DEEPForm. thumbnail
private XS24Chunk
Form.ILBMForm. thumbnail
Constructors in com.twelvemonkeys.imageio.plugins.iff with parameters of type XS24Chunk Constructor Description DEEPForm(int formType, DGBLChunk deepGlobal, DLOCChunk deepLocation, DPELChunk deepPixel, XS24Chunk thumbnail, BODYChunk body)
ILBMForm(int formType, BMHDChunk bitmapHeader, CAMGChunk viewMode, CMAPChunk colorMap, AbstractMultiPaletteChunk multiPalette, XS24Chunk thumbnail, BODYChunk body)
-