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

View differences:

FLayoutDraw.java
73 73
import org.gvsig.andami.PluginServices;
74 74
import org.gvsig.app.extension.Print;
75 75
import org.gvsig.app.project.documents.layout.fframes.IFFrame;
76
import org.gvsig.app.project.documents.layout.gui.Layout;
76
import org.gvsig.app.project.documents.layout.gui.LayoutPanel;
77 77
import org.gvsig.fmap.dal.exception.ReadException;
78 78

  
79 79
import com.lowagie.text.Document;
......
88 88
 * @author Vicente Caballero Navarro
89 89
 */
90 90
public class FLayoutDraw {
91
    private Layout layout;
91
    private LayoutPanel layout;
92 92

  
93 93

  
94 94
    /**
......
96 96
     *
97 97
     * @param l Referencia al Layout.
98 98
     */
99
    public FLayoutDraw(Layout l) {
99
    public FLayoutDraw(LayoutPanel l) {
100 100
        layout = l;
101 101
    }
102 102

  

Also available in: Unified diff