Uses of Class
org.faceless.pdf2.DeviceNColorSpace
-
Packages that use DeviceNColorSpace Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of DeviceNColorSpace in org.faceless.pdf2
Subclasses of DeviceNColorSpace in org.faceless.pdf2 Modifier and Type Class Description class
SpotColorSpace
A type of ColorSpace dealing with Separation ("Spot") Colors.Methods in org.faceless.pdf2 that return DeviceNColorSpace Modifier and Type Method Description DeviceNColorSpace
DeviceNColorSpace.Builder. create()
Create a DeviceNColorSpace from this builderDeviceNColorSpace
DeviceNColorSpace. remap(ColorSpace newfallback)
Attempt to convert this DeviceNColorSpace to an equavalent one, but with a different fallback ColorSpace.
-