Uses of Class
org.simbrain.gauge.GaugeFrame

Packages that use GaugeFrame
org.simbrain.workspace The simbrain.workspace package contains the top level container for the other components of Simbrain--the network, world, and gauge(s). 
 

Uses of GaugeFrame in org.simbrain.workspace
 

Methods in org.simbrain.workspace that return GaugeFrame
 GaugeFrame Workspace.getGauge(String name)
          Return a named gauge, null otherwise.
 GaugeFrame Workspace.getGaugeAssociatedWithNetwork(String networkName)
          Return the gauge associated with a network (by name), null otherwise.
 GaugeFrame Workspace.getLastGauge()
           
 

Methods in org.simbrain.workspace with parameters of type GaugeFrame
 void Workspace.addGauge(GaugeFrame gauge, boolean makeVisible)
          Add a gauge to the workspace.