Uses of Class
ice.pilots.html4.CSSAttribs

Packages that use CSSAttribs
ice.pilots.html4   
 

Uses of CSSAttribs in ice.pilots.html4
 

Methods in ice.pilots.html4 with parameters of type CSSAttribs
 void ObjectPainter.setFontHints(CSSAttribs css)
          Allow the ObjectBox to instruct the FormWidgets about the initial font to use.
 Font FontCache.getTestedFont(char[] text, int start, int limit, CSSAttribs css)
          Retrieve a font which has been tested and verified to display a given passage of text correctly.
 Font FontCache.getTestedFont(String text, CSSAttribs css)
          This method performs the same logic as above, but for objects who already have access to Strings.
 void EmbeddedObject.setFontHints(CSSAttribs css)