public final class Orange
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.ArrayList<Color> |
COLORS |
static Color |
CORAL |
static Color |
DARKORANGE |
static Color |
LIGHTSALMON |
static Color |
ORANGE |
static Color |
ORANGERED |
static Color |
TOMATO |
Constructor and Description |
---|
Orange() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<Color> |
build()
Builds the Color Variants Array List
|
static void |
printStats() |
public static final Color LIGHTSALMON
public static final Color CORAL
public static final Color TOMATO
public static final Color ORANGERED
public static final Color DARKORANGE
public static final Color ORANGE
public static final java.util.ArrayList<Color> COLORS
public static java.util.ArrayList<Color> build()
public static void printStats()