swarm.space
Class Value2dDisplayImpl

java.lang.Object
  |
  +--swarm.space.Value2dDisplayImpl

public class Value2dDisplayImpl
extends Object
implements SwarmObjectS, SwarmObject, Value2dDisplayS, Value2dDisplay

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.


Constructor Summary
Value2dDisplayImpl()
           
Value2dDisplayImpl(Zone aZone)
          Default constructor for Impl class
Value2dDisplayImpl(Zone aZone, Raster r, Colormap c, Discrete2d d)
          Convenience constructor for Value2dDisplay
 
Methods implemented by this class for interface swarm.objectbase.SwarmObject
getCompleteProbeMap, getProbeForMessage, getProbeForVariable, getProbeMap
 
Methods implemented by this class for interface swarm.space.Value2dDisplay
display, setDisplayMappingM$C
 
Methods implemented by this class for interface swarm.defobj.Drop
drop
 
Methods implemented by this class for interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Value2dDisplayImpl

public Value2dDisplayImpl()

Value2dDisplayImpl

public Value2dDisplayImpl(Zone aZone,
                          Raster r,
                          Colormap c,
                          Discrete2d d)
Convenience constructor for Value2dDisplay

Value2dDisplayImpl

public Value2dDisplayImpl(Zone aZone)
Default constructor for Impl class