cb.petal
Class TransView
java.lang.Object
|
+--cb.petal.PetalObject
|
+--cb.petal.View
|
+--cb.petal.QuiduView
|
+--cb.petal.TransView
- All Implemented Interfaces:
- java.lang.Cloneable, HasQuidu, Named, PetalNode, java.io.Serializable, Tagged
- public class TransView
- extends QuiduView
Represents TransView object
- Version:
- $Id: TransView.java,v 1.8 2001/06/22 09:10:36 dahm Exp $
- Author:
- M. Dahm
- See Also:
- Serialized Form
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 |
TransView
public TransView(PetalNode parent,
java.util.Collection params,
int tag)
TransView
public TransView()
getXOffset
public boolean getXOffset()
setXOffset
public void setXOffset(boolean o)
getLabel
public SegLabel getLabel()
setLabel
public void setLabel(SegLabel o)
getVertices
public List getVertices()
setVertices
public void setVertices(List o)
getOriginAttachment
public Location getOriginAttachment()
setOriginAttachment
public void setOriginAttachment(Location o)
getTerminalAttachment
public Location getTerminalAttachment()
setTerminalAttachment
public void setTerminalAttachment(Location o)
accept
public void accept(Visitor v)
- Overrides:
accept
in class PetalObject