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

View differences:

CharacterMarkerSymbol.java
43 43
 *
44 44
 * $Id$
45 45
 * $Log$
46
 * Revision 1.5  2007-01-25 16:25:23  jaume
46
 * Revision 1.6  2007-03-06 17:08:54  caballero
47
 * Exceptions
48
 *
49
 * Revision 1.5  2007/01/25 16:25:23  jaume
47 50
 * *** empty log message ***
48 51
 *
49 52
 * Revision 1.4  2007/01/24 17:58:22  jaume
......
110 113
import java.awt.geom.AffineTransform;
111 114
import java.awt.geom.Point2D;
112 115

  
113
import javax.print.attribute.PrintRequestAttributeSet;
114

  
115 116
import org.apache.batik.ext.awt.geom.PathLength;
116 117

  
117
import com.iver.cit.gvsig.fmap.DriverException;
118
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
118 119
import com.iver.cit.gvsig.fmap.core.FPoint2D;
119 120
import com.iver.cit.gvsig.fmap.core.FShape;
120 121
import com.iver.cit.gvsig.fmap.core.SymbolFactory;
......
305 306

  
306 307
	}
307 308

  
308
	public void print(Graphics2D g, AffineTransform at, FShape shape) throws DriverException {
309
	public void print(Graphics2D g, AffineTransform at, FShape shape) throws ReadDriverException {
309 310
		// TODO Implement it
310 311
		throw new Error("Not yet implemented!");
311 312

  

Also available in: Unified diff