comparison flys-artifacts/src/main/java/de/intevation/flys/exports/process/WOutProcessor.java @ 5341:547041487266

Doc, cosmetics.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 20 Mar 2013 10:10:19 +0100
parents a5993b69439b
children 397ff862b417
comparison
equal deleted inserted replaced
5340:5f38d1c39ebd 5341:547041487266
24 Logger.getLogger(WOutProcessor.class); 24 Logger.getLogger(WOutProcessor.class);
25 25
26 @Override 26 @Override
27 public void doOut( 27 public void doOut(
28 XYChartGenerator generator, 28 XYChartGenerator generator,
29 ArtifactAndFacet aaf, 29 ArtifactAndFacet aaf,
30 Document theme, 30 Document theme,
31 boolean visible, 31 boolean visible,
32 int index) 32 int index)
33 { 33 {
34 CallContext context = generator.getCallContext(); 34 CallContext context = generator.getCallContext();
35 WKms wkms = (WKms) aaf.getData(context); 35 WKms wkms = (WKms) aaf.getData(context);
36 36
37 logger.debug("doOut"); 37 logger.debug("doOut");
60 60
61 invertAxis(generator, wkms); 61 invertAxis(generator, wkms);
62 } 62 }
63 63
64 /** 64 /**
65 * Returns true if facettype is longitutinal_section.w 65 * Returns true if facettype is longitutinal_section.w .
66 */ 66 */
67 @Override 67 @Override
68 public boolean canHandle(String facettype) { 68 public boolean canHandle(String facettype) {
69 if (facettype == null) { 69 if (facettype == null) {
70 return false; 70 return false;
107 logger.debug("kmUp: " + kmUp); 107 logger.debug("kmUp: " + kmUp);
108 logger.debug("inv: " + inv); 108 logger.debug("inv: " + inv);
109 } 109 }
110 generator.setInverted(inv); 110 generator.setInverted(inv);
111 } 111 }
112
113 } 112 }
113 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org