com.arsdigita.bebop
Class HorizontalLine
java.lang.Object
com.arsdigita.bebop.Completable
com.arsdigita.bebop.SimpleComponent
com.arsdigita.bebop.HorizontalLine
- All Implemented Interfaces:
- Cloneable, Component, Lockable
- public class HorizontalLine
- extends SimpleComponent
A solid, horizontal line.
- Version:
- $Revision: #7 $ $Date: 2004/04/07 $
- Author:
- Michael Pih
Methods inherited from class com.arsdigita.bebop.SimpleComponent |
children, clone, exportAttributes, getAttribute, getClassAttr, getIdAttr, getKey, getMetaDataAttribute, getStyleAttr, hasAttributes, isLocked, isVisible, lock, register, register, respond, setAttribute, setClassAttr, setIdAttr, setKey, setMetaDataAttribute, setStyleAttr, setVisible |
versionId
public static final String versionId
- See Also:
- Constant Field Values
HorizontalLine
public HorizontalLine()
getWidth
public String getWidth()
getThickness
public String getThickness()
getColor
public String getColor()
setWidth
public void setWidth(String w)
setThickness
public void setThickness(String t)
setColor
public void setColor(String c)
generateXML
public void generateXML(PageState state,
Element parent)
- Description copied from class:
SimpleComponent
- Adds [J]DOM nodes for this component. Specifically for
base class SimpleComponent, does nothing.
- Specified by:
generateXML
in interface Component
- Overrides:
generateXML
in class SimpleComponent
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC