@JsType(namespace="xgl.color") public static enum WhitePoint.Observer extends Enum<WhitePoint.Observer>
| Enum Constant and Description |
|---|
TEN_DEGREE |
TWO_DEGREE |
| Modifier and Type | Method and Description |
|---|---|
int |
getCIE() |
int |
getDegrees() |
String |
getDescription() |
static WhitePoint.Observer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhitePoint.Observer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WhitePoint.Observer TWO_DEGREE
public static final WhitePoint.Observer TEN_DEGREE
public static WhitePoint.Observer[] values()
for (WhitePoint.Observer c : WhitePoint.Observer.values()) System.out.println(c);
public static WhitePoint.Observer valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getDegrees()
public int getCIE()
public String getDescription()
Copyright © 2018 Xalys. All rights reserved.