Uses of Interface
com.jme3.effect.shapes.EmitterShape

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

Uses of EmitterShape in com.jme3.effect
 

Methods in com.jme3.effect that return EmitterShape
 EmitterShape ParticleEmitter.getShape()
           
 

Methods in com.jme3.effect with parameters of type EmitterShape
 void ParticleEmitter.setShape(EmitterShape shape)
           
 

Uses of EmitterShape in com.jme3.effect.influencers
 

Methods in com.jme3.effect.influencers with parameters of type EmitterShape
 void DefaultParticleInfluencer.influenceParticle(Particle particle, EmitterShape emitterShape)
           
 void EmptyParticleInfluencer.influenceParticle(Particle particle, EmitterShape emitterShape)
           
 void NewtonianParticleInfluencer.influenceParticle(Particle particle, EmitterShape emitterShape)
           
 void ParticleInfluencer.influenceParticle(Particle particle, EmitterShape emitterShape)
          This method influences the particle.
 

Uses of EmitterShape in com.jme3.effect.shapes
 

Classes in com.jme3.effect.shapes that implement EmitterShape
 class EmitterBoxShape
           
 class EmitterMeshConvexHullShape
          This emiter shape emits the particles from the given shape's interior constrained by its convex hull (a geometry that tightly wraps the mesh).
 class EmitterMeshFaceShape
          This emiter shape emits the particles from the given shape's faces.
 class EmitterMeshVertexShape
          This emiter shape emits the particles from the given shape's vertices
 class EmitterPointShape
           
 class EmitterSphereShape
           
 

Methods in com.jme3.effect.shapes that return EmitterShape
 EmitterShape EmitterBoxShape.deepClone()
           
 EmitterShape EmitterMeshVertexShape.deepClone()
           
 EmitterShape EmitterPointShape.deepClone()
           
 EmitterShape EmitterShape.deepClone()
          This method creates a deep clone of the current instance of the emitter shape.
 EmitterShape EmitterSphereShape.deepClone()