comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/DefaultHistogram.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents 79401c871da4
children b1f5f2a8840f
comparison
equal deleted inserted replaced
777:8009961db1cb 778:9a828e5a2390
54 * #requestParameter} used for i18n support. 54 * #requestParameter} used for i18n support.
55 */ 55 */
56 public static final String REQUEST_KEY_LOCALE = "locale"; 56 public static final String REQUEST_KEY_LOCALE = "locale";
57 57
58 /** 58 /**
59 * Default key to retrieve the object from {@link #requestParameter}. It 59 * Default key to retrieve the object from {@link #requestParameter}. It
60 * defines which value this chart has to be used for bin calculation. You 60 * defines which value this chart has to be used for bin calculation. You
61 * can either adjust the number of bins or the width of a single bin. 61 * can either adjust the number of bins or the width of a single bin.
62 */ 62 */
63 public static final String REQUEST_KEY_BIN_CHOICE = "bintype"; 63 public static final String REQUEST_KEY_BIN_CHOICE = "bintype";
64 64
174 174
175 175
176 /** 176 /**
177 * Method to retrieve the number of bins. If {@link #requestParameter} 177 * Method to retrieve the number of bins. If {@link #requestParameter}
178 * contains a valid <code>Integer</code> at 178 * contains a valid <code>Integer</code> at
179 * <code>REQUEST_KEY_BIN_COUNT</code> and this is smaller than or equal 179 * <code>REQUEST_KEY_BIN_COUNT</code> and this is smaller than or equal
180 * {@link #MAXIMAL_BINS}, this value is used. If no valid 180 * {@link #MAXIMAL_BINS}, this value is used. If no valid
181 * <code>Integer</code> is given or if the value in {@link #requestParameter} 181 * <code>Integer</code> is given or if the value in {@link #requestParameter}
182 * is bigger than {@link #MAXIMAL_BINS}, {@link #DEFAULT_BINS} is used. 182 * is bigger than {@link #MAXIMAL_BINS}, {@link #DEFAULT_BINS} is used.
183 * 183 *
184 * @return Number of bins 184 * @return Number of bins

http://dive4elements.wald.intevation.org