diff options
| author | Keith Packard <keithp@keithp.com> | 2017-05-11 17:16:56 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-05-19 21:41:40 -0700 |
| commit | 96de483d745ea0ef95326de2847a2534f7057846 (patch) | |
| tree | aaff2e6b481b9b602d2dff6fb8a02daed19c0c64 /altosuilib/AltosUISeries.java | |
| parent | 258808d296aeadaf150fa9b07e9c99a6bf1ca7c8 (diff) | |
altosuilib: Start creating new graph interface that takes time series data
Replace the AltosState interface so the graph can get better data, and
can be used for more stuff.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib/AltosUISeries.java')
| -rw-r--r-- | altosuilib/AltosUISeries.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/altosuilib/AltosUISeries.java b/altosuilib/AltosUISeries.java index 66cc7d69..aa598bac 100644 --- a/altosuilib/AltosUISeries.java +++ b/altosuilib/AltosUISeries.java @@ -76,6 +76,8 @@ public class AltosUISeries extends XYSeries implements AltosUIGrapher { renderer.setBaseToolTipGenerator(ttg); } + public boolean need_reset() { return true; } + public void set_enable(boolean enable) { if (this.enable != enable) { this.enable = enable; |
