diff flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java @ 3284:d9af29a4bb85

Various cosmetic doc fixes. flys-artifacts/trunk@4944 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 11 Jul 2012 19:21:43 +0000
parents b2ea89a665bc
children 6ed8ebd48d6e
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java	Wed Jul 11 16:05:24 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java	Wed Jul 11 19:21:43 2012 +0000
@@ -58,7 +58,6 @@
      * @param pos        the position at which to draw the text and mark.
      * @param stickAxis the axis at which to stick (and to which 'pos' is
      *                   relative).
-     * @param lineTo     upto where to draw a line (NaN for none).
      */
     public StickyAxisAnnotation(String text, float pos, SimpleAxis stickAxis
     ) {
@@ -66,6 +65,13 @@
     }
 
 
+    /**
+     * Constructor with given explicit axis and axisSymbol
+     * @param text       the text to display.
+     * @param pos        the position at which to draw the text and mark.
+     * @param stickAxis the axis at which to stick (and to which 'pos' is
+     *                   relative).
+     */
     public StickyAxisAnnotation(String text, float pos, SimpleAxis stickAxis,
             int axisSymbol
     ) {

http://dive4elements.wald.intevation.org