swarm.gui
Class CanvasCImpl

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

public class CanvasCImpl
extends PhaseCImpl
implements ArchivedGeometryWidgetC, ArchivedGeometryWidgetS, CanvasS, CanvasC

An interface to Tk canvas semantics.. The Canvas widget allows display of a diverse range of graphical objects.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
CanvasCImpl()
           
CanvasCImpl(Canvas nextPhase)
           
 
Methods implemented by this class for interface swarm.gui.ArchivedGeometryWidgetC
create$setWindowGeometryRecordName, loadWindowGeometryRecord, registerAndLoad, setSaveSizeFlag, setWindowGeometryRecordName, updateSize
 
Methods implemented by this class for interface swarm.gui.WidgetC
createParent, makeWidgetNameFor, setParent, setWidgetNameFromParent, setWidgetNameFromParentName
 
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

CanvasCImpl

public CanvasCImpl(Canvas nextPhase)

CanvasCImpl

public CanvasCImpl()