|
jjdh API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjjdh.opengl.scenegraph.simple.core.ScenegraphHandler
@Deprecated public abstract class ScenegraphHandler
ToDo: Is there a possibility to simplify / generalize this class using some clever Java API Stuff ? If it is possible, we should use this approch istead; else we should remove the deprecation hint
Field Summary | |
---|---|
protected javax.media.opengl.GL |
gl
Deprecated. |
Constructor Summary | |
---|---|
ScenegraphHandler(javax.media.opengl.GL gl)
Deprecated. |
Method Summary | |
---|---|
void |
handle(ScenegraphNode toHandle)
Deprecated. |
abstract void |
handleAll(ScenegraphNode node)
Deprecated. |
abstract void |
handleRest(ScenegraphNode node)
Deprecated. |
abstract void |
handleSurface(Surface toHandle)
Deprecated. |
abstract void |
handleVertex(Vertex toHandle)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.media.opengl.GL gl
Constructor Detail |
---|
public ScenegraphHandler(javax.media.opengl.GL gl)
Method Detail |
---|
public final void handle(ScenegraphNode toHandle)
handle
in interface Handler<ScenegraphNode>
public abstract void handleAll(ScenegraphNode node)
public abstract void handleSurface(Surface toHandle)
public abstract void handleVertex(Vertex toHandle)
public abstract void handleRest(ScenegraphNode node)
|
jjdh API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |