Packagecom.boostworthy.animation.rendering
Classpublic final class RenderMethod

The 'RenderMethod' class houses public constants which represent methods of rendering.



Public Methods
 MethodDefined by
  
Constructor.
RenderMethod
Public Constants
 ConstantDefined by
  ENTER_FRAME : uint = 1
[static] Defined constant for representing the 'enter frame' method.
RenderMethod
  TIMER : uint = 2
[static] Defined constant for representing the 'timer' method.
RenderMethod
Constructor detail
RenderMethod()constructor
public function RenderMethod()

Constructor.

Constant detail
ENTER_FRAMEconstant
public static const ENTER_FRAME:uint = 1

Defined constant for representing the 'enter frame' method.

TIMERconstant 
public static const TIMER:uint = 2

Defined constant for representing the 'timer' method.