swarm.gui
Class GraphElementCImpl

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

public class GraphElementCImpl
extends PhaseCImpl
implements CreateC, CreateS, DropC, DropS, GraphElementS, GraphElementC

Contains a set of related data for display.. A GraphElement accumulates a related set of data for display, including attributes for the set.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
GraphElementCImpl()
           
GraphElementCImpl(GraphElement nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.gui.GraphElementC
setOwnerGraph
 
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

GraphElementCImpl

public GraphElementCImpl(GraphElement nextPhase)

GraphElementCImpl

public GraphElementCImpl()