Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDJPXColorSpace
-
Packages that use PDJPXColorSpace Package Description org.apache.pdfbox.filter This package will hold the PDFBox implementations of the filters that are used in PDF documents. -
-
Uses of PDJPXColorSpace in org.apache.pdfbox.filter
Fields in org.apache.pdfbox.filter declared as PDJPXColorSpace Modifier and Type Field Description private PDJPXColorSpaceDecodeResult. colorSpaceMethods in org.apache.pdfbox.filter that return PDJPXColorSpace Modifier and Type Method Description PDJPXColorSpaceDecodeResult. getJPXColorSpace()Returns the embedded JPX color space, if any.Methods in org.apache.pdfbox.filter with parameters of type PDJPXColorSpace Modifier and Type Method Description (package private) voidDecodeResult. setColorSpace(PDJPXColorSpace colorSpace)Constructors in org.apache.pdfbox.filter with parameters of type PDJPXColorSpace Constructor Description DecodeResult(COSDictionary parameters, PDJPXColorSpace colorSpace)
-