Class anim.StaticDataSprite
All Packages Class Hierarchy This Package Previous Next Index
Class anim.StaticDataSprite
java.lang.Object
|
+----anim.Sprite
|
+----anim.StaticDataSprite
- public class StaticDataSprite
- extends Sprite
A static data sprite. There are two differences between StaticDataSprites
and DynamicDataSprites.
1. A StaticDataSprite should only take image data from ONE AnimImage.
Once an AnimImage is assigned to a StaticDataSprite,
the StaticDataSprite should not be assigned to another AnimImage.
If you will frequently assign different AnimImages to a Sprite, use DynamicDataSprite.
2. A StaticDataSprite cannot have its input view adjusted. If you
want to change the input view, use DynamicDataSprite.
Copyright (c) 1996-1997 Intel Corporation
-
StaticDataSprite()
-
-
finalize()
- Called immediately before garbage collection of this object.
-
setData(AnimImage)
-
StaticDataSprite
public StaticDataSprite()
finalize
protected void finalize() throws Throwable
- Called immediately before garbage collection of this object.
- Throws: Throwable
- Never thrown. See Object.finalize for further information.
- Overrides:
- finalize in class Object
setData
public synchronized boolean setData(AnimImage si)
All Packages Class Hierarchy This Package Previous Next Index