swarm.gui
Class NodeItemCImpl

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

public class NodeItemCImpl
extends PhaseCImpl
implements CompositeItemC, CompositeItemS, NodeItemS, NodeItemC

A class for displaying a node on a Canvas.. A class for displaying a node on a Canvas. A NodeItem has a position, a font, color, border color and width.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
NodeItemCImpl()
           
NodeItemCImpl(NodeItem 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

NodeItemCImpl

public NodeItemCImpl(NodeItem nextPhase)

NodeItemCImpl

public NodeItemCImpl()