[Dive4elements-commits] [PATCH 6 of 6] Clarifications in doc

Wald Commits scm-commit at wald.intevation.org
Wed Oct 24 14:25:34 CEST 2012


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# 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 {
 


More information about the Dive4elements-commits mailing list