Class 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.ParticleEmitter getParticelEmmitter()  
      void read​(com.jme3.export.JmeImporter im)  
      void setParticelEmmitter​(com.jme3.effect.ParticleEmitter particelEmmitter)  
      void write​(com.jme3.export.JmeExporter ex)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EffectSaver

        public EffectSaver()
    • Method Detail

      • write

        public void write​(com.jme3.export.JmeExporter ex)
                   throws java.io.IOException
        Specified by:
        write in interface com.jme3.export.Savable
        Throws:
        java.io.IOException
      • read

        public void read​(com.jme3.export.JmeImporter im)
                  throws java.io.IOException
        Specified by:
        read in interface com.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