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
|
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. |
HorizontalRule
public HorizontalRule()
- Constructs a HorizontalRule object.
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.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.