Class RenderBenchmarkCollector

    • Method Detail

      • renderStart

        public void renderStart​(double circum)
        Notified when the renderer method starts preparing the data
        Parameters:
        circum - The current circum of the view.
      • renderSort

        public boolean renderSort()
        Notified when the renderer method starts sorting the styles
        Returns:
        true if the renderer should continue to render
      • renderDraw

        public boolean renderDraw​(java.util.List<StyledMapRenderer.StyleRecord> allStyleElems)
        Notified when the renderer method starts drawing
        Parameters:
        allStyleElems - All the elements that are painted. Unsorted
        Returns:
        true if the renderer should continue to render
      • renderDone

        public void renderDone()
        Notified when the render method is done.