Revision 31496 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/layout/tools/LayoutZoomOutListenerImpl.java

View differences:

LayoutZoomOutListenerImpl.java
45 45
import java.awt.event.MouseEvent;
46 46

  
47 47
import org.gvsig.andami.PluginServices;
48
import org.gvsig.app.project.documents.layout.gui.Layout;
48
import org.gvsig.app.project.documents.layout.gui.LayoutPanel;
49 49
import org.gvsig.app.project.documents.layout.tools.listener.LayoutRectangleListener;
50 50
import org.gvsig.fmap.mapcontrol.tools.BehaviorException;
51 51
import org.gvsig.fmap.mapcontrol.tools.Events.EnvelopeEvent;
......
62 62
public class LayoutZoomOutListenerImpl implements LayoutRectangleListener {
63 63
	 private static final Image iLayoutzoomout = PluginServices.getIconTheme()
64 64
		.get("layout-zoom-out-cursor").getImage();
65
	private Layout layout;
65
	private LayoutPanel layout;
66 66

  
67 67
	/**
68 68
	 * Crea un nuevo LayoutZoomOutListenerImpl.
69 69
	 *
70 70
	 * @param mapControl MapControl.
71 71
	 */
72
	public LayoutZoomOutListenerImpl(Layout l) {
72
	public LayoutZoomOutListenerImpl(LayoutPanel l) {
73 73
		this.layout = l;
74 74
	}
75 75

  

Also available in: Unified diff