cb.petal
Class SegLabel

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

public class SegLabel
extends PetalObject
implements Tagged

Represents SegLabel object attached to associations

Version:
$Id: SegLabel.java,v 1.9 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
SegLabel()
           
SegLabel(PetalNode parent, java.util.Collection params)
           
 
Method Summary
 void accept(Visitor v)
           
 int getAnchor()
           
 int getAnchorLoc()
           
 Font getFont()
           
 int getHeight()
           
 boolean getHidden()
           
 int getJustify()
           
 java.lang.String getLabel()
           
 Location getLocation()
           
 int getMaxWidth()
           
 int getNlines()
           
 int getOrientation()
           
 Tag getParentView()
           
 double getPctDist()
           
 int getTag()
           
 void setAnchor(int o)
           
 void setAnchorLoc(int o)
           
 void setFont(Font o)
           
 void setHeight(int o)
           
 void setHidden(boolean o)
           
 void setJustify(int o)
           
 void setLabel(java.lang.String o)
           
 void setLocation(Location o)
           
 void setMaxWidth(int o)
           
 void setNlines(int o)
           
 void setOrientation(int o)
           
 void setParentView(Tag o)
           
 void setPctDist(double o)
           
 void setTag(int t)
           
 
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, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SegLabel

public SegLabel(PetalNode parent,
                java.util.Collection params)

SegLabel

public SegLabel()
Method Detail

setTag

public void setTag(int t)
Specified by:
setTag in interface Tagged

getTag

public int getTag()
Specified by:
getTag in interface Tagged

getParentView

public Tag getParentView()

setParentView

public void setParentView(Tag o)

getLocation

public Location getLocation()

setLocation

public void setLocation(Location o)

getFont

public Font getFont()

setFont

public void setFont(Font o)

getAnchor

public int getAnchor()

setAnchor

public void setAnchor(int o)

getAnchorLoc

public int getAnchorLoc()

setAnchorLoc

public void setAnchorLoc(int o)

getNlines

public int getNlines()

setNlines

public void setNlines(int o)

getMaxWidth

public int getMaxWidth()

setMaxWidth

public void setMaxWidth(int o)

getJustify

public int getJustify()

setJustify

public void setJustify(int o)

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String o)

getPctDist

public double getPctDist()

setPctDist

public void setPctDist(double o)

getHeight

public int getHeight()

setHeight

public void setHeight(int o)

getOrientation

public int getOrientation()

setOrientation

public void setOrientation(int o)

getHidden

public boolean getHidden()

setHidden

public void setHidden(boolean o)

accept

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