|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jinx.video.model.MeshElement net.jinx.video.model.LineElement
public abstract class LineElement
This interface marks a MeshElement as being composed of lines, rather than
polygons. It has one method that provides the width of the lines.
API Stability: Stable.
Method Summary | |
---|---|
float |
getWidth()
Provides the width of the lines. |
Methods inherited from class net.jinx.video.model.MeshElement |
---|
draw, getFaces, getVertices, toLineElement, vertexCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public float getWidth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |