Class ContourPlot.TrianglesRenderer

    • Constructor Detail

      • TrianglesRenderer

        public TrianglesRenderer()
    • Method Detail

      • renderFallback

        public void renderFallback​(java.awt.Graphics2D g,
                                   java.awt.Graphics2D p,
                                   int w,
                                   int h)
        Description copied from interface: ContourPlot.Renderer
        Renders this ContourPlot.Renderer's 'scene'. This is the fallback path in case OpenGL based rendering through #render(int, int, int, int) is not available.
        Parameters:
        g - main graphics object for drawing onto the framebuffer
        p - graphics object for drawing onto the picking framebuffer (invisible but used for picking)
        w - width of the current viewport in pixels
        h - height of the current viewport in pixels