Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2152:2336927cb096
Add basic (text) styling for HYKS.
flys-artifacts/trunk@3734 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 20 Jan 2012 08:38:50 +0000 |
parents | eb1a676c0d6e |
children | 734d5f5e55c0 |
comparison
equal
deleted
inserted
replaced
2151:eb1a676c0d6e | 2152:2336927cb096 |
---|---|
1 2012-01-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Add basic (text) styling for HYKs. | |
4 | |
5 * src/main/java/de/intevation/flys/exports/CrossSectionGenerator.java: | |
6 Minor cleanup, pass HYK theme on. | |
7 | |
8 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | |
9 Apply TextStyle to TextAnnotation part for HYK zones. | |
10 | |
11 * src/main/java/de/intevation/flys/themes/ThemeAccess.java: | |
12 (TextStyle): New class to bundle text-styling info. | |
13 | |
14 * src/main/java/de/intevation/flys/jfree/FLYSAnnotation.java: | |
15 Refactored constructors to ease setting Style in the newly | |
16 created usage scenario. | |
17 | |
1 2012-01-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 18 2012-01-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 19 |
3 * src/main/java/de/intevation/flys/artifacts/states/StaticHYKState.java: | 20 * src/main/java/de/intevation/flys/artifacts/states/StaticHYKState.java: |
4 Cleanup. Mark spot where State-based caching could happen. | 21 Cleanup. Mark spot where State-based caching could happen. |
5 | 22 |