All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vnet.markup.html.Body

java.lang.Object
   |
   +----vnet.markup.Element
           |
           +----vnet.markup.html.Body

public class Body
extends Element
The body Element for an HTML document.


Variable Index

 o ATTR_ALINK
The ALINK Attribute.
 o ATTR_BACKGROUND
The BACKGROUND Attribute.
 o ATTR_BGCOLOR
The BGCOLOR Attribute.
 o ATTR_LINK
The LINK Attribute.
 o ATTR_TEXT
The TEXT Attribute.
 o ATTR_VLINK
The VLINK Attribute.
 o NAME
The element's name.

Constructor Index

 o Body()
Constructs a new, empty body element.
 o Body(String, String, String, String, String, String)
Constructs a new, empty body element with the given attributes.

Variables

 o NAME
 public static final String NAME
The element's name.

 o ATTR_BACKGROUND
 public static final String ATTR_BACKGROUND
The BACKGROUND Attribute.

 o ATTR_BGCOLOR
 public static final String ATTR_BGCOLOR
The BGCOLOR Attribute.

 o ATTR_TEXT
 public static final String ATTR_TEXT
The TEXT Attribute.

 o ATTR_LINK
 public static final String ATTR_LINK
The LINK Attribute.

 o ATTR_ALINK
 public static final String ATTR_ALINK
The ALINK Attribute.

 o ATTR_VLINK
 public static final String ATTR_VLINK
The VLINK Attribute.

Constructors

 o Body
 public Body()
Constructs a new, empty body element.

 o Body
 public Body(String background,
             String bgcolor,
             String text,
             String link,
             String alink,
             String vlink)
Constructs a new, empty body element with the given attributes.

Parameters:
background - the background image (may be null).
bgcolor - the background colour (may be null).
text - the default text colour (may be null).
link - the link colour (may be null).
alink - the active link colour (may be null).
vlink - the visited link colour (may be null).

All Packages  Class Hierarchy  This Package  Previous  Next  Index