comparison flys-artifacts/src/main/java/de/intevation/flys/jfree/FLYSAnnotation.java @ 4044:7eebd9e58641

Add chart legend entries for interpolated series (#838).
author Christian Lins <christian.lins@intevation.de>
date Fri, 05 Oct 2012 23:21:18 +0200
parents 0f7abd95c6e2
children 18c66e586e44
comparison
equal deleted inserted replaced
4043:eb5564662e19 4044:7eebd9e58641
1 package de.intevation.flys.jfree; 1 package de.intevation.flys.jfree;
2
3 import de.intevation.flys.artifacts.model.HYKFactory;
2 4
3 import java.util.Collections; 5 import java.util.Collections;
4 import java.util.List; 6 import java.util.List;
5 7
8 import org.jfree.chart.annotations.XYTextAnnotation;
6 import org.w3c.dom.Document; 9 import org.w3c.dom.Document;
7
8 import org.jfree.chart.annotations.XYTextAnnotation;
9
10 import de.intevation.flys.artifacts.model.HYKFactory;
11 10
12 /** 11 /**
13 * List of Text- Annotations with name and theme. 12 * List of Text- Annotations with name and theme.
14 */ 13 */
15 public class FLYSAnnotation { 14 public class FLYSAnnotation {
16 15
17 /* 'Other' Text Annotations. */ 16 /** 'Other' Text Annotations. */
18 protected List<XYTextAnnotation> textAnnotations; 17 protected List<XYTextAnnotation> textAnnotations;
19 18
20 /** Annotations at axis. */ 19 /** Annotations at axis. */
21 protected List<StickyAxisAnnotation> axisTextAnnotations; 20 protected List<StickyAxisAnnotation> axisTextAnnotations;
22 21

http://dive4elements.wald.intevation.org