Class LayerRenderer

  • All Implemented Interfaces:
    Renderer

    public class LayerRenderer
    extends java.lang.Object
    implements Renderer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cancel()
      Informs this process that it can stop rendering, because the rendered context will not be displayed.
      void render​(java.awt.Graphics2D g)
      Renders the scene to the graphics context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • render

        public void render​(java.awt.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