Uses of Class
com.jme.scene.Line

Packages that use Line
com.jme.renderer   
com.jme.renderer.jogl   
com.jme.renderer.lwjgl   
com.jme.scene   
com.jme.scene.shape Standard geometric shapes. 
com.jme.system.dummy   
com.jme.util.stat.graph   
com.jmex.effects.particles   
 

Uses of Line in com.jme.renderer
 

Methods in com.jme.renderer with parameters of type Line
abstract  void Renderer.draw(Line line)
          draw renders a single Line collection to the back buffer.
 

Uses of Line in com.jme.renderer.jogl
 

Methods in com.jme.renderer.jogl with parameters of type Line
 void JOGLRenderer.draw(Line lines)
          draw renders a Line object including it's normals, colors, textures and vertices.
 

Uses of Line in com.jme.renderer.lwjgl
 

Methods in com.jme.renderer.lwjgl with parameters of type Line
 void LWJGLRenderer.draw(Line lines)
          draw renders a Line object including it's normals, colors, textures and vertices.
 

Uses of Line in com.jme.scene
 

Subclasses of Line in com.jme.scene
 class Circle
          Circle consists of Line Segments.
 

Uses of Line in com.jme.scene.shape
 

Methods in com.jme.scene.shape with parameters of type Line
 void Extrusion.updateGeometry(Line shape, java.util.List<Vector3f> path, boolean closed, Vector3f up)
          Update vertex, color, index and texture buffers (0) to contain an extrusion of shape along path.
 void Extrusion.updateGeometry(Line shape, java.util.List<Vector3f> points, int segments, boolean closed, Vector3f up)
          Performs cubic spline interpolation to find a path through the supporting points where the second derivative is zero.
 void Extrusion.updateGeometry(Line shape, java.util.List<Vector3f> points, int segments, Vector3f up)
          Performs cubic spline interpolation to find a path through the supporting points where the second derivative is zero.
 void Extrusion.updateGeometry(Line shape, java.util.List<Vector3f> path, Vector3f up)
          Update vertex, color, index and texture buffers (0) to contain an extrusion of shape along path.
 

Constructors in com.jme.scene.shape with parameters of type Line
Extrusion(Line shape, java.util.List<Vector3f> path, Vector3f up)
          Convenience constructor.
Extrusion(java.lang.String name, Line shape, java.util.List<Vector3f> path, Vector3f up)
          Convenience constructor.
 

Uses of Line in com.jme.system.dummy
 

Methods in com.jme.system.dummy with parameters of type Line
 void DummyRenderer.draw(Line line)
           
 

Uses of Line in com.jme.util.stat.graph
 

Fields in com.jme.util.stat.graph declared as Line
protected  Line LineGrapher.horizontals
           
protected  Line TimedAreaGrapher.horizontals
           
 Line LineGrapher.LineEntry.line
           
(package private)  Line TabledLabelGrapher.LabelEntry.lineKey
           
protected  Line LineGrapher.verticals
           
protected  Line TimedAreaGrapher.verticals
           
 

Methods in com.jme.util.stat.graph that return Line
 Line LineGrapher.updateLineKey(StatType type, Line lineKey)
           
 Line TableLinkable.updateLineKey(StatType type, Line lineKey)
          Update/Create a line to reflect the color, stipple, antialias and width used in the other graph.
 Line TimedAreaGrapher.updateLineKey(StatType type, Line lineKey)
           
 

Methods in com.jme.util.stat.graph with parameters of type Line
 Line LineGrapher.updateLineKey(StatType type, Line lineKey)
           
 Line TableLinkable.updateLineKey(StatType type, Line lineKey)
          Update/Create a line to reflect the color, stipple, antialias and width used in the other graph.
 Line TimedAreaGrapher.updateLineKey(StatType type, Line lineKey)
           
 

Uses of Line in com.jmex.effects.particles
 

Methods in com.jmex.effects.particles that return Line
 Line ParticleLines.getParticleGeometry()