Revision 43098 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/rendering/legend/ILegend.java

View differences:

ILegend.java
26 26
import org.gvsig.fmap.mapcontext.rendering.legend.events.LegendContentsChangedListener;
27 27
import org.gvsig.fmap.mapcontext.rendering.legend.events.SymbolLegendEvent;
28 28
import org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol;
29
import org.gvsig.tools.lang.Cloneable;
30
import org.gvsig.tools.persistence.Persistent;
31 29

  
32 30
/**
33 31
 * Information about the legend to be represented in the interface.
34 32
 *
35 33
 */
36
public interface ILegend extends Persistent, Cloneable {
34
public interface ILegend extends Legend {
37 35
	/**
38 36
	 * Obtains the default symbol of the legend.
39 37
	 *

Also available in: Unified diff