Revision 10627 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/symbols/MultiLayerSymbol.java

View differences:

MultiLayerSymbol.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.7  2007-01-25 16:25:23  jaume
46
* Revision 1.8  2007-03-06 17:08:54  caballero
47
* Exceptions
48
*
49
* Revision 1.7  2007/01/25 16:25:23  jaume
47 50
* *** empty log message ***
48 51
*
49 52
* Revision 1.6  2007/01/24 17:58:22  jaume
......
76 79

  
77 80
import javax.print.attribute.PrintRequestAttributeSet;
78 81

  
82
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
79 83
import com.iver.cit.gvsig.fmap.core.FShape;
80 84
import com.iver.cit.gvsig.fmap.core.IGeometry;
81 85
import com.iver.cit.gvsig.fmap.core.SymbolFactory;
......
249 253
		}
250 254
	}
251 255

  
252
	public void print(Graphics2D g, AffineTransform at, FShape shape) throws com.iver.cit.gvsig.fmap.DriverException {
256
	public void print(Graphics2D g, AffineTransform at, FShape shape) throws ReadDriverException {
253 257
		// TODO Implement it
254 258
		throw new Error("Not yet implemented!");
255 259

  

Also available in: Unified diff