Revision 42858 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/IVectorialIntervalLegend.java

View differences:

IVectorialIntervalLegend.java
24 24
package org.gvsig.fmap.mapcontext.rendering.legend;
25 25

  
26 26
import java.awt.Color;
27
import java.util.Map;
27 28

  
28 29
import org.gvsig.fmap.dal.exception.DataException;
29 30
import org.gvsig.fmap.dal.feature.FeatureStore;
......
89 90
			String selectedItem, int intervalCount, int shapeType)
90 91
			throws DataException;
91 92

  
93
        public void setIntervals(IInterval[] intervals);
92 94

  
93
//    public ISymbol getSymbol(FeatureReference id) throws DataException;
95
        public Map<IInterval,ISymbol> createSymbols(IInterval[] intervals);
94 96

  
95 97
}
96 98

  

Also available in: Unified diff