com.jmex.effects.particles
Class TexAnimation
java.lang.Object
com.jmex.effects.particles.TexAnimation
- All Implemented Interfaces:
- Savable
public class TexAnimation
- extends java.lang.Object
- implements Savable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entries
protected java.util.ArrayList<AnimationEntry> entries
TexAnimation
public TexAnimation()
addEntry
public void addEntry(AnimationEntry entry)
addEntry
public void addEntry(int index,
AnimationEntry entry)
clearEntries
public void clearEntries()
getEntries
public java.util.Iterator<AnimationEntry> getEntries()
removeEntry
public void removeEntry(AnimationEntry entry)
removeEntry
public void removeEntry(int index)
getTexIndexAtAge
public int getTexIndexAtAge(float age,
float maxAge,
ParticleSystem particles)
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
Copyright 2003-2009 jMonkeyEngine