Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 3034:842502b3913a
JFreeChart: Added adapter class to bridge de.intevation.flys.artifacts.math.Function to org.jfree.data.function.Function2D.
flys-artifacts/trunk@4603 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 06 Jun 2012 10:26:28 +0000 |
parents | aba4104f41c9 |
children | b388d888330d |
comparison
equal
deleted
inserted
replaced
3033:aba4104f41c9 | 3034:842502b3913a |
---|---|
1 2012-06-06 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/jfree/Function2DAdapter.java: | |
4 New. Adapter class to brigde de.intevation.flys.artifacts.math.Function | |
5 to org.jfree.data.function.Function2D. | |
6 | |
7 Function2D objects can be used by org.jfree.data.general.DatasetUtilities | |
8 to sample functions into XYDatasets. | |
9 See DatasetUtilities.sampleFunction2D() | |
10 | |
1 2012-06-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 11 2012-06-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 12 |
3 * doc/datacage.txt: New file that will contain datacage configuration | 13 * doc/datacage.txt: New file that will contain datacage configuration |
4 documentation. | 14 documentation. |
5 | 15 |