Class DGBLChunk
java.lang.Object
com.twelvemonkeys.imageio.plugins.iff.IFFChunk
com.twelvemonkeys.imageio.plugins.iff.DGBLChunk
DGBLChunk
- Version:
- $Id: DGBLChunk.java,v 1.0 28.feb.2006 02:10:07 haku Exp$
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) int
(package private) int
(package private) int
(package private) int
Fields inherited from class com.twelvemonkeys.imageio.plugins.iff.IFFChunk
chunkId, chunkLength
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
toString()
(package private) void
writeChunk
(DataOutput output)
-
Field Details
-
displayWidth
int displayWidth -
displayHeight
int displayHeight -
compressionType
int compressionType -
xAspect
int xAspect -
yAspect
int yAspect
-
-
Constructor Details
-
DGBLChunk
DGBLChunk(int chunkLength)
-
-
Method Details
-
readChunk
- Specified by:
readChunk
in classIFFChunk
- Throws:
IOException
-
writeChunk
- Specified by:
writeChunk
in classIFFChunk
-
toString
-