Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDJPXColorSpace
Packages that use PDJPXColorSpace
Package
Description
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 PDJPXColorSpaceMethods in org.apache.pdfbox.filter that return PDJPXColorSpaceModifier and TypeMethodDescriptionDecodeResult.getJPXColorSpace()Returns the embedded JPX color space, if any.Methods in org.apache.pdfbox.filter with parameters of type PDJPXColorSpaceModifier and TypeMethodDescription(package private) voidDecodeResult.setColorSpace(PDJPXColorSpace colorSpace) Constructors in org.apache.pdfbox.filter with parameters of type PDJPXColorSpaceModifierConstructorDescription(package private)DecodeResult(COSDictionary parameters, PDJPXColorSpace colorSpace)