espresso3d.engine.base
Class E3DEngineItem

java.lang.Object
  extended byespresso3d.engine.base.E3DEngineItem
Direct Known Subclasses:
E3DCollisionDetect, E3DInputHandler, E3DRenderable, E3DTimer, E3DViewFrustum2D, E3DViewport

public abstract class E3DEngineItem
extends java.lang.Object

Author:
espresso3d Any item that gets put in the engine must extend this or a variant that extends this

Constructor Summary
E3DEngineItem(E3DEngine engine)
          All engine items must know about the engine, so it is required in the constructor
 
Method Summary
 E3DEngine getEngine()
           
 void setEngine(E3DEngine engine)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

E3DEngineItem

public E3DEngineItem(E3DEngine engine)
All engine items must know about the engine, so it is required in the constructor

Parameters:
engine -
Method Detail

getEngine

public E3DEngine getEngine()
Returns:
Returns the engine the item is a part of

setEngine

public void setEngine(E3DEngine engine)
Parameters:
engine - Set the engine the item is a part of.