comparison artifacts/src/main/java/org/dive4elements/river/exports/process/FixDeltaWAProcessor.java @ 9123:1cc7653ca84f

Cleanup of ChartGenerator and ChartGenerator2 code. Put some of the copy/pasted code into a common abstraction.
author gernotbelger
date Tue, 05 Jun 2018 19:21:16 +0200
parents 5e38e2924c07
children d8e753d0fdb9
comparison
equal deleted inserted replaced
9122:b8e7f6becf78 9123:1cc7653ca84f
37 public void doOut( 37 public void doOut(
38 DiagramGenerator generator, 38 DiagramGenerator generator,
39 ArtifactAndFacet bundle, 39 ArtifactAndFacet bundle,
40 ThemeDocument theme, 40 ThemeDocument theme,
41 boolean visible) { 41 boolean visible) {
42 CallContext context = generator.getCallContext(); 42 CallContext context = generator.getContext();
43 Object data = bundle.getData(context); 43 Object data = bundle.getData(context);
44 44
45 XYSeries series = new StyledXYSeries( 45 XYSeries series = new StyledXYSeries(
46 bundle.getFacetDescription(), theme); 46 bundle.getFacetDescription(), theme);
47 47

http://dive4elements.wald.intevation.org