Revision 358 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrComplexRaster.java

View differences:

FLyrComplexRaster.java
48 48
	}
49 49

  
50 50
	/**
51
	 * @see com.iver.cit.gvsig.fmap.layers.CommonOperations#setLegend(com.iver.cit.gvsig.fmap.rendering.Legend)
52
	 */
53
	public void setLegend(VectorialLegend r) {
54
	}
55

  
56
	/**
57
	 * @see com.iver.cit.gvsig.fmap.layers.CommonOperations#getLegend()
58
	 */
59
	public VectorialLegend getLegend() {
60
		return null;
61
	}
62

  
63
	/**
64 51
	 * @see com.iver.cit.gvsig.fmap.layers.LowLevelRasterOperations#applyFilter(com.iver.cit.gvsig.fmap.layers.Filter)
65 52
	 */
66 53
	public void applyFilter(Filter f) {

Also available in: Unified diff