comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java @ 533:78e0e239a0b9

Calculate results after reaching the output state and store them in cache. gnv-artifacts/trunk@629 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 26 Jan 2010 12:00:20 +0000
parents 44415ae01ddb
children 62ea2a7b1067
comparison
equal deleted inserted replaced
532:d2f97cb2ac32 533:78e0e239a0b9
124 super(); 124 super();
125 super.domainLable = "chart.verticalcrosssection.title.xaxis"; 125 super.domainLable = "chart.verticalcrosssection.title.xaxis";
126 this.rangeLabel = "chart.verticalcrosssection.title.yaxis"; 126 this.rangeLabel = "chart.verticalcrosssection.title.yaxis";
127 } 127 }
128 128
129 @Override
130 public void initialize(String uuid, CallContext callContext)
131 throws StateException {
132 super.initialize(uuid, callContext);
133
134 getChartResult(uuid, callContext);
135 }
129 136
130 @Override 137 @Override
131 protected ChartLabels createChartLabels(Locale locale, String uuid) { 138 protected ChartLabels createChartLabels(Locale locale, String uuid) {
132 RessourceFactory factory = RessourceFactory.getInstance(); 139 RessourceFactory factory = RessourceFactory.getInstance();
133 String parameterName = getSelectedInputDataName( 140 String parameterName = getSelectedInputDataName(

http://dive4elements.wald.intevation.org