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()
- 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