Package org.simbrain.gauge.graphics

The simbrain.gauge.graphics package contains the code which graphically represents gauges.

See:
          Description

Class Summary
DialogCoordinate DialogCoordinate is a dialog box for setting the properties of the coordinate projection algorithm.
DialogGeneral DialogGeneral is a dialog box for setting general Gauge properties.
DialogGraphics DialogGraphics is a dialog box for setting the properties of the GUI.
DialogSammon DialogSammon is a dialog box for setting the properties of the Sammon mapping algorithm.
GaugePanel GaugePanel is the main panel in which data are displayed.
GaugeThread GaugeThread updates the Gauge Panel; Used for repeatedly iterating iterative projection algorithms.
KeyEventHandler KeyEventHandler handles key events to the GaugePanel.
MouseEventHandler MouseEventHandler handles mouse events, which in HiSee are relatively limited.
PNodeDatapoint PNodeDatapoint is a Piccolo PNode representing a (projected) point in the dataset.
ToolTipTextUpdater Input event handler for a gauge datapoint that updates tool tip text for its GaugePanel as the mouse enters and exits that node.
 

Package org.simbrain.gauge.graphics Description

The simbrain.gauge.graphics package contains the code which graphically represents gauges.