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 SummaryConstructors Constructor Description EffectSaver()
 - 
Method SummaryAll 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- 
writepublic void write(com.jme3.export.JmeExporter ex) throws java.io.IOException- Specified by:
- writein interface- com.jme3.export.Savable
- Throws:
- java.io.IOException
 
 - 
readpublic void read(com.jme3.export.JmeImporter im) throws java.io.IOException- Specified by:
- readin interface- com.jme3.export.Savable
- Throws:
- java.io.IOException
 
 - 
getParticelEmmitterpublic com.jme3.effect.ParticleEmitter getParticelEmmitter() - Returns:
- the particelEmmitter
 
 - 
setParticelEmmitterpublic void setParticelEmmitter(com.jme3.effect.ParticleEmitter particelEmmitter) - Parameters:
- particelEmmitter- the particelEmmitter to set
 
 
- 
 
-