comparison artifacts/src/main/java/org/dive4elements/river/exports/ChartInfoGenerator.java @ 6905:1b35b2ddfc28

Artifacts: Introduce ThemeDocument & make stuff compileable again. THIS BREAKS THE SYSTEM! TODO: Move ThemeUtils into ThemeDocument.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 22 Aug 2013 23:31:38 +0200
parents af13ceeba52a
children 5c6fd2c010dd
comparison
equal deleted inserted replaced
6904:d710bd3df387 6905:1b35b2ddfc28
8 8
9 package org.dive4elements.river.exports; 9 package org.dive4elements.river.exports;
10 10
11 import org.dive4elements.river.collections.D4EArtifactCollection; 11 import org.dive4elements.river.collections.D4EArtifactCollection;
12 import org.dive4elements.river.java2d.NOPGraphics2D; 12 import org.dive4elements.river.java2d.NOPGraphics2D;
13 import org.dive4elements.river.themes.ThemeDocument;
13 14
14 import java.io.IOException; 15 import java.io.IOException;
15 import java.io.OutputStream; 16 import java.io.OutputStream;
16 17
17 import java.awt.Transparency; 18 import java.awt.Transparency;
104 105
105 106
106 /** 107 /**
107 * Dispatches the operation to the instantiated generator. 108 * Dispatches the operation to the instantiated generator.
108 */ 109 */
110 @Override
109 public void doOut( 111 public void doOut(
110 ArtifactAndFacet artifactFacet, 112 ArtifactAndFacet artifactFacet,
111 Document attr, 113 ThemeDocument attr,
112 boolean visible 114 boolean visible
113 ) { 115 ) {
114 generator.doOut(artifactFacet, attr, visible); 116 generator.doOut(artifactFacet, attr, visible);
115 } 117 }
116 118

http://dive4elements.wald.intevation.org