comparison flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java @ 2654:884ae61def58

Cosmetics, doc. flys-artifacts/trunk@4320 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 27 Apr 2012 10:13:16 +0000
parents d75b427da50a
children d8444fcb4e44
comparison
equal deleted inserted replaced
2653:fa363aac788b 2654:884ae61def58
809 plot.getRenderer(rendererIndex).addAnnotation(lineAnnotation, 809 plot.getRenderer(rendererIndex).addAnnotation(lineAnnotation,
810 org.jfree.ui.Layer.FOREGROUND); 810 org.jfree.ui.Layer.FOREGROUND);
811 } 811 }
812 812
813 813
814 /** Add annotations (Sticky, Text and hyk zones). */ 814 /**
815 * Add the annotations (Sticky, Text and hyk zones) stored
816 * in the annotations field.
817 */
815 public void addAnnotationsToRenderer(XYPlot plot) { 818 public void addAnnotationsToRenderer(XYPlot plot) {
816 logger.debug("XYChartGenerator.addAnnotationsToRenderer"); 819 logger.debug("XYChartGenerator.addAnnotationsToRenderer");
817 820
818 if (annotations == null) { 821 if (annotations == null) {
819 logger.debug("XYChartGenerator.addBoxAnnotations: no annotations."); 822 logger.debug("XYChartGenerator.addBoxAnnotations: no annotations.");

http://dive4elements.wald.intevation.org