Uses of Class
com.jme.math.Line

Packages that use Line
com.jme.effects   
com.jme.intersection   
 

Uses of Line in com.jme.effects
 

Methods in com.jme.effects that return Line
 Line ParticleManager.getLine()
          getLine returns the currently set line segment.
 

Methods in com.jme.effects with parameters of type Line
 void ParticleManager.setGeometry(Line line)
          Set a line segment to be used as the "emittor".
 

Uses of Line in com.jme.intersection
 

Methods in com.jme.intersection with parameters of type Line
static boolean IntersectionSphere.intersection(Line line, BoundingSphere sphere, Vector3f velocity, float time)
          intersection compares a dynamic sphere to a stationary line.