public class WidgetDarkColorScheme extends Object implements WidgetColorScheme
WidgetColorScheme that provides MacWidgetsPainters and colors.| Constructor and Description |
|---|
WidgetDarkColorScheme() |
| Modifier and Type | Method and Description |
|---|---|
Color |
getActiveBackgroundColor()
The background color of the widget when it is in an active window.
|
Color |
getActiveFocusedSelectedItemBackgroundColor() |
MacWidgetsPainter<Component> |
getActiveFocusedSelectedItemPainter()
The
Painter to use for drawing the widget selection when the
widget is in the active window and has focus. |
Color |
getActiveUnfocusedSelectedItemBackgroundColor() |
MacWidgetsPainter<Component> |
getActiveUnfocusedSelectedItemPainter()
The
Painter to use for drawing the widget selection when the
widget is in the active window and does not have focus. |
Color |
getActiveUnselectedBadgeColor()
The color to draw a badge's background with when it's corresponding widget item
is unselected and the widget is in an active window.
|
Color |
getBadgeTextColor()
The color to draw a badge's text with.
|
Color |
getCategoryTextColor()
The color to draw a widget category with.
|
Color |
getCategoryTextShadowColor()
The color to draw a widget category's shadow with.
|
Color |
getInactiveBackgroundColor()
The background color of the widget when it is in an inactive window.
|
Color |
getInactiveSelectedItemBackgroundColor() |
MacWidgetsPainter<Component> |
getInactiveSelectedItemPainter()
The
Painter to use for drawing the SourceList selection when the
widget is in an inactive window. |
Color |
getInativeUnselectedBadgeColor()
The color to draw a badge's background with when it's corresponding widget item
is unselected and the widget is in an inactive window.
|
Color |
getSelectedBadgeColor()
The color to draw a badge's background with when it's corresponding widget item
is selected.
|
Icon |
getSelectedCollapsedIcon()
The icon to use when a widget node is collapsed and selected.
|
Icon |
getSelectedExpandedIcon()
The icon to use when a widget node is expanded and selected.
|
Color |
getSelectedItemFontShadowColor()
The color to draw a selected widget item's shadow with.
|
Color |
getSelectedItemTextColor()
The color to draw a selected widget item with.
|
Icon |
getUnselectedCollapsedIcon()
The icon to use when a widget node is collapsed and unselected.
|
Icon |
getUnselectedExpandedIcon()
The icon to use when a widget node is expanded and unselected.
|
Color |
getUnselectedItemTextColor()
The color to draw an unselected widget item with.
|
public MacWidgetsPainter<Component> getActiveFocusedSelectedItemPainter()
WidgetColorSchemePainter to use for drawing the widget selection when the
widget is in the active window and has focus.getActiveFocusedSelectedItemPainter in interface WidgetColorSchemePainter to use for painting the selection in an active window where the
widget has focus.public MacWidgetsPainter<Component> getActiveUnfocusedSelectedItemPainter()
WidgetColorSchemePainter to use for drawing the widget selection when the
widget is in the active window and does not have focus.getActiveUnfocusedSelectedItemPainter in interface WidgetColorSchemePainter to use for painting the selection in an active window where the
widget does not have focus.public MacWidgetsPainter<Component> getInactiveSelectedItemPainter()
WidgetColorSchemePainter to use for drawing the SourceList selection when the
widget is in an inactive window.getInactiveSelectedItemPainter in interface WidgetColorSchemePainter to use for painting the selection in an inactive window.public Color getCategoryTextColor()
WidgetColorSchemegetCategoryTextColor in interface WidgetColorSchemepublic Color getCategoryTextShadowColor()
WidgetColorSchemegetCategoryTextShadowColor in interface WidgetColorSchemepublic Color getUnselectedItemTextColor()
WidgetColorSchemegetUnselectedItemTextColor in interface WidgetColorSchemepublic Color getSelectedItemTextColor()
WidgetColorSchemegetSelectedItemTextColor in interface WidgetColorSchemepublic Color getSelectedItemFontShadowColor()
WidgetColorSchemegetSelectedItemFontShadowColor in interface WidgetColorSchemepublic Color getActiveBackgroundColor()
WidgetColorSchemegetActiveBackgroundColor in interface WidgetColorSchemepublic Color getInactiveBackgroundColor()
WidgetColorSchemegetInactiveBackgroundColor in interface WidgetColorSchemepublic Icon getUnselectedCollapsedIcon()
WidgetColorSchemegetUnselectedCollapsedIcon in interface WidgetColorSchemepublic Icon getUnselectedExpandedIcon()
WidgetColorSchemegetUnselectedExpandedIcon in interface WidgetColorSchemepublic Icon getSelectedCollapsedIcon()
WidgetColorSchemegetSelectedCollapsedIcon in interface WidgetColorSchemepublic Icon getSelectedExpandedIcon()
WidgetColorSchemegetSelectedExpandedIcon in interface WidgetColorSchemepublic Color getBadgeTextColor()
WidgetColorSchemegetBadgeTextColor in interface WidgetColorSchemepublic Color getSelectedBadgeColor()
WidgetColorSchemegetSelectedBadgeColor in interface WidgetColorSchemepublic Color getActiveUnselectedBadgeColor()
WidgetColorSchemegetActiveUnselectedBadgeColor in interface WidgetColorSchemepublic Color getInativeUnselectedBadgeColor()
WidgetColorSchemegetInativeUnselectedBadgeColor in interface WidgetColorSchemepublic Color getActiveFocusedSelectedItemBackgroundColor()
getActiveFocusedSelectedItemBackgroundColor in interface WidgetColorSchemepublic Color getActiveUnfocusedSelectedItemBackgroundColor()
getActiveUnfocusedSelectedItemBackgroundColor in interface WidgetColorSchemepublic Color getInactiveSelectedItemBackgroundColor()
getInactiveSelectedItemBackgroundColor in interface WidgetColorScheme