Interface IScrollableFigure

All Superinterfaces:
IFigure

public interface IScrollableFigure extends IFigure
Interface to stereotype those figures that contain a ScrollPane with a nested Viewport.
Since:
3.6
  • Method Details

    • getScrollPane

      ScrollPane getScrollPane()
      Provides access to this figure's nested ScrollPane.
      Returns:
      the ScrollPane contained within this figure