Class Form.DEEPForm
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.iff.Form
-
- com.twelvemonkeys.imageio.plugins.iff.Form.DEEPForm
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.twelvemonkeys.imageio.plugins.iff.Form
Form.ILBMForm
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) double
aspect()
(package private) int
bitplanes()
(package private) long
bodyLength()
(package private) long
bodyOffset()
(package private) int
compressionType()
boolean
hasThumbnail()
(package private) int
height()
boolean
premultiplied()
int
sampleSize()
java.awt.image.BufferedImage
thumbnail()
int
thumbnailHeight()
int
thumbnailWidth()
java.lang.String
toString()
private static boolean
validFormType(int formType)
(package private) int
width()
(package private) Form.DEEPForm
with(IFFChunk chunk)
-
Methods inherited from class com.twelvemonkeys.imageio.plugins.iff.Form
colorMap, colorMapForRow, isHAM, isMultiPalette, ofType, transparentIndex
-
-
-
-
Method Detail
-
validFormType
private static boolean validFormType(int formType)
-
sampleSize
public int sampleSize()
- Overrides:
sampleSize
in classForm
-
premultiplied
public boolean premultiplied()
- Overrides:
premultiplied
in classForm
-
compressionType
int compressionType()
- Specified by:
compressionType
in classForm
-
hasThumbnail
public boolean hasThumbnail()
- Specified by:
hasThumbnail
in classForm
-
thumbnailWidth
public int thumbnailWidth()
- Specified by:
thumbnailWidth
in classForm
-
thumbnailHeight
public int thumbnailHeight()
- Specified by:
thumbnailHeight
in classForm
-
bodyOffset
long bodyOffset()
- Specified by:
bodyOffset
in classForm
-
bodyLength
long bodyLength()
- Specified by:
bodyLength
in classForm
-
with
Form.DEEPForm with(IFFChunk chunk) throws javax.imageio.IIOException
-
-