|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--quicktime.app.anim.TwoDSpriteInfo
This class can be used to retain the current sprite settings which can be used at a later stage to reset the TwoDSprite to those settings. The EncodedImage and ImageDescription of the TwoDSpriteInfo class are transient and thus will not be saved when this object is serialized. Applications should use a QuickTime movie or other means of saving image data.
TwoDSprite,
Serialized Form| Constructor Summary | |
TwoDSpriteInfo(EncodedImage im,
ImageDescription d,
Matrix m,
boolean v,
int l)
Deprecated. since QTJava 6.1 |
|
TwoDSpriteInfo(EncodedImage im,
ImageDescription d,
Matrix m,
boolean v,
int l,
GraphicsMode gm)
Deprecated. since QTJava 6.1 |
|
| Method Summary | |
ImageDescription |
getDescription()
Deprecated. This method should return an ImageDescription that describes the image data that the class contains. |
GraphicsMode |
getGraphicsMode()
Deprecated. |
EncodedImage |
getImage()
Deprecated. This method returns the actual image data. |
int |
getLayer()
Deprecated. |
Matrix |
getMatrix()
Deprecated. |
boolean |
getVisible()
Deprecated. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TwoDSpriteInfo(EncodedImage im,
ImageDescription d,
Matrix m,
boolean v,
int l)
im - the image of the sprited - the image description that describes the format of the imm - the display matrix applied to the spritev - if true the sprite is/was visiblel - the layer of the sprite in its sprite world
public TwoDSpriteInfo(EncodedImage im,
ImageDescription d,
Matrix m,
boolean v,
int l,
GraphicsMode gm)
im - the image of the sprited - the image description that describes the format of the imm - the display matrix applied to the spritel - the layer of the sprite in its sprite worldv - if true the sprite is/was visiblegm - the GraphicsMode (or null)| Method Detail |
public EncodedImage getImage()
ImageSpec
getImage in interface ImageSpecpublic ImageDescription getDescription()
ImageSpec
getDescription in interface ImageSpecpublic Matrix getMatrix()
public int getLayer()
public boolean getVisible()
public GraphicsMode getGraphicsMode()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||