comparison flys-artifacts/src/main/java/de/intevation/flys/jfree/StyledAreaSeriesCollection.java @ 3076:5642a83420f2

FLYS artifacts: Removed trailing whitespace. flys-artifacts/trunk@4670 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:30:07 +0000
parents b75681c09ef8
children ed07dd55f487
comparison
equal deleted inserted replaced
3075:db9e2bb34707 3076:5642a83420f2
17 17
18 /** 18 /**
19 * One or more dataseries to draw a polygon (either "open up/downwards", or 19 * One or more dataseries to draw a polygon (either "open up/downwards", or
20 * the area between two curves), a theme-document and further display options. 20 * the area between two curves), a theme-document and further display options.
21 * The theme-document will later "style" the graphical representation. 21 * The theme-document will later "style" the graphical representation.
22 * The display options can be used to control the z-order and the axis of the 22 * The display options can be used to control the z-order and the axis of the
23 * dataset. 23 * dataset.
24 */ 24 */
25 public class StyledAreaSeriesCollection extends XYSeriesCollection { 25 public class StyledAreaSeriesCollection extends XYSeriesCollection {
26 /** Mode, how to draw/which areas to fill. */ 26 /** Mode, how to draw/which areas to fill. */
27 public enum FILL_MODE {UNDER, ABOVE, BETWEEN}; 27 public enum FILL_MODE {UNDER, ABOVE, BETWEEN};

http://dive4elements.wald.intevation.org