Class CMAPChunk
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.iff.IFFChunk
-
- com.twelvemonkeys.imageio.plugins.iff.CMAPChunk
-
final class CMAPChunk extends IFFChunk
CMAPChunk- Version:
- $Id: CMAPChunk.java,v 1.0 28.feb.2006 00:38:05 haku Exp$
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.IndexColorModel
getIndexColorModel(Form.ILBMForm header)
(package private) void
readChunk(java.io.DataInput input)
java.lang.String
toString()
(package private) void
writeChunk(java.io.DataOutput output)
-
-
-
Method Detail
-
readChunk
void readChunk(java.io.DataInput input) throws java.io.IOException
-
writeChunk
void writeChunk(java.io.DataOutput output) throws java.io.IOException
- Specified by:
writeChunk
in classIFFChunk
- Throws:
java.io.IOException
-
getIndexColorModel
public java.awt.image.IndexColorModel getIndexColorModel(Form.ILBMForm header) throws javax.imageio.IIOException
- Throws:
javax.imageio.IIOException
-
-