summaryrefslogtreecommitdiff
path: root/altosui/AltosGraph.java
diff options
context:
space:
mode:
Diffstat (limited to 'altosui/AltosGraph.java')
-rw-r--r--altosui/AltosGraph.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/AltosGraph.java b/altosui/AltosGraph.java
index 58c27979..fbcefd61 100644
--- a/altosui/AltosGraph.java
+++ b/altosui/AltosGraph.java
@@ -13,6 +13,7 @@ abstract class AltosGraph {
public String filename;
public abstract void addData(AltosDataPoint d);
public abstract JFreeChart createChart();
+ public String title;
public void toPNG() throws java.io.IOException { toPNG(300, 500); }
public void toPNG(int width, int height)
throws java.io.IOException