diff options
author | Keith Packard <keithp@keithp.com> | 2017-06-13 10:47:54 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-06-13 10:47:54 -0700 |
commit | 3f9b6d23e4e33a58c179f45ffd42211ab327d8c6 (patch) | |
tree | 8f2cfaed43b8650407f4341962cd34b375799964 /altosuilib/AltosGraphNew.java | |
parent | e4f1fa544f1cb21070c9d79c81ebae0fb71d77db (diff) |
altosuilib: Rename AltosUIGraphNew to AltosUIGraph
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib/AltosGraphNew.java')
-rw-r--r-- | altosuilib/AltosGraphNew.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosuilib/AltosGraphNew.java b/altosuilib/AltosGraphNew.java index 2505a02c..01603c78 100644 --- a/altosuilib/AltosGraphNew.java +++ b/altosuilib/AltosGraphNew.java @@ -35,7 +35,7 @@ import org.jfree.chart.labels.*; import org.jfree.data.xy.*; import org.jfree.data.*; -public class AltosGraphNew extends AltosUIGraphNew { +public class AltosGraphNew extends AltosUIGraph { static final private Color height_color = new Color(194,31,31); static final private Color kalman_height_color = new Color(255,0,0); |