Uses of Class
org.apache.commons.imaging.formats.psd.PsdHeaderInfo
-
Packages that use PsdHeaderInfo Package Description org.apache.commons.imaging.formats.psd The PSD image format. -
-
Uses of PsdHeaderInfo in org.apache.commons.imaging.formats.psd
Fields in org.apache.commons.imaging.formats.psd declared as PsdHeaderInfo Modifier and Type Field Description PsdHeaderInfoPsdImageContents. headerMethods in org.apache.commons.imaging.formats.psd that return PsdHeaderInfo Modifier and Type Method Description private PsdHeaderInfoPsdImageParser. readHeader(java.io.InputStream is)private PsdHeaderInfoPsdImageParser. readHeader(ByteSource byteSource)Constructors in org.apache.commons.imaging.formats.psd with parameters of type PsdHeaderInfo Constructor Description PsdImageContents(PsdHeaderInfo header, int colorModeDataLength, int imageResourcesLength, int layerAndMaskDataLength, int compression)
-