# HG changeset patch # User Felix Wolfsteller # Date 1351081798 -7200 # Node ID 293a0d0986062ba3552a45af571dc320a6955c18 # Parent 50273de4cf6306456689248be08bfecf12141af0 Clarifications in doc. diff -r 50273de4cf63 -r 293a0d098606 flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java --- a/flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java Wed Oct 24 14:29:10 2012 +0200 +++ b/flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java Wed Oct 24 14:29:58 2012 +0200 @@ -1,10 +1,10 @@ package de.intevation.flys.jfree; /** - * Custom Annotations class that is drawn only if no collisions with other - * already drawn CustomAnnotations in current plot are found. A mark on - * the axis is shown in all cases, though. - * Draws a given text and a line to it from either axis. + * Text, position on axis, and maybe a hit-point in a class. + * + * Idea is to draw a given text and a line to it from either axis. + * This class just keeps the info. */ public class StickyAxisAnnotation {