comparison gnv-artifacts/src/main/java/de/intevation/gnv/jfreechart/PolygonPlot.java @ 803:feae2f9d6c6f

Removed trailing whitespace. gnv-artifacts/trunk@885 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 07 Apr 2010 07:52:27 +0000
parents cdade5005cba
children 22c18083225e
comparison
equal deleted inserted replaced
802:4abe172be970 803:feae2f9d6c6f
32 import org.jfree.util.ObjectList; 32 import org.jfree.util.ObjectList;
33 33
34 /** 34 /**
35 * A class for plotting polygons into a 2D chart. This plot makes use of <code> 35 * A class for plotting polygons into a 2D chart. This plot makes use of <code>
36 * PolygonRenderer</code>. 36 * PolygonRenderer</code>.
37 * 37 *
38 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 38 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
39 */ 39 */
40 // TODO implement cloneable 40 // TODO implement cloneable
41 public class PolygonPlot 41 public class PolygonPlot
42 extends Plot 42 extends Plot
292 } 292 }
293 293
294 294
295 /** 295 /**
296 * Method to draw the axis for this plot. 296 * Method to draw the axis for this plot.
297 * 297 *
298 * @param g2 298 * @param g2
299 * @param plotArea 299 * @param plotArea
300 * @param dataArea 300 * @param dataArea
301 * @param plotState 301 * @param plotState
302 */ 302 */
389 } 389 }
390 390
391 391
392 /** 392 /**
393 * Plot the polygons. Uses PolygonRenderer to do this job. 393 * Plot the polygons. Uses PolygonRenderer to do this job.
394 * 394 *
395 * @param g2 395 * @param g2
396 * @param area 396 * @param area
397 * @param info 397 * @param info
398 */ 398 */
399 private void drawPolygons( 399 private void drawPolygons(
420 return space; 420 return space;
421 } 421 }
422 422
423 423
424 /** 424 /**
425 * 425 *
426 * @param g2 426 * @param g2
427 * @param plotArea 427 * @param plotArea
428 * @param space 428 * @param space
429 * @return 429 * @return
430 */ 430 */
579 return null; 579 return null;
580 } 580 }
581 581
582 582
583 /** 583 /**
584 * 584 *
585 * @param dataset 585 * @param dataset
586 * @return true, if dataset is null or if it does not contain any 586 * @return true, if dataset is null or if it does not contain any
587 * PolygonSeries, otherwise false. 587 * PolygonSeries, otherwise false.
588 */ 588 */
589 private boolean isEmptyOrNull(PolygonDataset dataset) { 589 private boolean isEmptyOrNull(PolygonDataset dataset) {

http://dive4elements.wald.intevation.org