Package com.croftsoft.core.animation.collector

RepaintCollector implementations for Swing-based animation.

See:
          Description

Class Summary
BooleanRepaintCollector Repaints entire component if there is a repaint request of any size.
CoalescingRepaintCollector Coalesces repaint requests that intersect.
NullRepaintCollector A Null Object RepaintCollector implemenation.
SimpleRepaintCollector Simply collects the repaint requests.
SwingRepaintCollector Routes repaint requests back to the standard Swing RepaintManager.
 

Package com.croftsoft.core.animation.collector Description

RepaintCollector implementations for Swing-based animation.

For a tutorial on using this package, please see "Java Swing Sprite Animation".


CroftSoft Javadoc

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