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 IFFChunk
chunkId, chunkLength -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIndexColorModel(Form.ILBMForm header) (package private) voidtoString()(package private) voidwriteChunk(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:
readChunkin classIFFChunk- Throws:
IOException
-
writeChunk
- Specified by:
writeChunkin classIFFChunk- Throws:
IOException
-
toString
-
getIndexColorModel
- Throws:
IIOException
-