Uses of Class
org.apache.commons.imaging.formats.pcx.PcxImageParser.PcxHeader
-
Packages that use PcxImageParser.PcxHeader Package Description org.apache.commons.imaging.formats.pcx The PCX image format. -
-
Uses of PcxImageParser.PcxHeader in org.apache.commons.imaging.formats.pcx
Methods in org.apache.commons.imaging.formats.pcx that return PcxImageParser.PcxHeader Modifier and Type Method Description private PcxImageParser.PcxHeaderPcxImageParser. readPcxHeader(java.io.InputStream is, boolean isStrict)private PcxImageParser.PcxHeaderPcxImageParser. readPcxHeader(ByteSource byteSource)Methods in org.apache.commons.imaging.formats.pcx with parameters of type PcxImageParser.PcxHeader Modifier and Type Method Description private java.awt.image.BufferedImagePcxImageParser. readImage(PcxImageParser.PcxHeader pcxHeader, java.io.InputStream is, ByteSource byteSource)
-