game.graphics.layer
Class CCriticalLayer

java.lang.Object
  extended by game.graphics.layer.CGraphicLayer
      extended by game.graphics.layer.CCriticalLayer

public class CCriticalLayer
extends CGraphicLayer

Same as CGraphicLayer, containing ICriticalObjects.

Author:
seb
See Also:
ICriticalObject

Field Summary
 
Fields inherited from class game.graphics.layer.CGraphicLayer
m_cGraphicObjects, m_isEnabled
 
Constructor Summary
CCriticalLayer()
           
 
Method Summary
 void add(IGraphicObject element)
          Checks added element if assertions are enabled.
 
Methods inherited from class game.graphics.layer.CGraphicLayer
animate, begin, clear, cycle, disable, draw, enable, isEnabled, remove, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCriticalLayer

public CCriticalLayer()
Method Detail

add

public final void add(IGraphicObject element)
Checks added element if assertions are enabled.

Overrides:
add in class CGraphicLayer