Uses of Interface
com.jme3.effect.influencers.ParticleInfluencer

Packages that use ParticleInfluencer
com.jme3.effect The com.jme3.effect package allows particle emitter effects to be used with a jME3 application. 
com.jme3.effect.influencers   
 

Uses of ParticleInfluencer in com.jme3.effect
 

Methods in com.jme3.effect that return ParticleInfluencer
 ParticleInfluencer ParticleEmitter.getParticleInfluencer()
          Returns the ParticleInfluencer that influences this particle emitter.
 

Methods in com.jme3.effect with parameters of type ParticleInfluencer
 void ParticleEmitter.setParticleInfluencer(ParticleInfluencer particleInfluencer)
          Set the ParticleInfluencer to influence this particle emitter.
 

Uses of ParticleInfluencer in com.jme3.effect.influencers
 

Classes in com.jme3.effect.influencers that implement ParticleInfluencer
 class DefaultParticleInfluencer
          This emitter influences the particles so that they move all in the same direction.
 class EmptyParticleInfluencer
          This influencer does not influence particle at all.
 class NewtonianParticleInfluencer
          This influencer calculates initial velocity with the use of the emitter's shape.
 

Methods in com.jme3.effect.influencers that return ParticleInfluencer
 ParticleInfluencer DefaultParticleInfluencer.clone()
           
 ParticleInfluencer EmptyParticleInfluencer.clone()
           
 ParticleInfluencer NewtonianParticleInfluencer.clone()
           
 ParticleInfluencer ParticleInfluencer.clone()
          This method clones the influencer instance.