|
xmlgraphics-commons 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.java2d.color.ColorSpaces
public final class ColorSpaces
Provides access to various color spaces.
Method Summary | |
---|---|
static CIELabColorSpace |
getCIELabColorSpaceD50()
Returns an instance of the CIE L*a*b* color space using the D50 white point. |
static CIELabColorSpace |
getCIELabColorSpaceD65()
Returns an instance of the CIE L*a*b* color space using the D65 white point. |
static ColorSpaceOrigin |
getColorSpaceOrigin(java.awt.color.ColorSpace cs)
Returns information about the origin of a color space. |
static DeviceCMYKColorSpace |
getDeviceCMYKColorSpace()
Returns an instance of the device-specific CMYK color space. |
static boolean |
isDeviceColorSpace(java.awt.color.ColorSpace cs)
Indicates whether the given color space is device-specific (i.e. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DeviceCMYKColorSpace getDeviceCMYKColorSpace()
public static boolean isDeviceColorSpace(java.awt.color.ColorSpace cs)
cs
- the color space to check
public static CIELabColorSpace getCIELabColorSpaceD50()
public static CIELabColorSpace getCIELabColorSpaceD65()
public static ColorSpaceOrigin getColorSpaceOrigin(java.awt.color.ColorSpace cs)
cs
- the color space
|
xmlgraphics-commons 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |