Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 2660:1a044c51abe4
Respect colors of theme for linelabels.
flys-artifacts/trunk@4334 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 02 May 2012 22:30:27 +0000 |
parents | 4d8959a4b49d |
children | 17927c60ac1c |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed May 02 19:54:58 2012 +0000 +++ b/flys-artifacts/ChangeLog Wed May 02 22:30:27 2012 +0000 @@ -1,3 +1,16 @@ +2012-05-03 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Use the colors specified in theme document for linelabel. + + * src/main/java/de/intevation/flys/utils/ThemeUtil.java: + New methods to find colors specified for linelabels. + + * src/main/java/de/intevation/flys/jfree/EnhancedLineAndShapeRenderer.java: + Store and use background and foreground color for linelabels. + + * src/main/java/de/intevation/flys/jfree/XYStyle.java: + Communicate colors of linelabels to renderer. + 2012-05-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> Actually use the font specified in theme document for linelabel.