public enum BallColors extends Enum<BallColors> implements ColorItemReal
ColorItemReal.Gray, ColorItemReal.HSB, ColorItemReal.RGB01, ColorItemReal.RGB255, ColorItemReal.Web| Enum Constant and Description |
|---|
APPLICATION
The application ball background color.
|
COMMAND
The Command ball background color.
|
COMMAND_FACADE
The command facade ball background color.
|
GLOBAL_FACADE
The global facade ball background color.
|
MODEL
The Model ball background color.
|
NOTIFIER
The notifier ball background color.
|
SERVICE
The Service ball background color.
|
SERVICE_FACADE
The service facade ball background color.
|
UI_FACADE
The UI Facade ball background color.
|
VIEW
The View ball background color.
|
| Modifier and Type | Method and Description |
|---|---|
ColorBuilder |
builder() |
Color |
get() |
static BallColors |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BallColors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BallColors APPLICATION
public static final BallColors NOTIFIER
public static final BallColors GLOBAL_FACADE
public static final BallColors COMMAND_FACADE
public static final BallColors SERVICE_FACADE
public static final BallColors UI_FACADE
public static final BallColors COMMAND
public static final BallColors SERVICE
public static final BallColors MODEL
public static final BallColors VIEW
public static BallColors[] values()
for (BallColors c : BallColors.values()) System.out.println(c);
public static BallColors 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 Color get()
get in interface org.jrebirth.af.api.resource.color.ColorItemget in interface org.jrebirth.af.api.resource.ResourceItem<org.jrebirth.af.api.resource.color.ColorItem,org.jrebirth.af.api.resource.color.ColorParams,Color>public ColorBuilder builder()
builder in interface org.jrebirth.af.api.resource.ResourceItem<org.jrebirth.af.api.resource.color.ColorItem,org.jrebirth.af.api.resource.color.ColorParams,Color>builder in interface ColorItemRealCopyright © 2011–2016 JRebirth OSS. All rights reserved.