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.
-
ATTR_ALINK
- The ALINK Attribute.
-
ATTR_BACKGROUND
- The BACKGROUND Attribute.
-
ATTR_BGCOLOR
- The BGCOLOR Attribute.
-
ATTR_LINK
- The LINK Attribute.
-
ATTR_TEXT
- The TEXT Attribute.
-
ATTR_VLINK
- The VLINK Attribute.
-
NAME
- The element's name.
-
Body()
- Constructs a new, empty body element.
-
Body(String, String, String, String, String, String)
- Constructs a new, empty body element with the given attributes.
NAME
public static final String NAME
- The element's name.
ATTR_BACKGROUND
public static final String ATTR_BACKGROUND
- The BACKGROUND Attribute.
ATTR_BGCOLOR
public static final String ATTR_BGCOLOR
- The BGCOLOR Attribute.
ATTR_TEXT
public static final String ATTR_TEXT
- The TEXT Attribute.
ATTR_LINK
public static final String ATTR_LINK
- The LINK Attribute.
ATTR_ALINK
public static final String ATTR_ALINK
- The ALINK Attribute.
ATTR_VLINK
public static final String ATTR_VLINK
- The VLINK Attribute.
Body
public Body()
- Constructs a new, empty body element.
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