Mercurial > dive4elements > river
comparison flys-artifacts/src/main/java/de/intevation/flys/jfree/StyledSeries.java @ 3938:c0cab28ba1ea
merged flys-artifacts
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:15:03 +0200 |
parents | 991e4a5df323 |
children |
comparison
equal
deleted
inserted
replaced
3865:436eec3be6ff | 3938:c0cab28ba1ea |
---|---|
1 package de.intevation.flys.jfree; | |
2 | |
3 | |
4 /** | |
5 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> | |
6 */ | |
7 public interface StyledSeries { | |
8 | |
9 void setStyle(Style style); | |
10 | |
11 Style getStyle(); | |
12 } | |
13 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : |