Class RenderLifecycle.AntiAliasingLifecycle

    • Constructor Detail

      • AntiAliasingLifecycle

        public AntiAliasingLifecycle()
    • Method Detail

      • preRender

        public void preRender​(java.awt.Graphics g)
        Description copied from interface: RenderLifecycle
        Runs before everything else; the image in CanvasPanel will reflect your changes.
        Specified by:
        preRender in interface RenderLifecycle
        Parameters:
        g - The graphics context
      • renderStart

        public void renderStart​(java.awt.Graphics g)
        Description copied from interface: RenderLifecycle
        Runs before everything else; the image in CanvasPanel will not reflect your changes.
        Specified by:
        renderStart in interface RenderLifecycle
        Parameters:
        g - The graphics context