Uses of Class
com.twelvemonkeys.imageio.plugins.iff.Form
Packages that use Form
-
Uses of Form in com.twelvemonkeys.imageio.plugins.iff
Subclasses of Form in com.twelvemonkeys.imageio.plugins.iffModifier 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.Fields in com.twelvemonkeys.imageio.plugins.iff declared as FormMethods in com.twelvemonkeys.imageio.plugins.iff that return FormModifier and TypeMethodDescription(package private) static Form
Form.ofType
(int formType) (package private) Form
Methods in com.twelvemonkeys.imageio.plugins.iff with parameters of type FormModifier and TypeMethodDescriptionprivate static int[]
IFFImageMetadata.bitsPerSample
(Form header) private static String
IFFImageMetadata.compressionName
(Form header) private static StandardImageMetadataSupport.PlanarConfiguration
IFFImageMetadata.planarConfiguration
(Form header) private static List
<StandardImageMetadataSupport.TextEntry> IFFImageMetadata.textEntries
(Form header) Constructors in com.twelvemonkeys.imageio.plugins.iff with parameters of type FormModifierConstructorDescriptionprivate
IFFImageMetadata
(StandardImageMetadataSupport.Builder builder, Form header, IndexColorModel palette) (package private)
IFFImageMetadata
(ImageTypeSpecifier type, Form header, IndexColorModel palette)