comparison flys-artifacts/src/main/java/de/intevation/flys/exports/ChartHelper.java @ 3269:b2ea89a665bc

Fix issues in 'documentation'. flys-artifacts/trunk@4911 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 10 Jul 2012 11:10:38 +0000
parents 638b1da85450
children
comparison
equal deleted inserted replaced
3268:38eb2b0d4f99 3269:b2ea89a665bc
158 * Expand bounds by percent. 158 * Expand bounds by percent.
159 * 159 *
160 * @param bounds The bounds to expand. 160 * @param bounds The bounds to expand.
161 * @param percent The percentage to expand. 161 * @param percent The percentage to expand.
162 * 162 *
163 * @param a new, expanded bounds. 163 * @return a new, expanded bounds.
164 */ 164 */
165 public static Bounds expandBounds(Bounds bounds, double percent) { 165 public static Bounds expandBounds(Bounds bounds, double percent) {
166 if (bounds == null) { 166 if (bounds == null) {
167 return null; 167 return null;
168 } 168 }
180 * Expand range by percent. 180 * Expand range by percent.
181 * 181 *
182 * @param range The range to expand. 182 * @param range The range to expand.
183 * @param percent The percentage to expand. 183 * @param percent The percentage to expand.
184 * 184 *
185 * @param a new, expanded range. 185 * @return a new, expanded range.
186 */ 186 */
187 public static Range expandRange(Range range, double percent) { 187 public static Range expandRange(Range range, double percent) {
188 if (range == null) { 188 if (range == null) {
189 return null; 189 return null;
190 } 190 }

http://dive4elements.wald.intevation.org