Class Form.DEEPForm
java.lang.Object
com.twelvemonkeys.imageio.plugins.iff.Form
com.twelvemonkeys.imageio.plugins.iff.Form.DEEPForm
- Enclosing class:
Form
The set of chunks used in DEEP and TVPP FORMs.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.twelvemonkeys.imageio.plugins.iff.Form
Form.ILBMForm
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) double
aspect()
(package private) int
(package private) long
(package private) long
(package private) int
boolean
(package private) int
height()
boolean
int
int
int
toString()
private static boolean
validFormType
(int formType) (package private) int
width()
(package private) Form.DEEPForm
Methods inherited from class com.twelvemonkeys.imageio.plugins.iff.Form
colorMap, colorMapForRow, isHAM, isMultiPalette, ofType, transparentIndex
-
Field Details
-
deepGlobal
-
deepLocation
-
deepPixel
-
thumbnail
-
body
-
-
Constructor Details
-
DEEPForm
DEEPForm(int formType) -
DEEPForm
-
-
Method Details
-
validFormType
private static boolean validFormType(int formType) -
width
int width() -
height
int height() -
bitplanes
int bitplanes() -
sampleSize
public int sampleSize()- Overrides:
sampleSize
in classForm
-
premultiplied
public boolean premultiplied()- Overrides:
premultiplied
in classForm
-
compressionType
int compressionType()- Specified by:
compressionType
in classForm
-
aspect
double aspect() -
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
-
thumbnail
-
bodyOffset
long bodyOffset()- Specified by:
bodyOffset
in classForm
-
bodyLength
long bodyLength()- Specified by:
bodyLength
in classForm
-
with
- Overrides:
with
in classForm
- Throws:
IIOException
-
toString
-