Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.openwave.oui.waomelements
Class HRule  view HRule download HRule.java

java.lang.Object
  extended bycom.openwave.oui.framework.WaomElement
      extended bycom.openwave.oui.framework.WaomLeaf
          extended bycom.openwave.oui.waomelements.HRule
All Implemented Interfaces:
java.io.Serializable

public class HRule
extends com.openwave.oui.framework.WaomLeaf

Insert the type's description here. Creation date: (06-06-2001 12:58:31)


Field Summary
private static long serialVersionUID
           
private  java.lang.String size
           
private  java.lang.String width
           
 
Fields inherited from class com.openwave.oui.framework.WaomLeaf
 
Fields inherited from class com.openwave.oui.framework.WaomElement
 
Constructor Summary
HRule()
          HRule constructor comment.
HRule(java.lang.String size, java.lang.String width)
          HRule constructor comment.
 
Method Summary
 java.lang.String getSize()
           
 java.lang.String getWidth()
           
 void setSize(java.lang.String size)
           
 void setWidth(java.lang.String width)
           
 void visit(com.openwave.oui.framework.WaomVisitor wv)
           
 
Methods inherited from class com.openwave.oui.framework.WaomLeaf
getChildren
 
Methods inherited from class com.openwave.oui.framework.WaomElement
addElement, addTo, clearChildren, getClassValue, getDirectDefinition, getIdValue, getParent, getWaomElementName, isAbsCard, isAppendix, isBodyPager, isCaller, isCard, isComboMenu, isConditionalCard, isDeck, isForm, isHead, isInRawMode, isOnevent, isOption, isParagraph, isPathTask, isTask, isTaskMenu, isTemplate, isTimer, isWidget, render, setClassValue, setDirectDefinition, setIdValue, setToRawMode, setWaomElementName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size

private java.lang.String size

width

private java.lang.String width

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

HRule

public HRule()
HRule constructor comment.


HRule

public HRule(java.lang.String size,
             java.lang.String width)
HRule constructor comment.

Method Detail

getSize

public java.lang.String getSize()

getWidth

public java.lang.String getWidth()

setSize

public void setSize(java.lang.String size)

setWidth

public void setWidth(java.lang.String width)

visit

public void visit(com.openwave.oui.framework.WaomVisitor wv)