Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1040:5411a33014e0
Moved StickyAxisAnnotation into new package de.intevation.flys.jfree .
flys-artifacts/trunk@2501 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 17 Aug 2011 13:05:15 +0000 |
parents | 4dcc635d6ca6 |
children | 8873c43119ca |
comparison
equal
deleted
inserted
replaced
1039:cf39205df113 | 1040:5411a33014e0 |
---|---|
1 2011-08-17 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Moved StickyAxisAnnotation into new package de.intevation.flys.jfree . | |
4 | |
5 * src/main/java/de/intevation/flys/exports/StickyAxisAnnotation.java: | |
6 Deleted/moved to src/main/java/de/intevation/flys/jfree/ . | |
7 | |
8 * src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java: | |
9 New/moved from src/main/java/de/intevation/flys/export/ , adjusted | |
10 package statement, made class public. | |
11 | |
12 * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: | |
13 Added import statement for de.intevation.flys.jfree.StickyAxisAnnotation . | |
14 | |
1 2011-08-17 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 15 2011-08-17 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 16 |
3 Extracted and renamed CustomAnnotation to StickyAxisAnnotation. Also removed | 17 Extracted and renamed CustomAnnotation to StickyAxisAnnotation. Also removed |
4 needless imports. | 18 needless imports. |
5 | 19 |