Uses of Class
org.apache.xmlgraphics.java2d.color.DeviceCMYKColorSpace
-
Packages that use DeviceCMYKColorSpace Package Description org.apache.xmlgraphics.java2d.color Provides additional color infrastructure so SVG and XSL-FO implementations can store additional color information and do things like specialized color conversions. -
-
Uses of DeviceCMYKColorSpace in org.apache.xmlgraphics.java2d.color
Fields in org.apache.xmlgraphics.java2d.color declared as DeviceCMYKColorSpace Modifier and Type Field Description private static DeviceCMYKColorSpaceColorSpaces. deviceCMYKMethods in org.apache.xmlgraphics.java2d.color that return DeviceCMYKColorSpace Modifier and Type Method Description static DeviceCMYKColorSpaceColorSpaces. getDeviceCMYKColorSpace()Returns an instance of the device-specific CMYK color space.static DeviceCMYKColorSpaceDeviceCMYKColorSpace. getInstance()Deprecated.UseColorSpaces.getDeviceCMYKColorSpace()instead.
-