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 PDJPXColorSpace
DecodeResult. colorSpace
Methods in org.apache.pdfbox.filter that return PDJPXColorSpace Modifier and Type Method Description PDJPXColorSpace
DecodeResult. 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) void
DecodeResult. setColorSpace(PDJPXColorSpace colorSpace)
Constructors in org.apache.pdfbox.filter with parameters of type PDJPXColorSpace Constructor Description DecodeResult(COSDictionary parameters, PDJPXColorSpace colorSpace)
-