Uses of Class
org.simbrain.gauge.graphics.GaugePanel

Packages that use GaugePanel
org.simbrain.gauge The simbrain.gauge package contains code for creating and managing gauges, which project from arbitrary dimensional spaces to two dimensions. 
org.simbrain.gauge.graphics The simbrain.gauge.graphics package contains the code which graphically represents gauges. 
 

Uses of GaugePanel in org.simbrain.gauge
 

Methods in org.simbrain.gauge that return GaugePanel
 GaugePanel GaugeFrame.getGaugePanel()
           
 

Methods in org.simbrain.gauge with parameters of type GaugePanel
 void GaugeFrame.setGaugePanel(GaugePanel theGaugePanel)
           
 

Uses of GaugePanel in org.simbrain.gauge.graphics
 

Methods in org.simbrain.gauge.graphics that return GaugePanel
 GaugePanel MouseEventHandler.getGp()
           
 GaugePanel KeyEventHandler.getGp()
           
 

Methods in org.simbrain.gauge.graphics with parameters of type GaugePanel
 void MouseEventHandler.setGp(GaugePanel gp)
           
 void KeyEventHandler.setGp(GaugePanel gp)
           
 

Constructors in org.simbrain.gauge.graphics with parameters of type GaugePanel
DialogGeneral(GaugePanel gp)
          This method is the default constructor.
DialogGraphics(GaugePanel gp)
          This method is the default constructor.
GaugeThread(GaugePanel thePanel)
           
KeyEventHandler(GaugePanel gaugePanel)
           
MouseEventHandler(GaugePanel gauge)
          Responds to mouse events.
PNodeDatapoint(GaugePanel gp, double[] point, int i, double size)
          Piccolo node data points.