Interface AnimationExtension

    • Method Detail

      • adjustForSize

        void adjustForSize​(int w,
                           int h,
                           int x,
                           int y)
        Adjusts for size.
        Parameters:
        w - width
        h - height
        x - x origin of view area
        y - y origin of view area
      • paint

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

        void animate()
        Performs the optional animation.