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

View differences:

IPrintable.java
5 5

  
6 6
import javax.print.attribute.PrintRequestAttributeSet;
7 7

  
8
import com.iver.cit.gvsig.fmap.DriverException;
8
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
9 9

  
10 10
public interface IPrintable {
11 11
	public void setPrintingProperties(PrintRequestAttributeSet properties);
12
	public void print(Graphics2D g,AffineTransform at,FShape shape) throws DriverException;
12
	public void print(Graphics2D g,AffineTransform at,FShape shape) throws ReadDriverException;
13 13
}

Also available in: Unified diff