Revision 31631 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/view/toc/gui/TOC.java

View differences:

TOC.java
99 99
import org.gvsig.fmap.mapcontext.layers.operations.IHasImageLegend;
100 100
import org.gvsig.fmap.mapcontext.layers.operations.LayerCollection;
101 101
import org.gvsig.fmap.mapcontext.layers.vectorial.FLyrVect;
102
import org.gvsig.fmap.mapcontext.rendering.legend.IClassifiedLegend;
102 103
import org.gvsig.fmap.mapcontext.rendering.legend.ILegend;
104
import org.gvsig.fmap.mapcontext.rendering.legend.ISingleSymbolLegend;
103 105
import org.gvsig.fmap.mapcontext.rendering.legend.IVectorLegend;
104 106
import org.gvsig.fmap.mapcontext.rendering.legend.events.LegendChangedEvent;
105 107
import org.gvsig.fmap.mapcontext.rendering.legend.events.listeners.LegendListener;
106 108
import org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol;
107
import org.gvsig.symbology.fmap.mapcontext.rendering.legend.IClassifiedLegend;
108
import org.gvsig.symbology.fmap.mapcontext.rendering.legend.ISingleSymbolLegend;
109 109

  
110 110

  
111

  
111 112
/**
112 113
 * DOCUMENT ME!
113 114
 *

Also available in: Unified diff