/*************************************************** * * cismet GmbH, Saarbruecken, Germany * * ... and it just works. * ****************************************************/ /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package de.cismet.cismap.commons.raster.wms.simple; import java.awt.Image; /** * DOCUMENT ME! * * @author thorsten * @version $Revision$, $Date$ */ public interface SimpleLegendProvider { //~ Methods ---------------------------------------------------------------- /** * DOCUMENT ME! * * @return DOCUMENT ME! */ String getLegendUrl(); /** * DOCUMENT ME! * * @return DOCUMENT ME! */ String getLegendIdentifier(); }