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.PcxHeader
PcxImageParser. readPcxHeader(java.io.InputStream is, boolean isStrict)
private PcxImageParser.PcxHeader
PcxImageParser. 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.BufferedImage
PcxImageParser. readImage(PcxImageParser.PcxHeader pcxHeader, java.io.InputStream is, ByteSource byteSource)
-