Class Form.ILBMForm
java.lang.Object
com.twelvemonkeys.imageio.plugins.iff.Form
com.twelvemonkeys.imageio.plugins.iff.Form.ILBMForm
- Enclosing class:
Form
The set of chunks used in the "original" ILBM,
and also ACBM, PBM and RGB8 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
colorMap()
colorMapForRow
(IndexColorModel colorModel, int row) (package private) int
boolean
(package private) int
height()
(package private) boolean
isEHB()
(package private) boolean
isHAM()
(package private) boolean
isLaced()
(package private) boolean
int
int
toString()
int
private static boolean
validFormType
(int formType) (package private) int
width()
(package private) Form.ILBMForm
Methods inherited from class com.twelvemonkeys.imageio.plugins.iff.Form
ofType, premultiplied, sampleSize
-
Field Details
-
bitmapHeader
-
viewMode
-
colorMap
-
multiPalette
-
thumbnail
-
body
-
-
Constructor Details
-
ILBMForm
ILBMForm(int formType) -
ILBMForm
-
-
Method Details
-
validFormType
private static boolean validFormType(int formType) -
width
int width() -
height
int height() -
bitplanes
int bitplanes() -
compressionType
int compressionType()- Specified by:
compressionType
in classForm
-
aspect
double aspect() -
isMultiPalette
boolean isMultiPalette()- Overrides:
isMultiPalette
in classForm
-
isEHB
boolean isEHB() -
isHAM
boolean isHAM() -
isLaced
boolean isLaced() -
transparentIndex
public int transparentIndex()- Overrides:
transparentIndex
in classForm
-
colorMap
- Overrides:
colorMap
in classForm
- Throws:
IIOException
-
colorMapForRow
- Overrides:
colorMapForRow
in classForm
-
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
-