comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/TimeSeriesChart.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
299 */ 299 */
300 public static TickUnitSource createStandardDateTickUnits( 300 public static TickUnitSource createStandardDateTickUnits(
301 TimeZone zone, 301 TimeZone zone,
302 Locale locale) 302 Locale locale)
303 { 303 {
304 /* 304 /*
305 * This method have been copied from JFreeChart's DateAxis class. 305 * This method have been copied from JFreeChart's DateAxis class.
306 * DateFormat objects are hard coded in DateAxis and cannot be adjusted. 306 * DateFormat objects are hard coded in DateAxis and cannot be adjusted.
307 */ 307 */
308 if (zone == null) { 308 if (zone == null) {
309 throw new IllegalArgumentException("Null 'zone' argument."); 309 throw new IllegalArgumentException("Null 'zone' argument.");
456 "m"; 456 "m";
457 } 457 }
458 458
459 459
460 /** 460 /**
461 * Method to add gaps between two data points. The max valid space between 461 * Method to add gaps between two data points. The max valid space between
462 * two data points is calculated by <code>calculateGapSize</code>. 462 * two data points is calculated by <code>calculateGapSize</code>.
463 * 463 *
464 * @param results All data points in this dataset. 464 * @param results All data points in this dataset.
465 * @param series Series to be processed. 465 * @param series Series to be processed.
466 * @param startDate Date item where the scan for gaps should begin. 466 * @param startDate Date item where the scan for gaps should begin.
548 /** 548 /**
549 * Determine the interval size between two data points. 549 * Determine the interval size between two data points.
550 * 550 *
551 * @param dStart Start date 551 * @param dStart Start date
552 * @param dEnd End date 552 * @param dEnd End date
553 * @param pStart Index of start point in series used to specify the total 553 * @param pStart Index of start point in series used to specify the total
554 * amount of date items. 554 * amount of date items.
555 * @param pEnd Index of end point in series used to specify the total amount 555 * @param pEnd Index of end point in series used to specify the total amount
556 * of date items. 556 * of date items.
557 * @param gapID Gap id used to determine gaps configured in a xml document. 557 * @param gapID Gap id used to determine gaps configured in a xml document.
558 * 558 *

http://dive4elements.wald.intevation.org