BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.html.FontElement

Packages that use FontElement
weblogic.html The HtmlKona package is deprecated. 
 

Uses of FontElement in weblogic.html
 

Methods in weblogic.html that return FontElement
 FontElement HtmlElement.asFontElement(int size)
          Deprecated. Returns an HtmlElement as a FontElement set to the specified font size.
 FontElement HtmlElement.asFontElement(java.lang.String size)
          Deprecated. Returns an HtmlElement as a FontElement set to the specified font size.
 FontElement HtmlElement.asFontElement(java.lang.String size, java.lang.String color)
          Deprecated. 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://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.