Class Form
java.lang.Object
com.twelvemonkeys.imageio.plugins.iff.Form
- Direct Known Subclasses:
Form.DEEPForm
,Form.ILBMForm
Form.
- Version:
- $Id: Form.java,v 1.0 31/01/2022 haraldk Exp$
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
The set of chunks used in DEEP and TVPP FORMs.(package private) static final class
The set of chunks used in the "original" ILBM, and also ACBM, PBM and RGB8 FORMs. -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int
(package private) final List
<GenericChunk> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract double
aspect()
(package private) abstract int
(package private) abstract long
(package private) abstract long
colorMap()
colorMapForRow
(IndexColorModel colorModel, int row) (package private) abstract int
abstract boolean
(package private) abstract int
height()
(package private) boolean
isHAM()
(package private) boolean
(package private) static Form
ofType
(int formType) boolean
int
abstract BufferedImage
abstract int
abstract int
toString()
int
(package private) abstract int
width()
(package private) Form
-
Field Details
-
formType
final int formType -
meta
-
-
Constructor Details
-
Form
Form(int formType)
-
-
Method Details
-
width
abstract int width() -
height
abstract int height() -
aspect
abstract double aspect() -
bitplanes
abstract int bitplanes() -
compressionType
abstract int compressionType() -
isMultiPalette
boolean isMultiPalette() -
isHAM
boolean isHAM() -
premultiplied
public boolean premultiplied() -
sampleSize
public int sampleSize() -
transparentIndex
public int transparentIndex() -
colorMap
- Throws:
IIOException
-
colorMapForRow
-
hasThumbnail
public abstract boolean hasThumbnail() -
thumbnailWidth
public abstract int thumbnailWidth() -
thumbnailHeight
public abstract int thumbnailHeight() -
thumbnail
-
bodyOffset
abstract long bodyOffset() -
bodyLength
abstract long bodyLength() -
toString
-
with
- Throws:
IIOException
-
ofType
-