comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java @ 1040:70653c29fc1d

Finished vector support for timeseriespoints (Issue27). gnv-artifacts/trunk@1112 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 19 May 2010 14:05:33 +0000
parents 4bcf7bf4bfb7
children b5d852991cbf
comparison
equal deleted inserted replaced
1039:3be83ac4cfde 1040:70653c29fc1d
109 * the logger, used to log exceptions and additonaly information 109 * the logger, used to log exceptions and additonaly information
110 */ 110 */
111 private static Logger log = Logger 111 private static Logger log = Logger
112 .getLogger(TimeSeriesOutputState.class); 112 .getLogger(TimeSeriesOutputState.class);
113 113
114 private List<TimeGap> timeGapDefinitions = null; 114 protected List<TimeGap> timeGapDefinitions = null;
115 115
116 /** 116 /**
117 * Key in resource bundle the x-axis title is stored. 117 * Key in resource bundle the x-axis title is stored.
118 */ 118 */
119 protected String domainLable = "chart.timeseries.title.xaxis"; 119 protected String domainLable = "chart.timeseries.title.xaxis";

http://dive4elements.wald.intevation.org