Uses of Class
com.jmex.effects.particles.ParticleSystem.ParticleType

Packages that use ParticleSystem.ParticleType
com.jmex.effects.particles   
 

Uses of ParticleSystem.ParticleType in com.jmex.effects.particles
 

Fields in com.jmex.effects.particles declared as ParticleSystem.ParticleType
protected  ParticleSystem.ParticleType ParticleSystem.particleType
           
 

Methods in com.jmex.effects.particles that return ParticleSystem.ParticleType
 ParticleSystem.ParticleType ParticleLines.getParticleType()
           
 ParticleSystem.ParticleType ParticlePoints.getParticleType()
           
 ParticleSystem.ParticleType ParticleSystem.getParticleType()
          Get which emittype method is being used by the underlying system.
static ParticleSystem.ParticleType ParticleSystem.ParticleType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParticleSystem.ParticleType[] ParticleSystem.ParticleType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jmex.effects.particles with parameters of type ParticleSystem.ParticleType
static ParticleMesh ParticleFactory.buildParticles(java.lang.String name, int number, ParticleSystem.ParticleType particleType)
           
static int ParticleSystem.getVertsForParticleType(ParticleSystem.ParticleType type)
           
 void ParticleSystem.setParticleType(ParticleSystem.ParticleType type)
          Set what type of particle to emit from this sytem.
 

Constructors in com.jmex.effects.particles with parameters of type ParticleSystem.ParticleType
ParticleMesh(java.lang.String name, int numParticles, ParticleSystem.ParticleType type)
           
ParticleSystem(java.lang.String name, int numParticles, ParticleSystem.ParticleType particleType)