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

View differences:

FFrameScaleBarDialog.java
71 71
import org.gvsig.app.project.documents.layout.fframes.IFFrame;
72 72
import org.gvsig.app.project.documents.layout.fframes.ListViewModel;
73 73
import org.gvsig.app.project.documents.layout.fframes.gui.JPRotation;
74
import org.gvsig.app.project.documents.layout.gui.Layout;
74
import org.gvsig.app.project.documents.layout.gui.LayoutPanel;
75 75
import org.gvsig.fmap.mapcontext.MapContext;
76 76

  
77 77

  
......
112 112
	//private ProjectView m_projectView=null;
113 113
	private FFrameView fframeview = null;
114 114
	private Rectangle2D rect = new Rectangle2D.Double();
115
	private Layout m_layout = null;
115
	private LayoutPanel m_layout = null;
116 116
	private FFrameScaleBar fframescalebar = null; //new FFrameScaleBar();
117 117
	private boolean isAcepted = false;
118 118
	private ImageIcon[] images = new ImageIcon[4];
......
150 150
	 * @param layout DOCUMENT ME!
151 151
	 * @param fframe DOCUMENT ME!
152 152
	 */
153
	public FFrameScaleBarDialog(Layout layout, FFrameScaleBar fframe) {
153
	public FFrameScaleBarDialog(LayoutPanel layout, FFrameScaleBar fframe) {
154 154
		super();
155 155
		fframescalebar = (FFrameScaleBar)fframe.cloneFFrame(layout);
156 156
		barcolor = fframescalebar.getBarColor();

Also available in: Unified diff