org.mortbay.html

Class Font

public class Font extends Block

HTML Font Block. Each Element added to the List (which is a Composite) is treated as a new List Item.

See Also: Block

Constructor Summary
Font()
Font(int size)
Font(int size, boolean relativeSize)
Font(int size, String attributes)
Font(String attributes)
Method Summary
Fontface(String face)

Constructor Detail

Font

public Font()

Font

public Font(int size)

Font

public Font(int size, boolean relativeSize)

Font

public Font(int size, String attributes)

Font

public Font(String attributes)

Method Detail

face

public Font face(String face)
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.