Revision 6900 org.gvsig.raster/branches/org.gvsig.raster.2.4/org.gvsig.raster/org.gvsig.fmap.mapcontext.raster/org.gvsig.fmap.mapcontext.raster.api/src/main/java/org/gvsig/fmap/mapcontext/raster/api/RasterLayer.java

View differences:

RasterLayer.java
29 29
import org.gvsig.fmap.mapcontext.layers.operations.SingleLayer;
30 30
import org.gvsig.fmap.mapcontext.rendering.legend.ILegend;
31 31
import org.gvsig.raster.lib.buffer.api.statistics.Statistics;
32
import org.gvsig.raster.lib.legend.api.RasterLegend;
32 33
import org.gvsig.tools.task.SimpleTaskStatus;
33 34

  
34 35

  
......
79 80

  
80 81
    public void recalculateStatistics();
81 82

  
82
    public ILegend getLegend() throws LegendLayerException;
83
    /**
84
     * @return
85
     */
86
    public RasterLegend getLegend();
83 87

  
84 88
}

Also available in: Unified diff