Interface Renderer

    • Method Detail

      • render

        void render()
        Render the display. This rendering should take place asynchronously on the AWT thread.
      • setPause

        void setPause​(boolean pause)
        Pause the rendering. The Renderer should update and render if pause is true, if possible. The rendering should take place asynchronously on the AWT thread.
        Parameters:
        pause -