Interface AnimationExtension

    • Method Detail

      • adjustForSize

        void adjustForSize​(int w,
                           int h)
        Adjusts for size.
        Parameters:
        w - width
        h - height
      • paint

        void paint​(Graphics g)
        Paints static contents.
        Parameters:
        g - graphics object
      • animate

        void animate()
        Performs the optional animation.