Enum Constant and Description |
---|
COLORBLIND_FRIENDLY |
COLORBLIND_FRIENDLY_INVERTED |
STANDARD |
STANDARD_INVERTED |
Modifier and Type | Method and Description |
---|---|
boolean |
isColorBlindMode() |
boolean |
isInverted() |
static ColorMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ColorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColorMode STANDARD
public static final ColorMode STANDARD_INVERTED
public static final ColorMode COLORBLIND_FRIENDLY
public static final ColorMode COLORBLIND_FRIENDLY_INVERTED
public static ColorMode[] values()
for (ColorMode c : ColorMode.values()) System.out.println(c);
public static ColorMode 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 namejava.lang.NullPointerException
- if the argument is nullpublic boolean isColorBlindMode()
public boolean isInverted()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.