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) 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 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:
sampleSizein classForm
-
premultiplied
public boolean premultiplied()- Overrides:
premultipliedin classForm
-
compressionType
int compressionType()- Specified by:
compressionTypein classForm
-
aspect
double 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
-