Revision 21144 branches/v2_0_0_prep/libraries/libFMap/src/org/gvsig/fmap/mapcontext/rendering/legend/IVectorialIntervalLegend.java

View differences:

IVectorialIntervalLegend.java
42 42

  
43 43
import org.gvsig.data.ReadException;
44 44
import org.gvsig.data.vectorial.Feature;
45
import org.gvsig.data.vectorial.FeatureStore;
45 46
import org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol;
46 47

  
47 48

  
......
56 57

  
57 58
    public IInterval getInterval(Object v) ;
58 59
    public int getIntervalType();
59
    /**
60
     * @deprecated 18/09/07 will be removed when Strategies will be discarded
61
     */
62
    public ISymbol getSymbol(int recordIndex) throws ReadException;
60
//    /**
61
//     * @deprecated 18/09/07 will be removed when Strategies will be discarded
62
//     */
63
//    public ISymbol getSymbol(int recordIndex) throws ReadException;
63 64

  
64 65
    /**
65 66
     * Returns a symbol starting from an IFeature.
......
92 93
	 * @return True if the rest of values are used.
93 94
	 */
94 95

  
95
    public void setDataSource(DataSource ds) throws FieldNotFoundException, ReadDriverException;
96
//    public void setFeatureStore(FeatureStore featureStore) throws ReadException;
96 97

  
97 98
    /**
98 99
     * Inserts the type of the classification of the intervals.

Also available in: Unified diff