Copyright 2002 by aragost

com.aragost.html
Class Font

java.lang.Object
  |
  +--com.aragost.html.Element
        |
        +--com.aragost.html.HtmlElement
              |
              +--com.aragost.html.Font

public class Font
extends HtmlElement


Constructor Summary
Font(Element elm)
           
Font(java.lang.String text)
          Creates new Font
 
Method Summary
 java.lang.String getColor()
          Getter for property color.
 java.lang.String getTag()
          Return the html tag for this element.
 void setColor(java.lang.String color)
          Setter for property color.
 void setSize(java.lang.String size)
           
 
Methods inherited from class com.aragost.html.HtmlElement
getAttribute, getAttributes, getBody, getIntAttribute, postBodyWrite, preBodyWrite, setAlign, setAttribute, setBgcolor, setIntAttribute, setWidth, writeAttributes, writeTo
 
Methods inherited from class com.aragost.html.Element
isCellLike, isNowrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Font

public Font(java.lang.String text)
Creates new Font


Font

public Font(Element elm)
Method Detail

getColor

public java.lang.String getColor()
Getter for property color.

Returns:
Value of property color.

setColor

public void setColor(java.lang.String color)
Setter for property color.

Parameters:
color - New value of property color.

getTag

public java.lang.String getTag()
Return the html tag for this element.

Specified by:
getTag in class HtmlElement

setSize

public void setSize(java.lang.String size)

Copyright 2002 by aragost