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.PlanarConfiguration
StandardImageMetadataSupport.Builder. planarConfiguration
protected StandardImageMetadataSupport.PlanarConfiguration
StandardImageMetadataSupport. planarConfiguration
Methods in com.twelvemonkeys.imageio that return StandardImageMetadataSupport.PlanarConfiguration Modifier and Type Method Description static StandardImageMetadataSupport.PlanarConfiguration
StandardImageMetadataSupport.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.Builder
StandardImageMetadataSupport.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.PlanarConfiguration
IFFImageMetadata. 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.PlanarConfiguration
PCXMetadata. planarConfiguration(PCXHeader header)
-