Uses of Class
com.twelvemonkeys.imageio.StandardImageMetadataSupport.PlanarConfiguration
-
Packages that use StandardImageMetadataSupport.PlanarConfiguration Package Description com.twelvemonkeys.imageio com.twelvemonkeys.imageio.plugins.iff com.twelvemonkeys.imageio.plugins.pcx -
-
Uses of StandardImageMetadataSupport.PlanarConfiguration in com.twelvemonkeys.imageio
Fields in com.twelvemonkeys.imageio declared as StandardImageMetadataSupport.PlanarConfiguration Modifier and Type Field Description private StandardImageMetadataSupport.PlanarConfigurationStandardImageMetadataSupport.Builder. planarConfigurationprotected StandardImageMetadataSupport.PlanarConfigurationStandardImageMetadataSupport. planarConfigurationMethods in com.twelvemonkeys.imageio that return StandardImageMetadataSupport.PlanarConfiguration Modifier and Type Method Description static StandardImageMetadataSupport.PlanarConfigurationStandardImageMetadataSupport.PlanarConfiguration. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StandardImageMetadataSupport.PlanarConfiguration[]StandardImageMetadataSupport.PlanarConfiguration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twelvemonkeys.imageio with parameters of type StandardImageMetadataSupport.PlanarConfiguration Modifier and Type Method Description StandardImageMetadataSupport.BuilderStandardImageMetadataSupport.Builder. withPlanarConfiguration(StandardImageMetadataSupport.PlanarConfiguration planarConfiguration) -
Uses of StandardImageMetadataSupport.PlanarConfiguration in com.twelvemonkeys.imageio.plugins.iff
Methods in com.twelvemonkeys.imageio.plugins.iff that return StandardImageMetadataSupport.PlanarConfiguration Modifier and Type Method Description private static StandardImageMetadataSupport.PlanarConfigurationIFFImageMetadata. planarConfiguration(Form header) -
Uses of StandardImageMetadataSupport.PlanarConfiguration in com.twelvemonkeys.imageio.plugins.pcx
Methods in com.twelvemonkeys.imageio.plugins.pcx that return StandardImageMetadataSupport.PlanarConfiguration Modifier and Type Method Description private static StandardImageMetadataSupport.PlanarConfigurationPCXMetadata. planarConfiguration(PCXHeader header)
-