Uses of Class
to.etc.domui.dom.css.FontVariant

Packages that use FontVariant
to.etc.domui.dom.css   
 

Uses of FontVariant in to.etc.domui.dom.css
 

Methods in to.etc.domui.dom.css that return FontVariant
 FontVariant CssBase.getFontVariant()
           
static FontVariant FontVariant.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FontVariant[] FontVariant.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in to.etc.domui.dom.css with parameters of type FontVariant
 void CssBase.setFontVariant(FontVariant fontVariant)