|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<BubbleColorScheme.Distribution>
bibliothek.extension.gui.dock.theme.bubble.BubbleColorScheme.Distribution
public static enum BubbleColorScheme.Distribution
Tells how the primary, secondary and tertiary color components are distributed.
| Enum Constant Summary | |
|---|---|
BGR
primary: blue secondary: green tertiary: red |
|
BRG
primary: blue secondary: red tertiary: green |
|
GBR
primary: green secondary: blue tertiary: red |
|
GRB
primary: green secondary: red tertiary: blue |
|
RBG
primary: red secondary: blue tertiary: green |
|
RGB
primary: red secondary: green tertiary: blue |
|
| Method Summary | |
|---|---|
static BubbleColorScheme.Distribution |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BubbleColorScheme.Distribution[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final BubbleColorScheme.Distribution RGB
public static final BubbleColorScheme.Distribution RBG
public static final BubbleColorScheme.Distribution BRG
public static final BubbleColorScheme.Distribution BGR
public static final BubbleColorScheme.Distribution GRB
public static final BubbleColorScheme.Distribution GBR
| Method Detail |
|---|
public static final BubbleColorScheme.Distribution[] values()
for(BubbleColorScheme.Distribution c : BubbleColorScheme.Distribution.values())
System.out.println(c);
public static BubbleColorScheme.Distribution valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||