Skip to main content

DeviceCMYKColorSpace Class

A device-dependent CMYK color space.

Declaration

public class DeviceCMYKColorSpace extends DeviceColorSpace

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
JavaObject
ColorSpace
DeviceColorSpace
DeviceCMYKColorSpace

DeviceCMYKColorSpace()

Initializes a new instance of the DeviceCMYKColorSpace class.

Declaration

public DeviceCMYKColorSpace()

Methods

getComponentsCount() Method

Returns the number of color components in this color space.

Declaration

public int getComponentsCount()

Returns

Type Description
int

The number of color components in this color space.