comparison flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java @ 3182:f1e09a003f78

Removed trailing whitespace. flys-artifacts/trunk@4797 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 26 Jun 2012 10:55:39 +0000
parents 436ab826e82b
children 05c84d65988a
comparison
equal deleted inserted replaced
3181:de67497de5a0 3182:f1e09a003f78
204 /** The max Y range to include all Y values of all series for each axis. */ 204 /** The max Y range to include all Y values of all series for each axis. */
205 protected Map<Integer, Bounds> yBounds; 205 protected Map<Integer, Bounds> yBounds;
206 206
207 /** (Empty) shape for aggregated Legend Items. */ 207 /** (Empty) shape for aggregated Legend Items. */
208 private static final Line2D.Double SPACE = new Line2D.Double(0,0,0,0); 208 private static final Line2D.Double SPACE = new Line2D.Double(0,0,0,0);
209 209
210 public XYChartGenerator() { 210 public XYChartGenerator() {
211 super(); 211 super();
212 212
213 xBounds = new HashMap<Integer, Bounds>(); 213 xBounds = new HashMap<Integer, Bounds>();
214 yBounds = new HashMap<Integer, Bounds>(); 214 yBounds = new HashMap<Integer, Bounds>();

http://dive4elements.wald.intevation.org