Class IPathProvider.Wrap

    • Constructor Detail

      • Wrap

        public Wrap()
    • Method Detail

      • fill

        public org.eclipse.swt.graphics.Path fill​(org.eclipse.swt.graphics.Path path,
                                                  org.eclipse.draw2d.IFigure figure)
        Description copied from interface: IPathProvider
        Fills the specified path for the specified figure, and returns that path for convenience.
        Specified by:
        fill in interface IPathProvider
        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