diff gnv-artifacts/src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/OutputHelper.java @ 804:9058c08eac3a

Added more Javadoc in some classes of state.profile. gnv-artifacts/trunk@886 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 08 Apr 2010 10:10:04 +0000
parents c4156275c1e1
children f953c9a559d8
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/OutputHelper.java	Wed Apr 07 07:52:27 2010 +0000
+++ b/gnv-artifacts/src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/OutputHelper.java	Thu Apr 08 10:10:04 2010 +0000
@@ -21,6 +21,16 @@
     private OutputHelper() {
     }
 
+
+    /**
+     * Creates a PolygonSeries representing the seabed used to be displayed in a
+     * 2D-chart.
+     *
+     * @param interpolation The interpolation which supports information about
+     * the max depth, the cell width and height.
+     * @param fill The fill color as integer.
+     * @return a PolygonSeries representing the seabed.
+     */
     public static PolygonSeries createSeabedPolygon(
         Interpolation3D interpolation,
         Integer         fill

http://dive4elements.wald.intevation.org