@Service public interface UIDefaults
Modifier and Type | Method and Description |
---|---|
Paint |
getComponentBGColor()
Returns the default background colour for UI components.
|
Paint |
getComponentFGColor()
Returns the foreground colour for components.
|
Paint |
getComponentSecondaryFGColor()
Returns the suggested foreground colour for components that want to
differentiate their text from other components.
|
Paint |
getDecorationIconColor()
Returns the suggested color for icons decorations to be used in
Thermostat views and components.
|
Color |
getIconColor()
Returns the suggested color for icons to be used in Thermostat views and
components.
|
int |
getIconDecorationSize()
Returns the suggested size for the icon decorations, where applicable.
|
int |
getIconSize()
Returns the suggested size for icons to be used in Thermostat views and
components.
|
int |
getReferenceFieldDefaultIconSize()
Returns the suggested size for the
ReferenceFieldDecoratorLayout.ICON_MAIN icons. |
Paint |
getReferenceFieldIconColor()
Returns the suggested color for icons to be used as
ReferenceFieldDecoratorLayout.ICON_MAIN entry point. |
Paint |
getReferenceFieldIconSelectedColor()
Returns the suggested color for icons to be used as
ReferenceFieldDecoratorLayout.ICON_MAIN entry point when
selected. |
Paint |
getSelectedComponentBGColor()
Returns the suggested background colour for components that are
selected.
|
Paint |
getSelectedComponentFGColor()
Returns the foreground colour for components that are
selected, like text or entries in the reference field panel.
|
Paint getSelectedComponentFGColor()
Paint getComponentFGColor()
Paint getSelectedComponentBGColor()
Paint getComponentBGColor()
Paint getComponentSecondaryFGColor()
ReferenceFieldDecoratorLayout.LABEL_INFO
components.int getReferenceFieldDefaultIconSize()
ReferenceFieldDecoratorLayout.ICON_MAIN
icons.
int getIconDecorationSize()
int getIconSize()
Color getIconColor()
Paint getReferenceFieldIconColor()
ReferenceFieldDecoratorLayout.ICON_MAIN
entry point.Paint getReferenceFieldIconSelectedColor()
ReferenceFieldDecoratorLayout.ICON_MAIN
entry point when
selected.Paint getDecorationIconColor()
Copyright © 2014. All Rights Reserved.