Interface IPathProvider

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  IPathProvider.Wrap
      Delegates the fill to the figure.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.swt.graphics.Path fill​(org.eclipse.swt.graphics.Path path, org.eclipse.draw2d.IFigure figure)
      Fills the specified path for the specified figure, and returns that path for convenience.
    • Method Detail

      • fill

        org.eclipse.swt.graphics.Path fill​(org.eclipse.swt.graphics.Path path,
                                           org.eclipse.draw2d.IFigure figure)
        Fills the specified path for the specified figure, and returns that path for convenience.
        Parameters:
        path - The destination path
        figure - The figure for which the path is filled
        Returns:
        The same instance that was passed in, modified to contain the path data