comparison artifacts/src/main/java/org/dive4elements/river/exports/process/SedimentLoadProcessor.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
40 ArtifactAndFacet bundle, 40 ArtifactAndFacet bundle,
41 ThemeDocument theme, 41 ThemeDocument theme,
42 boolean visible) { 42 boolean visible) {
43 43
44 CallContext context = generator.getContext(); 44 CallContext context = generator.getContext();
45 XYSeries series = new StyledXYSeries(bundle.getFacetDescription(), 45 XYSeries series = new StyledXYSeries(bundle.getFacetName(),bundle.getFacetDescription(),
46 false, // Handle NaN 46 false, // Handle NaN
47 theme); 47 theme);
48 Object data = bundle.getData(context); 48 Object data = bundle.getData(context);
49 String facetName = bundle.getFacetName(); 49 String facetName = bundle.getFacetName();
50 50

http://dive4elements.wald.intevation.org