|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.themes.color.AbstractColorScheme
bibliothek.gui.dock.themes.color.DefaultColorScheme
bibliothek.extension.gui.dock.theme.bubble.SimpleBubbleColorScheme
public class SimpleBubbleColorScheme
A color scheme that generates most of its colors from a small starting set of colors.
| Field Summary | |
|---|---|
static SimpleBubbleColorScheme |
BLOPS
A scheme that uses black, white, green and red |
static SimpleBubbleColorScheme |
BRIGHT
A scheme that uses different shades of grey |
static ColorScheme |
LOOK_AND_FEEL
A scheme that uses colors from the LookAndFeel |
| Fields inherited from interface bibliothek.gui.dock.themes.ColorScheme |
|---|
COLOR_SCHEME_PARAMETER, EXTENSION_NAME |
| Constructor Summary | |
|---|---|
SimpleBubbleColorScheme(Color color)
Creates a scheme using only one base color. |
|
SimpleBubbleColorScheme(Color active,
Color inactive,
Color enabled,
Color selected,
Color disabled,
Color activeText,
Color inactiveText,
double factorWeak,
double factor,
double factorStrong)
Creates a new color scheme |
|
SimpleBubbleColorScheme(Color active,
Color inactive,
Color enabled,
Color selected,
Color disabled,
double factorWeak,
double factor,
double factorStrong)
Creates a new color scheme |
|
| Method Summary |
|---|
| Methods inherited from class bibliothek.gui.dock.themes.color.DefaultColorScheme |
|---|
getBridge, getBridgeFactory, getColor, getResource, setBridgeFactory, setColor, setNullColor, updateUI |
| Methods inherited from class bibliothek.gui.dock.themes.color.AbstractColorScheme |
|---|
addListener, fire, hasListeners, install, listeners, managers, removeListener, uninstall |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final SimpleBubbleColorScheme BLOPS
public static final SimpleBubbleColorScheme BRIGHT
public static final ColorScheme LOOK_AND_FEEL
LookAndFeel
| Constructor Detail |
|---|
public SimpleBubbleColorScheme(Color color)
color - the base color
public SimpleBubbleColorScheme(Color active,
Color inactive,
Color enabled,
Color selected,
Color disabled,
double factorWeak,
double factor,
double factorStrong)
active - color for active elementsinactive - color for inactive elementsenabled - color for enabled buttonsselected - color for selected buttonsdisabled - color for disabled buttonsfactorWeak - factor for weak color transformationfactor - factor for color transformationfactorStrong - factor for strong color transformation
public SimpleBubbleColorScheme(Color active,
Color inactive,
Color enabled,
Color selected,
Color disabled,
Color activeText,
Color inactiveText,
double factorWeak,
double factor,
double factorStrong)
active - color for active elementsinactive - color for inactive elementsenabled - color for enabled buttonsselected - color for selected buttonsdisabled - color for disabled buttonsactiveText - color for text on active elementsinactiveText - color for text on inactive elementsfactorWeak - factor for weak color transformationfactor - factor for color transformationfactorStrong - factor for strong color transformation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||