jjdh API

jjdh.opengl.exercises.sheet02.builder
Class AbstractGLObjectBuilder

java.lang.Object
  extended by jjdh.opengl.exercises.sheet02.builder.AbstractGLObjectBuilder
Direct Known Subclasses:
GLFunnelBuilder, GLSliceBuilder, GLSlicePyramidBuilder

public abstract class AbstractGLObjectBuilder
extends Object


Constructor Summary
AbstractGLObjectBuilder()
           
 
Method Summary
abstract  void buildListPart(javax.media.opengl.GL gl, GLAttributes attributes)
           
 int createDisplayList(javax.media.opengl.GL gl, GLAttributes attributes)
           
 int createDisplayList(javax.media.opengl.GL gl, GLAttributes attributes, int listId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGLObjectBuilder

public AbstractGLObjectBuilder()
Method Detail

buildListPart

public abstract void buildListPart(javax.media.opengl.GL gl,
                                   GLAttributes attributes)

createDisplayList

public int createDisplayList(javax.media.opengl.GL gl,
                             GLAttributes attributes)

createDisplayList

public int createDisplayList(javax.media.opengl.GL gl,
                             GLAttributes attributes,
                             int listId)

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.