Uses of Class
com.twelvemonkeys.imageio.plugins.pcx.PCXHeader
-
Packages that use PCXHeader Package Description com.twelvemonkeys.imageio.plugins.pcx -
-
Uses of PCXHeader in com.twelvemonkeys.imageio.plugins.pcx
Fields in com.twelvemonkeys.imageio.plugins.pcx declared as PCXHeader Modifier and Type Field Description private PCXHeaderPCXImageReader. headerMethods in com.twelvemonkeys.imageio.plugins.pcx that return PCXHeader Modifier and Type Method Description static PCXHeaderPCXHeader. read(javax.imageio.stream.ImageInputStream imageInput)Methods in com.twelvemonkeys.imageio.plugins.pcx with parameters of type PCXHeader Modifier and Type Method Description private static java.lang.StringPCXMetadata. compressionName(PCXHeader header)private static StandardImageMetadataSupport.PlanarConfigurationPCXMetadata. planarConfiguration(PCXHeader header)Constructors in com.twelvemonkeys.imageio.plugins.pcx with parameters of type PCXHeader Constructor Description PCXMetadata(javax.imageio.ImageTypeSpecifier type, PCXHeader header)
-