Uses of Interface
com.speckled.specksim.gui.visualiser.StateRenderer

Packages that use StateRenderer
com.speckled.specksim.gui.imp Implementations of the visualiser interfaces. 
com.speckled.specksim.gui.visualiser The speck visualisation system. 
 

Uses of StateRenderer in com.speckled.specksim.gui.imp
 

Classes in com.speckled.specksim.gui.imp that implement StateRenderer
 class AbstractStateRenderer
          This superclass increases rendering efficiency by compiling any subclasses' rendering into a display list, and then using the display list for as long as possible.
 class BodyRenderer
          This renderer will render the bodies in a SpeckledBodyModel movement model
 class BroadcastRenderer
           
 class EpidemicRenderer
           
 class GravityRenderer
          Renders the gravity vector
 class NeighbourhoodRenderer
           
 class SpeckRenderer
          This StateRenderer draws the specks at their locations, and indicates their led status
 class VelocityRenderer
          Renders an arrow indicating the velocity of VelocityAware specks
 class WallRenderer
           
 

Methods in com.speckled.specksim.gui.imp with parameters of type StateRenderer
 int AbstractStateRenderer.compareTo(StateRenderer sr)
           
 

Uses of StateRenderer in com.speckled.specksim.gui.visualiser
 

Classes in com.speckled.specksim.gui.visualiser that implement StateRenderer
 class StatsPlotter
          Plots the output of StatisticsModules onto the visualisation
 

Methods in com.speckled.specksim.gui.visualiser that return StateRenderer
 StateRenderer SpeckVisualiser.getRenderer(java.lang.String className)
          Gets the registered StateRenderer with the specified classname