Mercurial > dive4elements > gnv-client
view gnv-artifacts/src/main/java/de/intevation/gnv/jfreechart/PolygonSeriesLabelGenerator.java @ 637:154d158238d3
Display the selected value if there is no description avaible. WKT-strings will be displayed again (issue182).
gnv-artifacts/trunk@720 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 01 Mar 2010 16:00:39 +0000 |
parents | 20a480753ff9 |
children | c4156275c1e1 |
line wrap: on
line source
package de.intevation.gnv.jfreechart; /** * @author Sascha L. Teichmann (sascha.teichmann@intevation.de) */ public interface PolygonSeriesLabelGenerator { String generateLabel(PolygonSeries series); } // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :