swarm.space
Class Value2dDisplayCImpl

java.lang.Object
  |
  +--swarm.BaseImpl
        |
        +--swarm.PhaseCImpl
              |
              +--swarm.space.Value2dDisplayCImpl

public class Value2dDisplayCImpl
extends PhaseCImpl
implements SwarmObjectC, SwarmObjectS, Value2dDisplayS, Value2dDisplayC

Value2dDisplay displays 2d arrays of values.. Value2dDisplay helps display 2d arrays of values. Value2dDisplay goes through a given Discrete2d array, turn states into colours, and draws them into a Raster widget.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
Value2dDisplayCImpl()
           
Value2dDisplayCImpl(Value2dDisplay nextPhase)
           
 
Methods implemented by this class for interface swarm.space.Value2dDisplayC
create$setDisplayWidget$colormap$setDiscrete2dToDisplay, setDiscrete2dToDisplay, setDisplayWidget$colormap
 
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

Value2dDisplayCImpl

public Value2dDisplayCImpl(Value2dDisplay nextPhase)

Value2dDisplayCImpl

public Value2dDisplayCImpl()