Revision 11558 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/QuantityByCategoryLegend.java

View differences:

QuantityByCategoryLegend.java
18 18
/**
19 19
 * @author jaume dominguez faus - jaume.dominguez@iver.es
20 20
 */
21
public class QuantityByCategoryLegend implements ClassifiedVectorialLegend  {
21
public class QuantityByCategoryLegend implements IClassifiedVectorialLegend  {
22 22
	private GraduatedSymbolLegend graduatedSymbol = new GraduatedSymbolLegend();
23 23
	private VectorialIntervalLegend colorRamp = new VectorialIntervalLegend();
24 24
	private ISymbol defaultSymbol;
......
108 108
        throw new Error("Not yet implemented!");
109 109

  
110 110
    }
111
    public Legend cloneLegend() throws XMLException {
111
    public ILegend cloneLegend() throws XMLException {
112 112
        // TODO Implement it
113 113
        throw new Error("Not yet implemented!");
114 114

  
......
284 284

  
285 285
	}
286 286

  
287
	public void setGraduateSymbolLegend(Legend legend) {
287
	public void setGraduateSymbolLegend(ILegend legend) {
288 288
		this.graduatedSymbol = (GraduatedSymbolLegend) legend;
289 289
	}
290 290

  
291
	public void setColorRampLegend(Legend legend) {
291
	public void setColorRampLegend(ILegend legend) {
292 292
		this.colorRamp = (VectorialIntervalLegend) legend;
293 293
	}
294 294

  

Also available in: Unified diff