2004.04.29


com.jdc.gui.html.tag
Class HorizontalRule

java.lang.Object
  |
  +--com.jdc.xml.Tag
        |
        +--com.jdc.gui.html.Tag
              |
              +--com.jdc.gui.html.SimpleTag
                    |
                    +--com.jdc.gui.html.tag.HorizontalRule
All Implemented Interfaces:
MarkupLanguage, Serializable

public class HorizontalRule
extends SimpleTag

HorizontalRule is used to create the HTML required to create a horizontal rule tag for display in a browser.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jdc.xml.Tag
LEFT_BRACKET, RIGHT_BRACKET, SLASH, SPACE
 
Fields inherited from interface com.jdc.gui.html.MarkupLanguage
XHTML
 
Constructor Summary
HorizontalRule()
          Constructs a HorizontalRule object.
 
Method Summary
 String create()
          Create and return the HTML required to create a horizontal rule object in a browser.
 
Methods inherited from class com.jdc.gui.html.SimpleTag
toString
 
Methods inherited from class com.jdc.gui.html.Tag
addAttribute, create, getAttributes, getIdentifier, tag
 
Methods inherited from class com.jdc.xml.Tag
addAttribute, getAttribute, setIdentifier, tag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HorizontalRule

public HorizontalRule()
Constructs a HorizontalRule object.

Method Detail

create

public String create()
Create and return the HTML required to create a horizontal rule object in a browser.

Overrides:
create in class Tag
Returns:
String HorizontalRule object.

2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.