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 PsdHeaderInfo
PsdImageContents. header
Methods in org.apache.commons.imaging.formats.psd that return PsdHeaderInfo Modifier and Type Method Description private PsdHeaderInfo
PsdImageParser. readHeader(java.io.InputStream is)
private PsdHeaderInfo
PsdImageParser. 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)
-