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


CONSTRUCTOR INDEX

 O StaticDataSprite()

METHOD INDEX

 O finalize()
Called immediately before garbage collection of this object.
 O setData(AnimImage)

CONSTRUCTORS

 O StaticDataSprite
  public StaticDataSprite()

METHODS

 O 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
 O setData
  public synchronized boolean setData(AnimImage si)

All Packages  Class Hierarchy  This Package  Previous  Next  Index
Free Web Hosting