Revision 490 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/VectorialIntervalLegend.java

View differences:

VectorialIntervalLegend.java
4 4

  
5 5
import com.hardcode.gdbms.engine.data.DataSource;
6 6
import com.iver.cit.gvsig.fmap.core.v02.FSymbol;
7
import com.iver.cit.gvsig.fmap.layers.XMLException;
7 8
import com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D;
8 9
import com.iver.utiles.XMLEntity;
9 10

  
......
187 188
     * @throws ClassNotFoundException
188 189
     * @see com.iver.cit.gvsig.fmap.rendering.Legend#cloneLegend()
189 190
     */
190
    public Legend cloneLegend() throws ClassNotFoundException, InstantiationException, IllegalAccessException {
191
    public Legend cloneLegend() throws XMLException{
191 192
        return (Legend)LegendFactory.createFromXML(getXMLEntity());
192 193
    }
193 194

  

Also available in: Unified diff