swarm.gui
Class LinkItemCImpl

java.lang.Object
  |
  +--swarm.BaseImpl
        |
        +--swarm.PhaseCImpl
              |
              +--swarm.gui.LinkItemCImpl

public class LinkItemCImpl
extends PhaseCImpl
implements CompositeItemC, CompositeItemS, LinkItemS, LinkItemC

A canvas item for displaying a link between two nodes.. A CompositeCanvasItem for displaying a link between two NodeItems.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
LinkItemCImpl()
           
LinkItemCImpl(LinkItem nextPhase)
           
 
Methods implemented by this class for interface swarm.gui.LinkItemC
setDirectedFlag, setFrom, setTo
 
Methods implemented by this class for interface swarm.gui.CanvasAbstractItemC
createBindings, createItem, setCanvas
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkItemCImpl

public LinkItemCImpl(LinkItem nextPhase)

LinkItemCImpl

public LinkItemCImpl()