public final class Colors
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Color |
B |
static Blue |
BLUE |
static Brown |
BROWN |
static java.util.ArrayList<Color> |
ColorList |
static Color |
G |
static Gray |
GRAY |
static Green |
GREEN |
static Orange |
ORANGE |
static Pink |
PINK |
static Purple |
PURPLE |
static Color |
R |
static Red |
RED |
static White |
WHITE |
static Yellow |
YELLOW |
Constructor and Description |
---|
Colors() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<Color> |
build() |
static void |
printJSONs() |
static void |
printNormalizedValues() |
static void |
printRows() |
public static final java.util.ArrayList<Color> ColorList
public static final Color R
public static final Color G
public static final Color B
public static Red RED
public static Pink PINK
public static Orange ORANGE
public static Yellow YELLOW
public static Purple PURPLE
public static Green GREEN
public static Blue BLUE
public static Brown BROWN
public static White WHITE
public static Gray GRAY
public static java.util.ArrayList<Color> build()
public static void printRows()
public static void printJSONs()
public static void printNormalizedValues()