Class LayerRenderer

    • Method Detail

      • render

        public void render​(Graphics2D g)
        Description copied from interface: Renderer
        Renders the scene to the graphics context.
        Specified by:
        render in interface Renderer
        Parameters:
        g - the graphics context to render to
      • cancel

        public void cancel()
        Description copied from interface: Renderer
        Informs this process that it can stop rendering, because the rendered context will not be displayed.
        Specified by:
        cancel in interface Renderer