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 classForm.DEEPFormThe set of chunks used in DEEP and TVPP FORMs.(package private) static classForm.ILBMFormThe 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 FormIFFImageReader. headerMethods in com.twelvemonkeys.imageio.plugins.iff that return Form Modifier and Type Method Description (package private) static FormForm. ofType(int formType)(package private) FormForm. 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.StringIFFImageMetadata. compressionName(Form header)private static StandardImageMetadataSupport.PlanarConfigurationIFFImageMetadata. 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)
-