comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/AbstractChart.java @ 327:22a6493e8460

New options in chart template: visibility of lines and points in charts and point's size. gnv-artifacts/trunk@393 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 02 Dec 2009 10:50:12 +0000
parents 5f2820e821e0
children 3d13fa281a7e
comparison
equal deleted inserted replaced
326:37847d724fc9 327:22a6493e8460
11 */ 11 */
12 public abstract class AbstractChart 12 public abstract class AbstractChart
13 implements Chart 13 implements Chart
14 { 14 {
15 protected JFreeChart chart; 15 protected JFreeChart chart;
16 protected boolean linesVisible;
17 protected boolean shapesVisible;
16 18
17 protected Locale locale; 19 protected Locale locale;
18 20
19 protected ChartLabels labels; 21 protected ChartLabels labels;
20 protected ChartTheme theme; 22 protected ChartTheme theme;

http://dive4elements.wald.intevation.org