Mercurial > dive4elements > river
changeset 4239:293a0d098606
Clarifications in doc.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 24 Oct 2012 14:29:58 +0200 |
parents | 50273de4cf63 |
children | 4774902b0389 |
files | flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 {