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

View differences:

SimpleMarkerSymbol.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.3  2007-01-25 16:25:23  jaume
46
* Revision 1.4  2007-03-06 17:08:54  caballero
47
* Exceptions
48
*
49
* Revision 1.3  2007/01/25 16:25:23  jaume
47 50
* *** empty log message ***
48 51
*
49 52
* Revision 1.2  2007/01/10 16:39:41  jaume
......
66 69
import java.awt.Shape;
67 70
import java.awt.geom.AffineTransform;
68 71

  
69
import com.iver.cit.gvsig.fmap.DriverException;
72
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
70 73
import com.iver.cit.gvsig.fmap.core.FPoint2D;
71 74
import com.iver.cit.gvsig.fmap.core.FShape;
72 75
import com.iver.cit.gvsig.fmap.core.SymbolFactory;
......
159 162

  
160 163
	}
161 164

  
162
	public void print(Graphics2D g, AffineTransform at, FShape shape) throws DriverException {
165
	public void print(Graphics2D g, AffineTransform at, FShape shape) throws ReadDriverException {
163 166
		// TODO Implement it
164 167
		throw new Error("Not yet implemented!");
165 168

  

Also available in: Unified diff