com.croftsoft.core.animation
Interface AnimationFactory

All Known Implementing Classes:
DefaultAnimationFactory

public interface AnimationFactory

Creates animation objects.

Since:
2002-03-09
Version:
2003-11-08
Author:
David Wallace Croft

Method Summary
 LoopGovernor createLoopGovernor()
           
 LoopGovernor createLoopGovernor(double frequency)
           
 RepaintCollector createRepaintCollector()
           
 

Method Detail

createRepaintCollector

RepaintCollector createRepaintCollector()

createLoopGovernor

LoopGovernor createLoopGovernor(double frequency)

createLoopGovernor

LoopGovernor createLoopGovernor()

CroftSoft Javadoc

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