jjdh API

jjdh.opengl.scenegraph.simple.core
Class ScenegraphHandler

java.lang.Object
  extended by jjdh.opengl.scenegraph.simple.core.ScenegraphHandler
All Implemented Interfaces:
Handler<ScenegraphNode>

Deprecated.

@Deprecated
public abstract class ScenegraphHandler
extends Object
implements Handler<ScenegraphNode>

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

gl

protected javax.media.opengl.GL gl
Deprecated. 
Constructor Detail

ScenegraphHandler

public ScenegraphHandler(javax.media.opengl.GL gl)
Deprecated. 
Method Detail

handle

public final void handle(ScenegraphNode toHandle)
Deprecated. 
Specified by:
handle in interface Handler<ScenegraphNode>

handleAll

public abstract void handleAll(ScenegraphNode node)
Deprecated. 

handleSurface

public abstract void handleSurface(Surface toHandle)
Deprecated. 

handleVertex

public abstract void handleVertex(Vertex toHandle)
Deprecated. 

handleRest

public abstract void handleRest(ScenegraphNode node)
Deprecated. 

jjdh API

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