All Superinterfaces:
org.gvsig.tools.swing.api.Component
All Known Subinterfaces:
IFFrameDialog
All Known Implementing Classes:
AbstractFFrameDialog, AbstractFFramePanel, FFrameBoxDialog, FFrameGraphicsDialog, FFrameGridDialog, FFrameGroupDialog, FFrameLegendDialog, FFrameMapBoxPanel, FFrameMapBoxPanelView, FFrameNorthDialog, FFrameOverViewDialog, FFramePictureDialog, FFrameScaleBarDialog, FFrameTextDialog, FFrameViewDialog

public interface IFFramePanel extends org.gvsig.tools.swing.api.Component
Author:
fdiaz
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
    Sets the bounding box of the fframe being created, in screen coordinates (pixels), defining the position and size of the frame within the Layout control.

    Methods inherited from interface org.gvsig.tools.swing.api.Component

    asJComponent
  • Method Details

    • getFFrame

      IFFrame getFFrame()
    • setRectangle

      void setRectangle(Rectangle2D r)
      Sets the bounding box of the fframe being created, in screen coordinates (pixels), defining the position and size of the frame within the Layout control.
      Parameters:
      r - BoundingBox of the fframe.
    • getTitle

      String getTitle()