|
JHotDraw 7.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CIELABColorSpace.OutsideGamutHandling>
org.jhotdraw.color.CIELABColorSpace.OutsideGamutHandling
public static enum CIELABColorSpace.OutsideGamutHandling
Enum Constant Summary | |
---|---|
CLAMP
|
|
LEAVE_OUTSIDE
|
Method Summary | |
---|---|
static CIELABColorSpace.OutsideGamutHandling |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CIELABColorSpace.OutsideGamutHandling[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CIELABColorSpace.OutsideGamutHandling CLAMP
public static final CIELABColorSpace.OutsideGamutHandling LEAVE_OUTSIDE
Method Detail |
---|
public static CIELABColorSpace.OutsideGamutHandling[] values()
for (CIELABColorSpace.OutsideGamutHandling c : CIELABColorSpace.OutsideGamutHandling.values()) System.out.println(c);
public static CIELABColorSpace.OutsideGamutHandling valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project. Some rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |