Mercurial > dive4elements > river
view flys-artifacts/src/main/java/de/intevation/flys/jfree/HasLabel.java @ 3296:45af081061e7
Added overview output for sq relation. Currently the overview generator is
unused and the overview is build by the client.
flys-artifacts/trunk@4979 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 13 Jul 2012 09:45:11 +0000 |
parents | c1f445b94d03 |
children |
line wrap: on
line source
package de.intevation.flys.jfree; /** Interface to say something is labelled. */ public interface HasLabel { public String getLabel(); public void setLabel(String label); } // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :