Package org.eclnt.jsfserver.util
Class StyleUtil
java.lang.Object
org.eclnt.jsfserver.util.StyleUtil
Utilities in the area of style management.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckIfColorIsDark(String color) static StyleUtil.ColorUpdateInfostatic StringAccess to style value @baseColor@static StringgetStyleTextColorForBackground(String background) Returns text color which is adequate to background.static StringAccess to style value @textColorForDarkBackground@static StringAccess to style value @textColorForLightBackground@
-
Constructor Details
-
StyleUtil
public StyleUtil()
-
-
Method Details
-
checkIfColorIsDark
-
findColorUpdateIfColor
-
parseStringForVariables
-
getStyleBaseColor
Access to style value @baseColor@ -
getStyleTextColorForLightBackground
Access to style value @textColorForLightBackground@ -
getStyleTextColorForDarkBackground
Access to style value @textColorForDarkBackground@ -
getStyleTextColorForBackground
Returns text color which is adequate to background.
-