JHotDraw 7.6

org.jhotdraw.color
Class CMYKGenericColorSpace

java.lang.Object
  extended by java.awt.color.ColorSpace
      extended by java.awt.color.ICC_ColorSpace
          extended by org.jhotdraw.color.CMYKGenericColorSpace
All Implemented Interfaces:
java.io.Serializable

public class CMYKGenericColorSpace
extends java.awt.color.ICC_ColorSpace

A ColorSpace for CMYK color components using a generic CMYK profile.

Version:
$Id: CMYKGenericColorSpace.java 717 2010-11-21 12:30:57Z rawcoder $
Author:
Werner Randelshofer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.color.ColorSpace
CS_CIEXYZ, CS_GRAY, CS_LINEAR_RGB, CS_PYCC, CS_sRGB, TYPE_2CLR, TYPE_3CLR, TYPE_4CLR, TYPE_5CLR, TYPE_6CLR, TYPE_7CLR, TYPE_8CLR, TYPE_9CLR, TYPE_ACLR, TYPE_BCLR, TYPE_CCLR, TYPE_CMY, TYPE_CMYK, TYPE_DCLR, TYPE_ECLR, TYPE_FCLR, TYPE_GRAY, TYPE_HLS, TYPE_HSV, TYPE_Lab, TYPE_Luv, TYPE_RGB, TYPE_XYZ, TYPE_YCbCr, TYPE_Yxy
 
Constructor Summary
CMYKGenericColorSpace()
           
 
Method Summary
static CMYKGenericColorSpace getInstance()
           
 
Methods inherited from class java.awt.color.ICC_ColorSpace
fromCIEXYZ, fromRGB, getMaxValue, getMinValue, getProfile, toCIEXYZ, toRGB
 
Methods inherited from class java.awt.color.ColorSpace
getInstance, getName, getNumComponents, getType, isCS_sRGB
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMYKGenericColorSpace

public CMYKGenericColorSpace()
                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getInstance

public static CMYKGenericColorSpace getInstance()

Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.