Uses of Class
org.apache.xmlgraphics.java2d.CMYKColorSpace
-
Packages that use CMYKColorSpace Package Description org.apache.xmlgraphics.java2d Provides convenience base and utility classes for subclassing thejava.awt.Graphics2Dclass in order to translate Java 2D primitives into another graphic format. -
-
Uses of CMYKColorSpace in org.apache.xmlgraphics.java2d
Fields in org.apache.xmlgraphics.java2d declared as CMYKColorSpace Modifier and Type Field Description private static CMYKColorSpaceCMYKColorSpace. instanceDeprecated.Methods in org.apache.xmlgraphics.java2d that return CMYKColorSpace Modifier and Type Method Description static CMYKColorSpaceCMYKColorSpace. getInstance()Deprecated.Returns an instance of an uncalibrated CMYK color space.
-