swarm.gui
Class OvalNodeItemCImpl

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

public class OvalNodeItemCImpl
extends PhaseCImpl
implements NodeItemC, NodeItemS, OvalNodeItemS, OvalNodeItemC

A circular NodeItem.. A NodeItem with a circular appearance.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
OvalNodeItemCImpl()
           
OvalNodeItemCImpl(OvalNodeItem nextPhase)
           
 
Methods implemented by this class for interface swarm.gui.NodeItemC
setFont, setString, setX$Y
 
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

OvalNodeItemCImpl

public OvalNodeItemCImpl(OvalNodeItem nextPhase)

OvalNodeItemCImpl

public OvalNodeItemCImpl()