Uses of Class
com.jme.math.Ring

Packages that use Ring
com.jme.math   
com.jmex.effects.particles   
 

Uses of Ring in com.jme.math
 

Methods in com.jme.math that return Ring
 Ring Ring.clone()
           
 

Methods in com.jme.math that return types with arguments of type Ring
 java.lang.Class<? extends Ring> Ring.getClassTag()
           
 

Uses of Ring in com.jmex.effects.particles
 

Fields in com.jmex.effects.particles declared as Ring
protected  Ring ParticleSystem.psRing
           
 

Methods in com.jmex.effects.particles that return Ring
 Ring ParticleSystem.getRing()
          getRing returns the currently set ring emission area.
 

Methods in com.jmex.effects.particles with parameters of type Ring
 void ParticleSystem.setGeometry(Ring ring)
          Set a ring or disk to be used as the "emittor".