comparison artifacts/src/main/java/org/dive4elements/river/exports/process/SedimentLoadLSProcessor.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
30 ArtifactAndFacet bundle, 30 ArtifactAndFacet bundle,
31 ThemeDocument theme, 31 ThemeDocument theme,
32 boolean visible) { 32 boolean visible) {
33 log.debug("doOut " + bundle.getFacetName()); 33 log.debug("doOut " + bundle.getFacetName());
34 CallContext context = generator.getContext(); 34 CallContext context = generator.getContext();
35 XYSeries series = new StyledXYSeries(bundle.getFacetDescription(), 35 XYSeries series = new StyledXYSeries(bundle.getFacetName(), bundle.getFacetDescription(),
36 false, // Handle NaN 36 false, // Handle NaN
37 theme); 37 theme);
38 Object data = bundle.getData(context); 38 Object data = bundle.getData(context);
39 String facetName = bundle.getFacetName(); 39 String facetName = bundle.getFacetName();
40 double [][] points; 40 double [][] points;

http://dive4elements.wald.intevation.org