hmi.graphics.opengl.state
Class GLFill

java.lang.Object
  extended by hmi.graphics.opengl.state.GLFill
All Implemented Interfaces:
GLRenderObject, GLStateComponent

public class GLFill
extends Object
implements GLStateComponent

Author:
Dennis Reidsma

Field Summary
private static int scid
           
 
Constructor Summary
GLFill()
          Create an attribute.
 
Method Summary
 boolean eq(GLFill glf)
           
 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

GLFill

public GLFill()
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(GLFill glf)

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