com.jmex.effects.particles
Class AnimationEntry

java.lang.Object
  extended by 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
           
 
Constructor Summary
AnimationEntry()
           
AnimationEntry(float offset)
           
 
Method Summary
 java.lang.Class getClassTag()
           
 int[] getFrames()
           
 float getOffset()
           
 float getRate()
           
 void read(JMEImporter im)
           
 void setFrames(int[] frames)
           
 void setOffset(float offset)
           
 void setRate(float rate)
           
 java.lang.String toString()
           
 void write(JMEExporter ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

offset

protected float offset

rate

protected float rate

frames

protected int[] frames
Constructor Detail

AnimationEntry

public AnimationEntry()

AnimationEntry

public AnimationEntry(float offset)
Method Detail

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