Revision 47476 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/symbols/IMultiLayerSymbol.java

View differences:

IMultiLayerSymbol.java
72 72
	 * list in the specified position.
73 73
	 * @param ISymbol newLayer
74 74
	 */
75
	public abstract void addLayer(ISymbol newLayer, int layerIndex)
75
	public void addLayer(ISymbol newLayer, int layerIndex)
76 76
	throws IndexOutOfBoundsException;
77 77

  
78 78
	/**

Also available in: Unified diff