Revision 7659 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/VectorialLegend.java

View differences:

VectorialLegend.java
45 45

  
46 46
import com.iver.cit.gvsig.fmap.DriverException;
47 47
import com.iver.cit.gvsig.fmap.core.IFeature;
48
import com.iver.cit.gvsig.fmap.core.v02.FSymbol;
48
import com.iver.cit.gvsig.fmap.core.ISymbol;
49 49

  
50 50
import com.iver.utiles.XMLEntity;
51 51

  
......
78 78
	 *
79 79
	 * @throws DriverException
80 80
	 */
81
	FSymbol getSymbol(int recordIndex) throws DriverException;
81
	ISymbol getSymbol(int recordIndex) throws DriverException;
82 82
    
83
    FSymbol getSymbolByFeature(IFeature feat);
83
    ISymbol getSymbolByFeature(IFeature feat);
84 84

  
85 85
	/**
86 86
	 * Devuelve el tipo de shape.
......
103 103
	 *
104 104
	 * @param s S?mbolo por defecto.
105 105
	 */
106
	void setDefaultSymbol(FSymbol s);
106
	void setDefaultSymbol(ISymbol s);
107 107

  
108 108
	/**
109 109
	 * Establece el campo por el que se etiqueta. -1 quita el etiquetado

Also available in: Unified diff