Class CMAPChunk
java.lang.Object
com.twelvemonkeys.imageio.plugins.iff.IFFChunk
com.twelvemonkeys.imageio.plugins.iff.CMAPChunk
CMAPChunk
- Version:
- $Id: CMAPChunk.java,v 1.0 28.feb.2006 00:38:05 haku Exp$
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) byte[]
(package private) byte[]
private IndexColorModel
(package private) byte[]
Fields inherited from class com.twelvemonkeys.imageio.plugins.iff.IFFChunk
chunkId, chunkLength
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIndexColorModel
(Form.ILBMForm header) (package private) void
toString()
(package private) void
writeChunk
(DataOutput output)
-
Field Details
-
reds
byte[] reds -
greens
byte[] greens -
blues
byte[] blues -
model
-
-
Constructor Details
-
CMAPChunk
CMAPChunk(int pChunkLength) -
CMAPChunk
-
-
Method Details
-
readChunk
- Specified by:
readChunk
in classIFFChunk
- Throws:
IOException
-
writeChunk
- Specified by:
writeChunk
in classIFFChunk
- Throws:
IOException
-
toString
-
getIndexColorModel
- Throws:
IIOException
-