public static enum AwardBIOSReader.CGAColor extends Enum<AwardBIOSReader.CGAColor>
Enum Constant and Description |
---|
BLACK |
BLUE |
BROWN |
CYAN |
DARK_GRAY |
GREEN |
LIGHT_BLUE |
LIGHT_CYAN |
LIGHT_GRAY |
LIGHT_GREEN |
LIGHT_MAGENTA |
LIGHT_RED |
MAGENTA |
RED |
WHITE |
YELLOW |
Modifier and Type | Field and Description |
---|---|
static AwardBIOSReader.CGAColor[] |
colors |
Modifier and Type | Method and Description |
---|---|
static AwardBIOSReader.CGAColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwardBIOSReader.CGAColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwardBIOSReader.CGAColor BLACK
public static final AwardBIOSReader.CGAColor BLUE
public static final AwardBIOSReader.CGAColor GREEN
public static final AwardBIOSReader.CGAColor CYAN
public static final AwardBIOSReader.CGAColor RED
public static final AwardBIOSReader.CGAColor MAGENTA
public static final AwardBIOSReader.CGAColor BROWN
public static final AwardBIOSReader.CGAColor LIGHT_GRAY
public static final AwardBIOSReader.CGAColor DARK_GRAY
public static final AwardBIOSReader.CGAColor LIGHT_BLUE
public static final AwardBIOSReader.CGAColor LIGHT_GREEN
public static final AwardBIOSReader.CGAColor LIGHT_CYAN
public static final AwardBIOSReader.CGAColor LIGHT_RED
public static final AwardBIOSReader.CGAColor LIGHT_MAGENTA
public static final AwardBIOSReader.CGAColor YELLOW
public static final AwardBIOSReader.CGAColor WHITE
public static final AwardBIOSReader.CGAColor[] colors
public static AwardBIOSReader.CGAColor[] values()
for (AwardBIOSReader.CGAColor c : AwardBIOSReader.CGAColor.values()) System.out.println(c);
public static AwardBIOSReader.CGAColor 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 nullCopyright © 2020. All rights reserved.