ingo@1115: /* ingo@1115: * Copyright (c) 2010 by Intevation GmbH ingo@1115: * ingo@1115: * This program is free software under the LGPL (>=v2.1) ingo@1115: * Read the file LGPL.txt coming with the software for details ingo@1115: * or visit http://www.gnu.org/licenses/ if it does not exist. ingo@1115: */ ingo@1115: sascha@450: package de.intevation.gnv.jfreechart; sascha@450: sascha@450: /** ingo@795: * This interface describes a single method generating labels by given Series. sascha@803: * sascha@780: * @author Sascha L. Teichmann sascha@450: */ sascha@450: public interface PolygonSeriesLabelGenerator sascha@450: { ingo@795: /** ingo@795: * ingo@795: * @param series The given series. ingo@795: * @return A label for this series. ingo@795: */ sascha@450: String generateLabel(PolygonSeries series); sascha@450: } sascha@450: // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :