comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/ChartInfo.java @ 2477:936e3e6cd9b9

Issue 502. Create label to show coordinates for each y axis in the chart. flys-client/trunk@4220 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 12 Apr 2012 09:49:41 +0000
parents ea2191b1299d
children 6a8f83c538e3
comparison
equal deleted inserted replaced
2476:e8c4f8f2220e 2477:936e3e6cd9b9
33 if (pos >= 0 && pos < transformer.length) { 33 if (pos >= 0 && pos < transformer.length) {
34 return transformer[pos]; 34 return transformer[pos];
35 } 35 }
36 36
37 return null; 37 return null;
38 }
39
40
41 public int getTransformerCount() {
42 return transformer.length;
38 } 43 }
39 44
40 45
41 public int getXAxisCount() { 46 public int getXAxisCount() {
42 return xAxes.length; 47 return xAxes.length;

http://dive4elements.wald.intevation.org