diff flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java @ 3076:5642a83420f2

FLYS artifacts: Removed trailing whitespace. flys-artifacts/trunk@4670 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:30:07 +0000
parents 478e8d9d88ba
children 8ad8a227d983
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java	Thu Jun 14 15:46:20 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java	Fri Jun 15 09:30:07 2012 +0000
@@ -194,7 +194,7 @@
     protected List<FLYSAnnotation> annotations;
 
     protected List<Marker> domainMarkers = new ArrayList<Marker>();
-    
+
     /** The max X range to include all X values of all series for each axis. */
     protected Map<Integer, Bounds> xBounds;
 
@@ -361,7 +361,7 @@
         }
     }
 
- 
+
     /**
      * Add the given vertical marker to the chart.
      */
@@ -960,7 +960,7 @@
                         XYLineAnnotation lineBackAnnotation =
                             createStickyLineAnnotation(
                                 StickyAxisAnnotation.SimpleAxis.X_AXIS,
-                                annotation.getHitPoint(), annotation.getPos(), 
+                                annotation.getHitPoint(), annotation.getPos(),
                                 area, lineStyle);
                         plot.getRenderer(rendererIndex).addAnnotation(lineBackAnnotation,
                             org.jfree.ui.Layer.BACKGROUND);
@@ -1226,7 +1226,7 @@
         catch(JSONException e){
             logger.error("Could not decode json.");
         }
-        
+
         FLYSAnnotation annotations = new FLYSAnnotation(null, null, null, theme);
         annotations.setTextAnnotations(xy);
 
@@ -1250,7 +1250,7 @@
         // getLinePaint()
         // getLineStroke()
         // getOutlinePaint()
-        // getOutlineStroke()  
+        // getOutlineStroke()
         // Shape getShape()
         // String getToolTipText()
         // String getURLText()

http://dive4elements.wald.intevation.org