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

#253 Modified the title creation of chart curves - titles will now equal the Facet's description. flys-artifacts/trunk@2984 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 17 Oct 2011 10:47:36 +0000
parents 69929c471646
children eb35570df0e8
comparison
equal deleted inserted replaced
1711:f708120cb7bc 1712:7e19449d7826
19 public FLYSAnnotation(String label, List<XYTextAnnotation> annotations) { 19 public FLYSAnnotation(String label, List<XYTextAnnotation> annotations) {
20 this.label = label; 20 this.label = label;
21 this.annotations = annotations; 21 this.annotations = annotations;
22 } 22 }
23 23
24 public void setLabel(String label) {
25 this.label = label;
26 }
27
24 public String getLabel() { 28 public String getLabel() {
25 return label; 29 return label;
26 } 30 }
27 31
28 public List<XYTextAnnotation> getAnnotations() { 32 public List<XYTextAnnotation> getAnnotations() {

http://dive4elements.wald.intevation.org