swarm.space
Class Value2dDisplayCImpl

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

public class Value2dDisplayCImpl
extends PhaseCImpl
implements SwarmObjectS, SwarmObjectC, Value2dDisplayS

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(Value2dDisplayImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
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(Value2dDisplayImpl nextPhase)

Value2dDisplayCImpl

public Value2dDisplayCImpl()