BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.FontElement

Packages that use FontElement
weblogic.html   
 

Uses of FontElement in weblogic.html
 

Methods in weblogic.html that return FontElement
 FontElement HtmlElement.asFontElement(int size)
          Returns an HtmlElement as a FontElement set to the specified font size.
 FontElement HtmlElement.asFontElement(java.lang.String size)
          Returns an HtmlElement as a FontElement set to the specified font size.
 FontElement HtmlElement.asFontElement(java.lang.String size, java.lang.String color)
          Returns an HtmlElement as a FontElement set to the specified size and color.
 FontElement FontElement.setFontColor(java.lang.String val)
          Deprecated. Sets the font color to its hexidecimal RGB value (for example, #FFFFFF) or to the name of a color.
 FontElement FontElement.setFontColor(java.awt.Color color)
          Deprecated. Sets the font color to a java.awt.Color object.
 FontElement FontElement.setFontFace(java.lang.String fontnames)
          Deprecated. Sets the FACE attribute for a FontElement.
 FontElement FontElement.setFontSize(int val)
          Deprecated. Sets the font size.
 FontElement FontElement.setFontSize(java.lang.String val)
          Deprecated. Sets the font size to a string value.
 


Documentation is available at
http://www.weblogic.com/docs51