diff flys-artifacts/src/main/java/de/intevation/flys/jfree/FLYSAnnotation.java @ 2183:a79d5cd26083

Render labels of manual points in a very primitive manner. flys-artifacts/trunk@3787 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 27 Jan 2012 11:01:13 +0000
parents c68f4f227c09
children 1ddfb54e5db6
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/jfree/FLYSAnnotation.java	Fri Jan 27 10:45:34 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/jfree/FLYSAnnotation.java	Fri Jan 27 11:01:13 2012 +0000
@@ -17,15 +17,19 @@
  */
 public class FLYSAnnotation {
 
-    // TODO this will likely be used, soon.
+    /* 'Other' Text Annotations. */
     protected List<XYTextAnnotation> textAnnotations;
 
+    /** Annotations at axis. */
     protected List<StickyAxisAnnotation> axisTextAnnotations;
 
+    /** Areas at axis. */
     protected List<HYKFactory.Zone> boxes;
 
+    /** Styling information. */
     protected Document theme;
 
+    /** Chart-legend information. */
     protected String label;
 
 
@@ -70,6 +74,11 @@
         return axisTextAnnotations;
     }
 
+    public void setTextAnnotations(List<XYTextAnnotation> annotations) {
+        this.textAnnotations = annotations;
+    }
+
+    /** Set the "other" Text Annotations. */
     public List<XYTextAnnotation> getTextAnnotations() {
         return textAnnotations;
     }

http://dive4elements.wald.intevation.org