telegps: Add graph display
authorKeith Packard <keithp@keithp.com>
Thu, 29 May 2014 21:36:14 +0000 (14:36 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 29 May 2014 21:36:14 +0000 (14:36 -0700)
commitbf684a4c290573a3aa627fd8ddf6f6ebbe5fa057
treea02bccd0d39daaa2cd5ac9bc87ebd4bc6393c552
parentf80075be4ebb9c5fe00c24b8c7638fad23267424
telegps: Add graph display

Moved the altosui graph files to altosuilib and fixed things up.

Signed-off-by: Keith Packard <keithp@keithp.com>
14 files changed:
altoslib/AltosLib.java
altosui/AltosGraph.java [deleted file]
altosui/AltosGraphDataPoint.java [deleted file]
altosui/AltosGraphDataSet.java [deleted file]
altosui/AltosGraphUI.java
altosui/AltosIgnitor.java
altosui/Makefile.am
altosuilib/AltosGraph.java [new file with mode: 0644]
altosuilib/AltosGraphDataPoint.java [new file with mode: 0644]
altosuilib/AltosGraphDataSet.java [new file with mode: 0644]
altosuilib/AltosUIGraph.java
altosuilib/Makefile.am
telegps/Makefile.am
telegps/TeleGPS.java