Mercurial > dive4elements > river
view flys-artifacts/src/main/java/de/intevation/flys/jfree/StyledSeries.java @ 3157:003940a7d6c9
I18N: Added script to make keys of property file identifiable with short numbers through the UI.
flys-artifacts/trunk@4769 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 24 Jun 2012 10:55:00 +0000 |
parents | 991e4a5df323 |
children |
line wrap: on
line source
package de.intevation.flys.jfree; /** * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> */ public interface StyledSeries { void setStyle(Style style); Style getStyle(); } // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :