comparison flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java @ 4048:6ed8ebd48d6e

Removed dead code.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 06 Oct 2012 11:14:23 +0200
parents d9af29a4bb85
children 293a0d098606
comparison
equal deleted inserted replaced
4047:3dc26ec2558d 4048:6ed8ebd48d6e
1 package de.intevation.flys.jfree; 1 package de.intevation.flys.jfree;
2
3 import org.apache.log4j.Logger;
4
5 2
6 /** 3 /**
7 * Custom Annotations class that is drawn only if no collisions with other 4 * Custom Annotations class that is drawn only if no collisions with other
8 * already drawn CustomAnnotations in current plot are found. A mark on 5 * already drawn CustomAnnotations in current plot are found. A mark on
9 * the axis is shown in all cases, though. 6 * the axis is shown in all cases, though.
10 * Draws a given text and a line to it from either axis. 7 * Draws a given text and a line to it from either axis.
11 */ 8 */
12 public class StickyAxisAnnotation { 9 public class StickyAxisAnnotation {
13
14 /** Logger for this class. */
15 private static Logger logger =
16 Logger.getLogger(StickyAxisAnnotation.class);
17 10
18 /** Simplified view on axes. */ 11 /** Simplified view on axes. */
19 public static enum SimpleAxis { 12 public static enum SimpleAxis {
20 X_AXIS, /** Usually "horizontal". */ 13 X_AXIS, /** Usually "horizontal". */
21 Y_AXIS, /** Usually "vertical". */ 14 Y_AXIS, /** Usually "vertical". */

http://dive4elements.wald.intevation.org