comparison flys-artifacts/src/main/java/de/intevation/flys/exports/DischargeCurveGenerator.java @ 1943:06d8d371d244

Fix compilation, default 0-excluding behavior of axes. flys-artifacts/trunk@3324 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 28 Nov 2011 15:00:46 +0000
parents 9e9cfc036a3f
children 21a4d2c677a1
comparison
equal deleted inserted replaced
1942:be1270c10d9a 1943:06d8d371d244
123 if (index == YAXIS.W.idx) { 123 if (index == YAXIS.W.idx) {
124 label = getYAxisLabel(); 124 label = getYAxisLabel();
125 } 125 }
126 NumberAxis axis = new NumberAxis(label); 126 NumberAxis axis = new NumberAxis(label);
127 axis.setLabelFont(labelFont); 127 axis.setLabelFont(labelFont);
128 axis.setAutoRangeIncludesZero(false);
128 return axis; 129 return axis;
129 } 130 }
130 131
131 132
132 public void doOut( 133 public void doOut(

http://dive4elements.wald.intevation.org