|
BEA Systems, Inc. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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://download.oracle.com/docs/cd/E13222_01/wls/docs60 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |