Uses of Class
com.jme.math.Rectangle

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

Uses of Rectangle in com.jme.math
 

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

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

Uses of Rectangle in com.jmex.effects.particles
 

Fields in com.jmex.effects.particles declared as Rectangle
protected  Rectangle ParticleSystem.psRect
           
 

Methods in com.jmex.effects.particles that return Rectangle
 Rectangle ParticleSystem.getRectangle()
          getRectangle returns the currently set rectangle segment.
 

Methods in com.jmex.effects.particles with parameters of type Rectangle
 void ParticleSystem.setGeometry(Rectangle rect)
          Set a rectangular patch to be used as the "emittor".