comparison artifacts/src/main/java/org/dive4elements/river/exports/process/DefaultProcessor.java @ 7084:f0731aa7b735 generator-refactoring

Implement Label handling
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 20 Sep 2013 19:18:04 +0200
parents 253d80af5b7f
children 30cec9369608
comparison
equal deleted inserted replaced
7083:74ebe5e7fa69 7084:f0731aa7b735
53 ThemeDocument theme, 53 ThemeDocument theme,
54 boolean visible) { 54 boolean visible) {
55 return; 55 return;
56 } 56 }
57 57
58 @Override
59 public String getAxisLabel(DiagramGenerator generator) {
60 return "Please overwrite me in the implementation";
61 }
62
63
58 /** 64 /**
59 * Returns true if the Processor class is able to generate output for a facet type 65 * Returns true if the Processor class is able to generate output for a facet type
60 * 66 *
61 * @param facettype Name of the facet type 67 * @param facettype Name of the facet type
62 * @return true if the facettype can be processed 68 * @return true if the facettype can be processed

http://dive4elements.wald.intevation.org