Interface AnimationRenderer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void render​(java.awt.Graphics2D g2, int width, int height)
      Renders the animation on the specified graphics object using the given width and height.
    • Method Detail

      • render

        void render​(java.awt.Graphics2D g2,
                    int width,
                    int height)
        Renders the animation on the specified graphics object using the given width and height.
        Parameters:
        g2 - the graphics to render on
        width - the used width of the render surface
        height - the used height of the render surface