local control to have only pressure and thrust enabled in plots
[fw/altos] / teststand / AltosGraphUI.java
index 1db2c6c021b36ed1e0f96846a33b8e384a626abb..a62c79267cbffb0293be93021ceaf060ddc98bdc 100644 (file)
@@ -34,7 +34,7 @@ import org.jfree.ui.RefineryUtilities;
 public class AltosGraphUI extends AltosUIFrame implements AltosFontListener, AltosUnitsListener, AltosFilterListener
 {
        JTabbedPane             pane;
-       AltosGraph              graph;
+       TestStandGraph          graph;
        AltosUIEnable           enable;
        AltosFlightStats        stats;
        AltosFlightStatsTable   statsTable;
@@ -85,7 +85,7 @@ public class AltosGraphUI extends AltosUIFrame implements AltosFontListener, Alt
 
                stats = new AltosFlightStats(flight_series);
 
-               graph = new AltosGraph(enable, stats, flight_series);
+               graph = new TestStandGraph(enable, stats, flight_series);
 
                statsTable = new AltosFlightStatsTable(stats);