cb.petal
Class MessView

java.lang.Object
  |
  +--cb.petal.PetalObject
        |
        +--cb.petal.View
              |
              +--cb.petal.MessView
All Implemented Interfaces:
java.lang.Cloneable, Named, PetalNode, java.io.Serializable, Tagged

public class MessView
extends View

Represents MessView object

Version:
$Id: MessView.java,v 1.8 2001/06/22 09:10:36 dahm Exp $
Author:
M. Dahm
See Also:
Serialized Form

Fields inherited from class cb.petal.PetalObject
EMPTY, params
 
Constructor Summary
MessView()
           
MessView(PetalNode parent, java.util.Collection params, int tag)
           
 
Method Summary
 void accept(Visitor v)
           
 Tag getDataFlowView()
           
 int getDir()
           
 SegLabel getLabel()
           
 Tag getObjectArc()
           
 int getOrientation()
           
 Location getOrigin()
           
 double getPctDist()
           
 Location getTerminus()
           
 void setDataFlowView(Tag o)
           
 void setDir(int o)
           
 void setLabel(SegLabel o)
           
 void setObjectArc(Tag o)
           
 void setOrientation(int o)
           
 void setOrigin(Location o)
           
 void setPctDist(double o)
           
 void setTerminus(Location o)
           
 
Methods inherited from class cb.petal.View
getClient, getFillColor, getHeight, getIcon, getIconStyle, getLineColor, getLineStyle, getLocation, getNameParameter, getSupplier, getTag, getWidth, setClient, setFillColor, setHeight, setIcon, setIconStyle, setLineColor, setLineStyle, setLocation, setNameParameter, setSupplier, setTag, setWidth, toString
 
Methods inherited from class cb.petal.PetalObject
addProperty, addToList, clone, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, equals, getChildCount, getKind, getLongestName, getName, getNames, getNoProperties, getParameterList, getParent, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInteger, getPropertyAsString, getPropertyList, getPropertyName, getPropertyTuples, getQualifiedName, getRoot, indexOf, init, moveProperty, removeFromList, removeProperty, removeProperty, setName, setParameterList, setParent, setProperty
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessView

public MessView(PetalNode parent,
                java.util.Collection params,
                int tag)

MessView

public MessView()
Method Detail

getLabel

public SegLabel getLabel()

setLabel

public void setLabel(SegLabel o)

getObjectArc

public Tag getObjectArc()

setObjectArc

public void setObjectArc(Tag o)

getPctDist

public double getPctDist()

setPctDist

public void setPctDist(double o)

getOrientation

public int getOrientation()

setOrientation

public void setOrientation(int o)

getDir

public int getDir()

setDir

public void setDir(int o)

getOrigin

public Location getOrigin()

setOrigin

public void setOrigin(Location o)

getTerminus

public Location getTerminus()

setTerminus

public void setTerminus(Location o)

getDataFlowView

public Tag getDataFlowView()

setDataFlowView

public void setDataFlowView(Tag o)

accept

public void accept(Visitor v)
Overrides:
accept in class PetalObject