Uses of Enum
com.twelvemonkeys.imageio.StandardImageMetadataSupport.PlanarConfiguration
Packages that use StandardImageMetadataSupport.PlanarConfiguration
Package
Description
-
Uses of StandardImageMetadataSupport.PlanarConfiguration in com.twelvemonkeys.imageio
Fields in com.twelvemonkeys.imageio declared as StandardImageMetadataSupport.PlanarConfigurationModifier and TypeFieldDescriptionStandardImageMetadataSupport.Builder.planarConfiguration
protected final StandardImageMetadataSupport.PlanarConfiguration
StandardImageMetadataSupport.planarConfiguration
Methods in com.twelvemonkeys.imageio that return StandardImageMetadataSupport.PlanarConfigurationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.PlanarConfigurationModifier and TypeMethodDescriptionStandardImageMetadataSupport.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.PlanarConfigurationModifier and TypeMethodDescriptionprivate 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.PlanarConfigurationModifier and TypeMethodDescriptionprivate static StandardImageMetadataSupport.PlanarConfiguration
PCXMetadata.planarConfiguration
(PCXHeader header)