comparison flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java @ 4239:293a0d098606

Clarifications in doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 24 Oct 2012 14:29:58 +0200
parents 6ed8ebd48d6e
children
comparison
equal deleted inserted replaced
4238:50273de4cf63 4239:293a0d098606
1 package de.intevation.flys.jfree; 1 package de.intevation.flys.jfree;
2 2
3 /** 3 /**
4 * Custom Annotations class that is drawn only if no collisions with other 4 * Text, position on axis, and maybe a hit-point in a class.
5 * already drawn CustomAnnotations in current plot are found. A mark on 5 *
6 * the axis is shown in all cases, though. 6 * Idea is to draw a given text and a line to it from either axis.
7 * Draws a given text and a line to it from either axis. 7 * This class just keeps the info.
8 */ 8 */
9 public class StickyAxisAnnotation { 9 public class StickyAxisAnnotation {
10 10
11 /** Simplified view on axes. */ 11 /** Simplified view on axes. */
12 public static enum SimpleAxis { 12 public static enum SimpleAxis {

http://dive4elements.wald.intevation.org