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) doubleaspect()(package private) intbitplanes()(package private) longbodyLength()(package private) longbodyOffset()(package private) intcompressionType()booleanhasThumbnail()(package private) intheight()booleanpremultiplied()intsampleSize()java.awt.image.BufferedImagethumbnail()intthumbnailHeight()intthumbnailWidth()java.lang.StringtoString()private static booleanvalidFormType(int formType)(package private) intwidth()(package private) Form.DEEPFormwith(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:
sampleSizein classForm
-
premultiplied
public boolean premultiplied()
- Overrides:
premultipliedin classForm
-
compressionType
int compressionType()
- Specified by:
compressionTypein classForm
-
hasThumbnail
public boolean hasThumbnail()
- Specified by:
hasThumbnailin classForm
-
thumbnailWidth
public int thumbnailWidth()
- Specified by:
thumbnailWidthin classForm
-
thumbnailHeight
public int thumbnailHeight()
- Specified by:
thumbnailHeightin classForm
-
bodyOffset
long bodyOffset()
- Specified by:
bodyOffsetin classForm
-
bodyLength
long bodyLength()
- Specified by:
bodyLengthin classForm
-
with
Form.DEEPForm with(IFFChunk chunk) throws javax.imageio.IIOException
-
-