hmi.graphics.opengl.state
Class GLLine

java.lang.Object
  extended by 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.
 
Method Summary
 boolean eq(GLLine gll)
           
 int getSCId()
          Returns the id for this type of state component
 void glInit(GLRenderContext glc)
          Required by GLRenderObject interface.
 void glRender(GLRenderContext glc)
          Required by GLRenderObject interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scid

private static int scid
Constructor Detail

GLLine

public GLLine()
Create an attribute.

Method Detail

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