diff flys-artifacts/src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java @ 2161:c68f4f227c09

Somewhat unified Annotation handling, use jfreechart-house-toolkit instead of custom StickyAxisAnnotation. flys-artifacts/trunk@3747 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 23 Jan 2012 10:44:34 +0000
parents a026d005accd
children e2124ca11adb
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java	Mon Jan 23 07:55:17 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java	Mon Jan 23 10:44:34 2012 +0000
@@ -7,8 +7,6 @@
 
 import org.w3c.dom.Document;
 
-import org.jfree.chart.annotations.XYTextAnnotation;
-
 import org.jfree.chart.JFreeChart;
 import org.jfree.chart.title.TextTitle;
 import org.jfree.data.xy.XYSeries;
@@ -183,7 +181,7 @@
         Document theme,
         boolean  visible
     ) {
-        List<XYTextAnnotation> xy = new ArrayList<XYTextAnnotation>();
+        List<StickyAxisAnnotation> xy = new ArrayList<StickyAxisAnnotation>();
         double [][] data = (double [][]) wqkms;
         for (int i = 0; i< data[0].length; i++) {
             xy.add(new StickyAxisAnnotation(facet.getDescription(),
@@ -208,7 +206,7 @@
         Document theme,
         boolean  visible
     ) {
-        List<XYTextAnnotation> xy = new ArrayList<XYTextAnnotation>();
+        List<StickyAxisAnnotation> xy = new ArrayList<StickyAxisAnnotation>();
         double [][] data = (double [][]) wqkms;
         for (int i = 0; i< data[0].length; i++) {
             xy.add(new StickyAxisAnnotation(facet.getDescription(),

http://dive4elements.wald.intevation.org