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

View differences:

LayoutViewZoomInListenerImpl.java
44 44
import java.awt.Point;
45 45

  
46 46
import org.gvsig.andami.PluginServices;
47
import org.gvsig.app.project.documents.layout.gui.Layout;
47
import org.gvsig.app.project.documents.layout.gui.LayoutPanel;
48 48
import org.gvsig.app.project.documents.layout.tools.listener.LayoutMoveListener;
49 49
import org.gvsig.fmap.mapcontrol.tools.BehaviorException;
50 50
import org.gvsig.fmap.mapcontrol.tools.Events.PointEvent;
......
60 60
public class LayoutViewZoomInListenerImpl implements LayoutMoveListener {
61 61
	 public static final Image izoomin = PluginServices.getIconTheme()
62 62
	 	.get("zoom-in-cursor").getImage();
63
	private Layout layout;
63
	private LayoutPanel layout;
64 64
	/**
65 65
	 * Crea un nuevo LayoutViewZoomInListenerImpl.
66 66
	 *
67 67
	 * @param l Layout.
68 68
	 */
69
	public LayoutViewZoomInListenerImpl(Layout l) {
69
	public LayoutViewZoomInListenerImpl(LayoutPanel l) {
70 70
		this.layout = l;
71 71
	}
72 72

  

Also available in: Unified diff