comparison flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.java @ 3284:d9af29a4bb85

Various cosmetic doc fixes. flys-artifacts/trunk@4944 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 11 Jul 2012 19:21:43 +0000
parents c27c4e06dd87
children 45af081061e7
comparison
equal deleted inserted replaced
3283:a8ce3263b0a7 3284:d9af29a4bb85
543 543
544 /** 544 /**
545 * Combines the ranges of the Y axis at index <i>idx</i>. 545 * Combines the ranges of the Y axis at index <i>idx</i>.
546 * 546 *
547 * @param bounds A new Bounds. 547 * @param bounds A new Bounds.
548 * @param idx The index of the Y axis that should be comined with 548 * @param index The index of the Y axis that should be comined with.
549 * <i>range</i>. 549 * <i>range</i>.
550 */ 550 */
551 protected abstract void combineYBounds(Bounds bounds, int index); 551 protected abstract void combineYBounds(Bounds bounds, int index);
552 552
553 553
1491 /** 1491 /**
1492 * @param idx "index" of dataset/series (first dataset to be drawn has 1492 * @param idx "index" of dataset/series (first dataset to be drawn has
1493 * index 0), correlates with renderer index. 1493 * index 0), correlates with renderer index.
1494 * @param isArea true if the series describes an area and shall be rendered 1494 * @param isArea true if the series describes an area and shall be rendered
1495 * as such. 1495 * as such.
1496 * @return idx increased by number of items addded.
1497 */ 1496 */
1498 protected void applyThemes( 1497 protected void applyThemes(
1499 XYPlot plot, 1498 XYPlot plot,
1500 XYDataset series, 1499 XYDataset series,
1501 int idx, 1500 int idx,

http://dive4elements.wald.intevation.org