Class sprite.AnimationThread
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sprite.AnimationThread

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----sprite.AnimationThread

public class AnimationThread
extends Thread

Constructor Index

 o AnimationThread(AnimationLock, Sprite, int, int, int, int, boolean, boolean)

Method Index

 o run()

Constructors

 o AnimationThread
  public AnimationThread(AnimationLock lock,
                         Sprite sprite,
                         int x2,
                         int y2,
                         int chunks,
                         int delay,
                         boolean hide,
                         boolean anchor)

Methods

 o run
  public void run()
Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index