diff gnv-artifacts/src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents a6081d76fa1c
children c4156275c1e1
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java	Fri Mar 26 15:31:20 2010 +0000
+++ b/gnv-artifacts/src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java	Mon Mar 29 07:58:51 2010 +0000
@@ -131,7 +131,7 @@
     public void initialize(String uuid, CallContext callContext)
     throws StateException {
         super.initialize(uuid, callContext);
-        
+
         getChartResult(uuid, callContext);
     }
 
@@ -269,7 +269,7 @@
     }
 
     private static int getGroundInterpolation(CallContext callContext) {
-        GNVArtifactContext context = 
+        GNVArtifactContext context =
             (GNVArtifactContext)callContext.globalContext();
 
         String interpolation = (String)context.get(
@@ -279,7 +279,7 @@
     }
 
     private static Dimension getRasterSize(CallContext callContext) {
-        GNVArtifactContext context = 
+        GNVArtifactContext context =
             (GNVArtifactContext)callContext.globalContext();
         Dimension size = (Dimension)context.get(
             GNVArtifactContext.VERTICAL_CROSS_SECTION_SAMPLES_KEY);
@@ -291,7 +291,7 @@
     private static List<Filter.Factory> getFilterFactories(
         CallContext callContext
     ) {
-        GNVArtifactContext context = 
+        GNVArtifactContext context =
             (GNVArtifactContext)callContext.globalContext();
         List<Filter.Factory> factories = (List<Filter.Factory>)context.get(
             GNVArtifactContext.VERTICAL_CROSS_SECTION_FILTER_FACTORIES_KEY);
@@ -303,7 +303,7 @@
     private static Map<Integer, PaletteManager> getPalettes(
         CallContext callContext
     ) {
-        GNVArtifactContext context = 
+        GNVArtifactContext context =
             (GNVArtifactContext)callContext.globalContext();
         Map<Integer, PaletteManager> palettes =
             (Map<Integer, PaletteManager>)context.get(
@@ -314,7 +314,7 @@
     }
 
     private static Paint getGroundFill(CallContext callContext) {
-        GNVArtifactContext context = 
+        GNVArtifactContext context =
             (GNVArtifactContext)callContext.globalContext();
         Paint fill = (Paint)context.get(
             GNVArtifactContext.VERTICAL_CROSS_SECTION_GROUND_FILL_KEY);
@@ -460,7 +460,7 @@
             .process(ipsp);
 
         IsoAttributeGenerator iag = new IsoAttributeGenerator(isoPalette);
-        Collection<PolygonSeries> ps = ipsp.getSeries(iag); 
+        Collection<PolygonSeries> ps = ipsp.getSeries(iag);
         ipsp.clear();
 
         if (debug) {
@@ -630,7 +630,7 @@
         OutputStream       outputStream,
         Collection<Result> chartResult
     )
-    throws UnsupportedEncodingException, IOException, StateException 
+    throws UnsupportedEncodingException, IOException, StateException
     {
         // TODO: Implement a substitution which makes sense.
     }

http://dive4elements.wald.intevation.org