Revision 31496 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/layout/fframes/gui/dialogs/FFramePictureDialog.java

View differences:

FFramePictureDialog.java
59 59
import org.gvsig.app.project.documents.layout.fframes.FFramePicture;
60 60
import org.gvsig.app.project.documents.layout.fframes.IFFrame;
61 61
import org.gvsig.app.project.documents.layout.fframes.gui.JPRotation;
62
import org.gvsig.app.project.documents.layout.gui.Layout;
62
import org.gvsig.app.project.documents.layout.gui.LayoutPanel;
63 63
import org.gvsig.utils.GenericFileFilter;
64 64

  
65 65

  
......
83 83
	private Rectangle2D rect = new Rectangle2D.Double();
84 84
	private FFramePicture fframepicture = null; // = new FFramePicture();
85 85
	private String namefile = null;
86
	private Layout m_layout = null;
86
	private LayoutPanel m_layout = null;
87 87
	private boolean isAcepted = false;
88 88
	private JPRotation pRotation = null;
89 89
	private String path;
......
96 96
	 * @param layout Referencia al Layout.
97 97
	 * @param fframe Referencia al fframe de imagen.
98 98
	 */
99
	public FFramePictureDialog(Layout layout, FFramePicture fframe) {
99
	public FFramePictureDialog(LayoutPanel layout, FFramePicture fframe) {
100 100
		super();
101 101
		fframepicture = fframe;
102 102
		m_layout = layout;

Also available in: Unified diff