diff artifacts/src/main/java/org/dive4elements/river/exports/ComputedDischargeCurveGenerator.java @ 5864:f2e46a668fe6

River artifacts: Renamed FLYSAnnotation to RiverAnnotation.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 28 Apr 2013 15:04:44 +0200
parents 4897a58c8746
children 73da40528cf2
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/ComputedDischargeCurveGenerator.java	Sun Apr 28 14:40:59 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/ComputedDischargeCurveGenerator.java	Sun Apr 28 15:04:44 2013 +0200
@@ -16,7 +16,7 @@
 import org.dive4elements.river.artifacts.model.FacetTypes;
 import org.dive4elements.river.artifacts.model.WKms;
 import org.dive4elements.river.artifacts.model.WQKms;
-import org.dive4elements.river.jfree.FLYSAnnotation;
+import org.dive4elements.river.jfree.RiverAnnotation;
 import org.dive4elements.river.jfree.StickyAxisAnnotation;
 import org.dive4elements.river.jfree.StyledXYSeries;
 
@@ -131,7 +131,7 @@
                 || name.equals(COMPUTED_DISCHARGE_MAINVALUES_W)
                 || name.equals(MAINVALUES_W)
         ) {
-            doAnnotations((FLYSAnnotation)
+            doAnnotations((RiverAnnotation)
                 artifactFacet.getData(context), artifactFacet, attr, visible);
         }
         else if (name.equals(STATIC_WKMS_INTERPOL) || name.equals(HEIGHTMARKS_POINTS)) {
@@ -228,7 +228,7 @@
                 (float) data[1][i], StickyAxisAnnotation.SimpleAxis.Y_AXIS));
         }
 
-        doAnnotations(new FLYSAnnotation(aandf.getFacetDescription(), xy),
+        doAnnotations(new RiverAnnotation(aandf.getFacetDescription(), xy),
             aandf, theme, visible);
     }
 
@@ -257,7 +257,7 @@
                     (float) data[1][i], StickyAxisAnnotation.SimpleAxis.Y_AXIS));
             }
 
-            doAnnotations(new FLYSAnnotation(facet.getDescription(), xy),
+            doAnnotations(new RiverAnnotation(facet.getDescription(), xy),
                 aandf, theme, visible);
         }
         else {
@@ -269,7 +269,7 @@
             xy.add(new StickyAxisAnnotation(aandf.getFacetDescription(),
               (float) w, StickyAxisAnnotation.SimpleAxis.Y_AXIS));
 
-            doAnnotations(new FLYSAnnotation(facet.getDescription(), xy),
+            doAnnotations(new RiverAnnotation(facet.getDescription(), xy),
                 aandf, theme, visible);
         }
     }

http://dive4elements.wald.intevation.org