com.jmex.effects.particles
Class AnimationEntry
java.lang.Object
com.jmex.effects.particles.AnimationEntry
- All Implemented Interfaces:
- Savable
public class AnimationEntry
- extends java.lang.Object
- implements Savable
|
Field Summary |
protected int[] |
frames
|
protected float |
offset
|
protected float |
rate
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
offset
protected float offset
rate
protected float rate
frames
protected int[] frames
AnimationEntry
public AnimationEntry()
AnimationEntry
public AnimationEntry(float offset)
getFrames
public int[] getFrames()
setFrames
public void setFrames(int[] frames)
getOffset
public float getOffset()
setOffset
public void setOffset(float offset)
getRate
public float getRate()
setRate
public void setRate(float rate)
getClassTag
public java.lang.Class getClassTag()
- Description copied from interface:
Savable
- The peristed type for the object.
Note that tag here does not mean XML tag, but the class that the object
is tagged with.
- Specified by:
getClassTag in interface Savable
read
public void read(JMEImporter im)
throws java.io.IOException
- Specified by:
read in interface Savable
- Throws:
java.io.IOException
write
public void write(JMEExporter ex)
throws java.io.IOException
- Specified by:
write in interface Savable
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright 2003-2009 jMonkeyEngine