Uses of Class
com.twelvemonkeys.imageio.StandardImageMetadataSupport.ColorSpaceType
-
Packages that use StandardImageMetadataSupport.ColorSpaceType Package Description com.twelvemonkeys.imageio com.twelvemonkeys.imageio.plugins.pnm -
-
Uses of StandardImageMetadataSupport.ColorSpaceType in com.twelvemonkeys.imageio
Fields in com.twelvemonkeys.imageio declared as StandardImageMetadataSupport.ColorSpaceType Modifier and Type Field Description private StandardImageMetadataSupport.ColorSpaceTypeStandardImageMetadataSupport.Builder. colorSpaceTypeprotected StandardImageMetadataSupport.ColorSpaceTypeStandardImageMetadataSupport. colorSpaceTypeMethods in com.twelvemonkeys.imageio that return StandardImageMetadataSupport.ColorSpaceType Modifier and Type Method Description private static StandardImageMetadataSupport.ColorSpaceTypeStandardImageMetadataSupport. colorSpaceType(java.awt.color.ColorSpace colorSpace)static StandardImageMetadataSupport.ColorSpaceTypeStandardImageMetadataSupport.ColorSpaceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StandardImageMetadataSupport.ColorSpaceType[]StandardImageMetadataSupport.ColorSpaceType. 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.ColorSpaceType Modifier and Type Method Description StandardImageMetadataSupport.BuilderStandardImageMetadataSupport.Builder. withColorSpaceType(StandardImageMetadataSupport.ColorSpaceType colorSpaceType) -
Uses of StandardImageMetadataSupport.ColorSpaceType in com.twelvemonkeys.imageio.plugins.pnm
Methods in com.twelvemonkeys.imageio.plugins.pnm that return StandardImageMetadataSupport.ColorSpaceType Modifier and Type Method Description private static StandardImageMetadataSupport.ColorSpaceTypePNMMetadata. colorSpace(PNMHeader header)
-