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 classThe set of chunks used in DEEP and TVPP FORMs.(package private) static final classThe 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 FormForm.ofType(int formType) (package private) FormMethods in com.twelvemonkeys.imageio.plugins.iff with parameters of type FormModifier and TypeMethodDescriptionprivate static int[]IFFImageMetadata.bitsPerSample(Form header) private static StringIFFImageMetadata.compressionName(Form header) private static StandardImageMetadataSupport.PlanarConfigurationIFFImageMetadata.planarConfiguration(Form header) private static List<StandardImageMetadataSupport.TextEntry> IFFImageMetadata.textEntries(Form header) Constructors in com.twelvemonkeys.imageio.plugins.iff with parameters of type FormModifierConstructorDescriptionprivateIFFImageMetadata(StandardImageMetadataSupport.Builder builder, Form header, IndexColorModel palette) (package private)IFFImageMetadata(ImageTypeSpecifier type, Form header, IndexColorModel palette)