Uses of Class
com.twelvemonkeys.imageio.plugins.iff.Form
-
Packages that use Form Package Description com.twelvemonkeys.imageio.plugins.iff -
-
Uses of Form in com.twelvemonkeys.imageio.plugins.iff
Subclasses of Form in com.twelvemonkeys.imageio.plugins.iff Modifier and Type Class Description private static class
Form.DEEPForm
The set of chunks used in DEEP and TVPP FORMs.(package private) static class
Form.ILBMForm
The set of chunks used in the "original" ILBM, and also ACBM, PBM and RGB8 FORMs.Fields in com.twelvemonkeys.imageio.plugins.iff declared as Form Modifier and Type Field Description private Form
IFFImageReader. header
Methods in com.twelvemonkeys.imageio.plugins.iff that return Form Modifier and Type Method Description (package private) static Form
Form. ofType(int formType)
(package private) Form
Form. with(IFFChunk chunk)
Methods in com.twelvemonkeys.imageio.plugins.iff with parameters of type Form Modifier and Type Method Description private static int[]
IFFImageMetadata. bitsPerSample(Form header)
private static java.lang.String
IFFImageMetadata. compressionName(Form header)
private static StandardImageMetadataSupport.PlanarConfiguration
IFFImageMetadata. planarConfiguration(Form header)
private static java.util.List<StandardImageMetadataSupport.TextEntry>
IFFImageMetadata. textEntries(Form header)
Constructors in com.twelvemonkeys.imageio.plugins.iff with parameters of type Form Constructor Description IFFImageMetadata(StandardImageMetadataSupport.Builder builder, Form header, java.awt.image.IndexColorModel palette)
IFFImageMetadata(javax.imageio.ImageTypeSpecifier type, Form header, java.awt.image.IndexColorModel palette)
-