Interface ExtRenderListener

    • Method Detail

      • modifyPath

        void modifyPath​(PathConstructionRenderInfo renderInfo)
        Called when the current path is being modified. E.g. new segment is being added, new subpath is being started etc.
        Parameters:
        renderInfo - Contains information about the path segment being added to the current path.
      • renderPath

        Path renderPath​(PathPaintingRenderInfo renderInfo)
        Called when the current path should be rendered.
        Parameters:
        renderInfo - Contains information about the current path which should be rendered.
        Returns:
        The path which can be used as a new clipping path.