comparison artifacts/src/main/java/org/dive4elements/river/exports/process/ManualPointsProcessor.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 CallContext context = generator.getContext(); 43 CallContext context = generator.getContext();
44 String seriesName = bundle.getFacetDescription(); 44 String seriesName = bundle.getFacetDescription();
45 XYSeries series = new StyledXYSeries(seriesName, theme); 45 XYSeries series = new StyledXYSeries(bundle.getFacetName(), seriesName, theme);
46 String jsonData = (String) bundle.getData(context); 46 String jsonData = (String) bundle.getData(context);
47 47
48 // Add text annotations for single points. 48 // Add text annotations for single points.
49 List<XYTextAnnotation> xy = new ArrayList<XYTextAnnotation>(); 49 List<XYTextAnnotation> xy = new ArrayList<XYTextAnnotation>();
50 50

http://dive4elements.wald.intevation.org