altosuilib: Start creating new graph interface that takes time series data
[fw/altos] / altosuilib / AltosUIMarker.java
index 9d8dde6062d135678c04eaf021a1f9f84e312180..d50dfe9af28ec4dad856119a407313084dfdf150 100644 (file)
@@ -56,6 +56,8 @@ public class AltosUIMarker implements AltosUIGrapher {
        public void set_units() {
        }
 
+       public boolean need_reset() { return true; }
+
        public void set_enable(boolean enable) {
                if (enabled == enable)
                        return;
@@ -110,4 +112,4 @@ public class AltosUIMarker implements AltosUIGrapher {
        public AltosUIMarker (int fetch, Color color, XYPlot plot) {
                this(fetch, color, plot, true);
        }
-}
\ No newline at end of file
+}