comparison artifacts/src/main/java/org/dive4elements/river/exports/process/FixDerivedProcessor.java @ 9556:9b8e8fc1f408

Use facetName in all processors as themeType for legend aggregation.
author gernotbelger
date Tue, 23 Oct 2018 16:26:58 +0200
parents 1cc7653ca84f
children
comparison
equal deleted inserted replaced
9555:ef5754ba5573 9556:9b8e8fc1f408
65 65
66 double maxQ = func.getMaxQ(); 66 double maxQ = func.getMaxQ();
67 67
68 if (maxQ > 0) { 68 if (maxQ > 0) {
69 StyledXYSeries series = JFreeUtil.sampleFunction2D( 69 StyledXYSeries series = JFreeUtil.sampleFunction2D(
70 bundle.getFacetName(),
70 func.getFunction(), 71 func.getFunction(),
71 theme, 72 theme,
72 bundle.getFacetDescription(), 73 bundle.getFacetDescription(),
73 500, // number of samples 74 500, // number of samples
74 0.0 , // start 75 0.0 , // start

http://dive4elements.wald.intevation.org