org.globus.cog.gui.grapheditor.edges
Class EdgeWithLabel

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.AbstractGraphComponent
      extended byorg.globus.cog.gui.grapheditor.edges.AbstractEdgeComponent
          extended byorg.globus.cog.gui.grapheditor.edges.SimpleArrow
              extended byorg.globus.cog.gui.grapheditor.edges.EdgeWithLabel
All Implemented Interfaces:
Cloneable, EdgeComponent, GraphComponent, PropertyHolder

public class EdgeWithLabel
extends SimpleArrow


Constructor Summary
EdgeWithLabel()
           
 
Method Summary
 String getLabel()
           
 void setLabel(String label)
           
 
Methods inherited from class org.globus.cog.gui.grapheditor.edges.SimpleArrow
getColor, getIcon, loadIcon, setColor, setIcon
 
Methods inherited from class org.globus.cog.gui.grapheditor.edges.AbstractEdgeComponent
addControlPoint, addControlPointListener, connectDestination, connectSource, disconnectDestination, disconnectSource, fireControlPointUpdated, getControlPoint, getDestination, getFrom, getSource, getTo, numControlPoints, removeControlPointListener, setFrom, setTo, updateControlPoint
 
Methods inherited from class org.globus.cog.gui.grapheditor.AbstractGraphComponent
addClassProperty, addProperty, addPropertyChangeListener, clone, firePropertyChange, firePropertyChange, firePropertyChange, get_ID, getClassProperties, getClassProperty, getClassProperty2, getComponentType, getParent, getProperties, getProperty, getProperty2, getPropertyValue, getRootNode, hasClassProperty, hasClassProperty, hasProperty, newInstance, newRenderer, newRenderer, removeProperty, removeProperty, removePropertyChangeListener, set_ID, setClassRendererClass, setClassRendererClass, setClassRendererClass, setClassRendererClass, setComponentType, setInstanceRendererClass, setInstanceRendererClass, setParent, setPropertyValue, supportsType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.globus.cog.gui.grapheditor.GraphComponent
clone, get_ID, getComponentType, getParent, getRootNode, newInstance, newRenderer, newRenderer, set_ID, setComponentType, setParent, supportsType
 
Methods inherited from interface org.globus.cog.gui.grapheditor.properties.PropertyHolder
addProperty, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getProperties, getProperty, getPropertyValue, hasProperty, removeProperty, removePropertyChangeListener, setPropertyValue
 

Constructor Detail

EdgeWithLabel

public EdgeWithLabel()
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)