to.etc.domui.themes
Class ThemeCssUtils

java.lang.Object
  extended by to.etc.domui.themes.ThemeCssUtils

public class ThemeCssUtils
extends java.lang.Object

This helper class is passed to the theme factory, and can be used to augment information in the style.properties.

Author:
Frits Jalvingh Created on Jan 4, 2011

Field Summary
static CssColor BLACK
           
static CssColor WHITE
           
 
Constructor Summary
ThemeCssUtils()
           
 
Method Summary
 CssColor color(java.lang.String hex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLACK

public static final CssColor BLACK

WHITE

public static final CssColor WHITE
Constructor Detail

ThemeCssUtils

public ThemeCssUtils()
Method Detail

color

public CssColor color(java.lang.String hex)