public final class AnimationData
extends java.lang.Object
| Constructor and Description |
|---|
AnimationData(ImageData image,
AnimatedTextureType textureType,
float frames) |
AnimationData(ImageData image,
AnimatedTextureType textureType,
float frames,
AnimationExpressionType expressionType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AnimationExpressionType |
getExpressionType() |
float |
getFrames() |
ImageData |
getImage() |
AnimatedTextureType |
getTextureType() |
int |
hashCode() |
java.lang.String |
toString() |
public AnimationData(ImageData image, AnimatedTextureType textureType, float frames)
public AnimationData(ImageData image, AnimatedTextureType textureType, float frames, AnimationExpressionType expressionType)
public ImageData getImage()
public AnimatedTextureType getTextureType()
public float getFrames()
public AnimationExpressionType getExpressionType()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object