hmi.graphics.opengl.state
Class GLLine
java.lang.Object
hmi.graphics.opengl.state.GLLine
- All Implemented Interfaces:
- GLRenderObject, GLStateComponent
public class GLLine
- extends Object
- implements GLStateComponent
- Author:
- Dennis Reidsma
|
Field Summary |
private static int |
scid
|
|
Constructor Summary |
GLLine()
Create an attribute. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scid
private static int scid
GLLine
public GLLine()
- Create an attribute.
getSCId
public final int getSCId()
- Returns the id for this type of state component
- Specified by:
getSCId in interface GLStateComponent
eq
public final boolean eq(GLLine gll)
glInit
public final void glInit(GLRenderContext glc)
- Required by GLRenderObject interface.
- Specified by:
glInit in interface GLRenderObject
glRender
public final void glRender(GLRenderContext glc)
- Required by GLRenderObject interface.
- Specified by:
glRender in interface GLRenderObject