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 PCXHeader
PCXImageReader. header
Methods in com.twelvemonkeys.imageio.plugins.pcx that return PCXHeader Modifier and Type Method Description static PCXHeader
PCXHeader. 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.String
PCXMetadata. compressionName(PCXHeader header)
private static StandardImageMetadataSupport.PlanarConfiguration
PCXMetadata. planarConfiguration(PCXHeader header)
Constructors in com.twelvemonkeys.imageio.plugins.pcx with parameters of type PCXHeader Constructor Description PCXMetadata(javax.imageio.ImageTypeSpecifier type, PCXHeader header)
-