com.croftsoft.core.animation.factory
Class DefaultAnimationFactory

java.lang.Object
  extended by com.croftsoft.core.animation.factory.DefaultAnimationFactory
All Implemented Interfaces:
AnimationFactory

public class DefaultAnimationFactory
extends Object
implements AnimationFactory

Creates the default animation objects.

Since:
2002-03-09
Version:
$Date: 2008/04/19 21:27:14 $
Author:
David Wallace Croft

Field Summary
static double DEFAULT_FRAME_RATE
           
static DefaultAnimationFactory INSTANCE
           
 
Method Summary
 LoopGovernor createLoopGovernor()
           
 LoopGovernor createLoopGovernor(double frequency)
           
 RepaintCollector createRepaintCollector()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final DefaultAnimationFactory INSTANCE

DEFAULT_FRAME_RATE

public static final double DEFAULT_FRAME_RATE
See Also:
Constant Field Values
Method Detail

createRepaintCollector

public RepaintCollector createRepaintCollector()
Specified by:
createRepaintCollector in interface AnimationFactory

createLoopGovernor

public LoopGovernor createLoopGovernor(double frequency)
Specified by:
createLoopGovernor in interface AnimationFactory

createLoopGovernor

public LoopGovernor createLoopGovernor()
Specified by:
createLoopGovernor in interface AnimationFactory

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)