Uses of Class
org.simbrain.gauge.core.Gauge

Packages that use Gauge
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 Gauge in org.simbrain.gauge
 

Methods in org.simbrain.gauge that return Gauge
 Gauge GaugedVariables.getParent()
           
 

Methods in org.simbrain.gauge with parameters of type Gauge
 void GaugedVariables.setParent(Gauge parent)
          Sets which gauge variables are attached to.
 

Constructors in org.simbrain.gauge with parameters of type Gauge
GaugedVariables(Gauge gauge)
          Creates gauged Variables.
 

Uses of Gauge in org.simbrain.gauge.graphics
 

Methods in org.simbrain.gauge.graphics that return Gauge
 Gauge GaugePanel.getGauge()
           
 

Methods in org.simbrain.gauge.graphics with parameters of type Gauge
 void GaugePanel.setGauge(Gauge gauge)
           
 

Constructors in org.simbrain.gauge.graphics with parameters of type Gauge
DialogCoordinate(Gauge gauge)
          This method is the default constructor.
DialogSammon(Gauge gauge)
          This method is the default constructor.