Revision 4496 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/fframes/IFFrameUseFMap.java

View differences:

IFFrameUseFMap.java
4 4
import java.awt.geom.Rectangle2D;
5 5
import java.awt.image.BufferedImage;
6 6

  
7
import com.iver.cit.gvsig.fmap.DriverException;
7 8
import com.iver.cit.gvsig.fmap.FMap;
8 9

  
9 10
public interface IFFrameUseFMap {
......
14 15
	public void refresh();
15 16
	public void setNewExtent(Rectangle2D r);
16 17
	public BufferedImage getBufferedImage();
18
	public void fullExtent() throws DriverException;
17 19
}

Also available in: Unified diff