Interface CircularRenderer

    • Method Detail

      • getDepth

        double getDepth​(CircularRendererContext crc)
        Get the depth needed for this renderer.
        Parameters:
        crc - the CircularRendererContext to render information from
        Returns:
        the depth required to render the context
      • paint

        void paint​(java.awt.Graphics2D g2,
                   CircularRendererContext crc)
        Paint this renderer.
        Parameters:
        g2 - the graphics to paint to
        crc - the context giving the data to paint