comparison flys-artifacts/src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java @ 1098:1ea7eb72aaa6

Minor cosmetics. flys-artifacts/trunk@2601 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 29 Aug 2011 08:58:03 +0000
parents 0eb585cd3882
children 5b38cdf65307
comparison
equal deleted inserted replaced
1097:94df49614d92 1098:1ea7eb72aaa6
60 protected List<XYAnnotation> annotations; 60 protected List<XYAnnotation> annotations;
61 61
62 /** Pseudo-Dataseries to have a legend for annotations. */ 62 /** Pseudo-Dataseries to have a legend for annotations. */
63 protected XYSeriesCollection pseudoAnnotationData = null; 63 protected XYSeriesCollection pseudoAnnotationData = null;
64 64
65 // TODO Let theme pass through to annotations-facets.
66
67 65
68 /** Trivial Constructor. */ 66 /** Trivial Constructor. */
69 public ComputedDischargeCurveGenerator () { 67 public ComputedDischargeCurveGenerator () {
70 super(); 68 super();
71 annotations= new ArrayList<XYAnnotation>(); 69 annotations= new ArrayList<XYAnnotation>();

http://dive4elements.wald.intevation.org