comparison gnv-artifacts/src/main/java/de/intevation/gnv/jfreechart/PolygonDataset.java @ 447:92b7ccbf6163

Improved generation of iso lines in vertical cross section. gnv-artifacts/trunk@495 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 01 Jan 2010 21:52:41 +0000
parents 6642ab6c583c
children b1f5f2a8840f
comparison
equal deleted inserted replaced
446:f5a041000357 447:92b7ccbf6163
39 throw new IllegalArgumentException("Null 'series' argument."); 39 throw new IllegalArgumentException("Null 'series' argument.");
40 40
41 data.add(series); 41 data.add(series);
42 } 42 }
43 43
44 public void addAllSeries(Collection<PolygonSeries> series) {
45 data.addAll(series);
46 }
44 47
45 public Range getDomainBounds() { 48 public Range getDomainBounds() {
46 double lower = Double.POSITIVE_INFINITY; 49 double lower = Double.POSITIVE_INFINITY;
47 double upper = Double.NEGATIVE_INFINITY; 50 double upper = Double.NEGATIVE_INFINITY;
48 int seriesCount = getSeriesCount(); 51 int seriesCount = getSeriesCount();

http://dive4elements.wald.intevation.org