Uses of Class
net.jinx.video.model.LineElement

Packages that use LineElement
net.jinx.video.model This package contains the core components of the Vertex Modeler application.

Model designers will be most interested in the Model and VertexUtil classes; examine their documentation closely, since you'll be using them extensively.  Being aware of the other classes in this package would be handy, as well.
 
 

Uses of LineElement in net.jinx.video.model
 

Subclasses of LineElement in net.jinx.video.model
 class LineLoop
          LineLoop represents a set of lines based on OpenGL's GL_LINE_LOOP drawing mode.
 class Lines
          Lines represents a set of lines based on OpenGL's GL_LINES drawing mode.
 class LineStrip
          LineStrip represents a set of lines based on OpenGL's GL_LINE_STRIP drawing mode.
 

Methods in net.jinx.video.model that return LineElement
 LineElement MeshElement.toLineElement(float width)
          Converts this MeshElement into a line-based MeshElement.