Uses of Class
org.faceless.pdf2.SpotColorSpace
-
Packages that use SpotColorSpace Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of SpotColorSpace in org.faceless.pdf2
Methods in org.faceless.pdf2 that return SpotColorSpace Modifier and Type Method Description SpotColorSpace
DeviceNColorSpace. getComponentColorSpace(int comp)
Get the Component ColorSpace for an individual spot color in the ColorSpace.SpotColorSpace
SpotColorSpace. getComponentColorSpace(int component)
SpotColorSpace
DeviceNColorSpace.Builder. getInk(int component)
Return the SpotColorSpace representing the specified componentMethods in org.faceless.pdf2 that return types with arguments of type SpotColorSpace Modifier and Type Method Description Map<String,SpotColorSpace>
ICCColorSpace. getNamedColors()
If this profile is aICCColorSpace.CLASS_NAMEDCOLOR
profile class
, return a map of named colors to SpotColorSpaces defined by this profile.Methods in org.faceless.pdf2 with parameters of type SpotColorSpace Modifier and Type Method Description void
DeviceNColorSpace.Builder. addInk(SpotColorSpace scs)
Add an ink to this ColorSpace.
-