Class BMHDChunk
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.iff.IFFChunk
-
- com.twelvemonkeys.imageio.plugins.iff.BMHDChunk
-
final class BMHDChunk extends IFFChunk
BMHDChunk- Version:
- $Id: BMHDChunk.java,v 1.0 28.feb.2006 00:04:32 haku Exp$
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intbitplanes(package private) static intCOMPRESSION_BYTE_RUN(package private) static intCOMPRESSION_NONE(package private) intcompressionType(package private) intheight(package private) static intMASK_HAS_MASK(package private) static intMASK_LASSO(package private) static intMASK_NONE(package private) static intMASK_TRANSPARENT_COLOR(package private) intmaskType(package private) intpageHeight(package private) intpageWidth(package private) inttransparentIndex(package private) intwidth(package private) intxAspect(package private) intxPos(package private) intyAspect(package private) intyPos-
Fields inherited from class com.twelvemonkeys.imageio.plugins.iff.IFFChunk
chunkId, chunkLength
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidreadChunk(java.io.DataInput input)java.lang.StringtoString()(package private) voidwriteChunk(java.io.DataOutput output)
-
-
-
Field Detail
-
MASK_NONE
static final int MASK_NONE
- See Also:
- Constant Field Values
-
MASK_HAS_MASK
static final int MASK_HAS_MASK
- See Also:
- Constant Field Values
-
MASK_TRANSPARENT_COLOR
static final int MASK_TRANSPARENT_COLOR
- See Also:
- Constant Field Values
-
MASK_LASSO
static final int MASK_LASSO
- See Also:
- Constant Field Values
-
COMPRESSION_NONE
static final int COMPRESSION_NONE
- See Also:
- Constant Field Values
-
COMPRESSION_BYTE_RUN
static final int COMPRESSION_BYTE_RUN
- See Also:
- Constant Field Values
-
width
int width
-
height
int height
-
xPos
int xPos
-
yPos
int yPos
-
bitplanes
int bitplanes
-
maskType
int maskType
-
compressionType
int compressionType
-
transparentIndex
int transparentIndex
-
xAspect
int xAspect
-
yAspect
int yAspect
-
pageWidth
int pageWidth
-
pageHeight
int pageHeight
-
-
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:
writeChunkin classIFFChunk- Throws:
java.io.IOException
-
-