Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 435:67091b17462d
Added code to split palette interval into equal sized parts.
gnv-artifacts/trunk@483 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 25 Dec 2009 12:00:14 +0000 |
parents | 0eed5749fd63 |
children | 6642ab6c583c |
comparison
equal
deleted
inserted
replaced
434:0eed5749fd63 | 435:67091b17462d |
---|---|
1 2009-12-25 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/raster/Palette.java: Added | |
4 method subdive(N) to Palette class which creates a new | |
5 palette in which each interval is splitted into N | |
6 equal sized intervals. Infinity sized intervals are not | |
7 splitted. This is useful to fulfill the conditions of | |
8 gnv/issue108. | |
9 | |
1 2009-12-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 10 2009-12-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 11 |
3 * src/main/java/de/intevation/gnv/math/Interpolation2D.java: | 12 * src/main/java/de/intevation/gnv/math/Interpolation2D.java: |
4 Use local variable debug instead of asking log.isDebugEnabled() | 13 Use local variable debug instead of asking log.isDebugEnabled() |
5 more than once. | 14 more than once. |