comparison 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
comparison
equal deleted inserted replaced
3283:a8ce3263b0a7 3284:d9af29a4bb85
56 * Constructor with given explicit axis. 56 * Constructor with given explicit axis.
57 * @param text the text to display. 57 * @param text the text to display.
58 * @param pos the position at which to draw the text and mark. 58 * @param pos the position at which to draw the text and mark.
59 * @param stickAxis the axis at which to stick (and to which 'pos' is 59 * @param stickAxis the axis at which to stick (and to which 'pos' is
60 * relative). 60 * relative).
61 * @param lineTo upto where to draw a line (NaN for none).
62 */ 61 */
63 public StickyAxisAnnotation(String text, float pos, SimpleAxis stickAxis 62 public StickyAxisAnnotation(String text, float pos, SimpleAxis stickAxis
64 ) { 63 ) {
65 this(text, pos, stickAxis, 0); 64 this(text, pos, stickAxis, 0);
66 } 65 }
67 66
68 67
68 /**
69 * Constructor with given explicit axis and axisSymbol
70 * @param text the text to display.
71 * @param pos the position at which to draw the text and mark.
72 * @param stickAxis the axis at which to stick (and to which 'pos' is
73 * relative).
74 */
69 public StickyAxisAnnotation(String text, float pos, SimpleAxis stickAxis, 75 public StickyAxisAnnotation(String text, float pos, SimpleAxis stickAxis,
70 int axisSymbol 76 int axisSymbol
71 ) { 77 ) {
72 setStickyAxis(stickAxis); 78 setStickyAxis(stickAxis);
73 this.text = text; 79 this.text = text;

http://dive4elements.wald.intevation.org