Class EffectSaver
- java.lang.Object
-
- jadex.extension.envsupport.observer.graphics.jmonkey.renderer.special.EffectSaver
-
- All Implemented Interfaces:
com.jme3.export.Savable
public class EffectSaver extends java.lang.Object implements com.jme3.export.Savable
-
-
Constructor Summary
Constructors Constructor Description EffectSaver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.jme3.effect.ParticleEmittergetParticelEmmitter()voidread(com.jme3.export.JmeImporter im)voidsetParticelEmmitter(com.jme3.effect.ParticleEmitter particelEmmitter)voidwrite(com.jme3.export.JmeExporter ex)
-
-
-
Method Detail
-
write
public void write(com.jme3.export.JmeExporter ex) throws java.io.IOException- Specified by:
writein interfacecom.jme3.export.Savable- Throws:
java.io.IOException
-
read
public void read(com.jme3.export.JmeImporter im) throws java.io.IOException- Specified by:
readin interfacecom.jme3.export.Savable- Throws:
java.io.IOException
-
getParticelEmmitter
public com.jme3.effect.ParticleEmitter getParticelEmmitter()
- Returns:
- the particelEmmitter
-
setParticelEmmitter
public void setParticelEmmitter(com.jme3.effect.ParticleEmitter particelEmmitter)
- Parameters:
particelEmmitter- the particelEmmitter to set
-
-