Class AbstractDeviceSpecificColorSpace

java.lang.Object
java.awt.color.ColorSpace
org.apache.xmlgraphics.java2d.color.AbstractDeviceSpecificColorSpace
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeviceCMYKColorSpace

public abstract class AbstractDeviceSpecificColorSpace extends ColorSpace
Base class for device-specific (uncalibrated) color spaces.
See Also:
  • Constructor Details

    • AbstractDeviceSpecificColorSpace

      protected AbstractDeviceSpecificColorSpace(int type, int numcomponents)
      Creates a new instance.
      Parameters:
      type - the color space type (ColorSpace.TYPE_*)
      numcomponents - the number of color components applicable to the color space