comparison flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java @ 3269:b2ea89a665bc

Fix issues in 'documentation'. flys-artifacts/trunk@4911 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 10 Jul 2012 11:10:38 +0000
parents 5642a83420f2
children d9af29a4bb85
comparison
equal deleted inserted replaced
3268:38eb2b0d4f99 3269:b2ea89a665bc
42 String text; 42 String text;
43 43
44 44
45 /** 45 /**
46 * Constructor with implicit sticky x-axis. 46 * Constructor with implicit sticky x-axis.
47 * @param text the text to display. 47 * @param text the text to display.
48 * @param pos the position at which to draw the text and mark. 48 * @param pos the position at which to draw the text and mark.
49 */ 49 */
50 public StickyAxisAnnotation(String text, float pos) { 50 public StickyAxisAnnotation(String text, float pos) {
51 this(text, pos, SimpleAxis.X_AXIS); 51 this(text, pos, SimpleAxis.X_AXIS);
52 } 52 }
53 53
54 54
55 /** 55 /**
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 stickyAxis 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). 61 * @param lineTo upto where to draw a line (NaN for none).
62 */ 62 */
63 public StickyAxisAnnotation(String text, float pos, SimpleAxis stickAxis 63 public StickyAxisAnnotation(String text, float pos, SimpleAxis stickAxis
64 ) { 64 ) {

http://dive4elements.wald.intevation.org