comparison flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.java @ 364:8830eecad69e

Added the name of the facet to the parameterlist of OutGenerator.doOut(). flys-artifacts/trunk@1772 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 29 Apr 2011 08:13:56 +0000
parents 635af5381a4d
children fc3ac59c3c8b
comparison
equal deleted inserted replaced
363:8422ffc1f2f9 364:8830eecad69e
39 this.out = out; 39 this.out = out;
40 this.context = context; 40 this.context = context;
41 } 41 }
42 42
43 43
44 public abstract void doOut(Artifact artifact, Document attr); 44 public abstract void doOut(Artifact artifact, String facet, Document attr);
45 45
46 public abstract void generate() throws IOException; 46 public abstract void generate() throws IOException;
47 } 47 }
48 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 48 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org