org.mortbay.html
Class Font
HTML Font Block.
Each Element added to the List (which is a Composite) is treated
as a new List Item.
Bold , Center , Div , Italic , Left , Listing , Plain , Pre , Quote , Right , Span , Xmp |
ALIGN , BGCOLOR , BOTTOM , CENTER , CLASS , COLOR , HEIGHT , ID , LEFT , MIDDLE , RIGHT , SIZE , STYLE , TOP , VALIGN , WIDTH , attributeMap , noAttributes |
Font() - Default constructor.
|
Font(String attributes) - Construct a block using the passed string as the tag.
|
Font(int size)
|
Font(int size, String attributes)
|
Font(int size, boolean relativeSize)
|
attribute , attribute , attribute , attributes , attributes , bgColor , bottom , center , color , cssClass , cssID , height , height , height , left , middle , right , setAttributesFrom , size , size , size , style , toString , top , width , width , width , write , write , write |
Font
public Font()
Default constructor.
Font
public Font(String attributes)
Construct a block using the passed string as the tag.
Font
public Font(int size)
Font
public Font(int size,
String attributes)
Font
public Font(int size,
boolean relativeSize)
face
public Font face(String face)
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.