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.
- Version:
- $Id: Form.java,v 1.0 31/01/2022 haraldk Exp$
-
Nested Class Summary
Nested classes/interfaces inherited from class Form
Form.ILBMForm -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) doubleaspect()(package private) int(package private) long(package private) long(package private) intboolean(package private) intheight()booleanintintinttoString()private static booleanvalidFormType(int formType) (package private) intwidth()(package private) Form.DEEPFormMethods inherited from class 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
-
height
-
bitplanes
-
sampleSize
public int sampleSize()- Overrides:
sampleSizein classForm
-
premultiplied
public boolean premultiplied()- Overrides:
premultipliedin classForm
-
compressionType
int compressionType()- Specified by:
compressionTypein classForm
-
aspect
-
hasThumbnail
public boolean hasThumbnail()- Specified by:
hasThumbnailin classForm
-
thumbnailWidth
public int thumbnailWidth()- Specified by:
thumbnailWidthin classForm
-
thumbnailHeight
public int thumbnailHeight()- Specified by:
thumbnailHeightin classForm
-
thumbnail
-
bodyOffset
long bodyOffset()- Specified by:
bodyOffsetin classForm
-
bodyLength
long bodyLength()- Specified by:
bodyLengthin classForm
-
with
- Overrides:
within classForm- Throws:
IIOException
-
toString
-