Revision 228 trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/fframes/gui/dialogs/IFFrameDialog.java

View differences:

IFFrameDialog.java
35 35
public interface IFFrameDialog extends IWindow {
36 36

  
37 37
    /**
38
     * Rellena el Rect?ngulo que representa el tama?o y posici?n del fframe.
38
     * Sets the bounding box of the fframe being created, in screen
39
     * coordinates (pixels), defining the position and size of the frame
40
     * within the Layout control.
39 41
     * 
40 42
     * @param r
41
     *            BoundingBox del fframe.
43
     *            BoundingBox of the fframe.
42 44
     */
43 45
    public void setRectangle(Rectangle2D r);
44 46

  

Also available in: Unified diff