|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepaintCollector | |
|---|---|
| com.croftsoft.core.animation | Swing-based animation library. |
| com.croftsoft.core.animation.collector | RepaintCollector implementations for Swing-based animation. |
| com.croftsoft.core.animation.component | AnimatedComponent implementations for Swing-based animation. |
| com.croftsoft.core.animation.factory | AnimationFactory implementations for Swing-based animation. |
| Uses of RepaintCollector in com.croftsoft.core.animation |
|---|
| Fields in com.croftsoft.core.animation declared as RepaintCollector | |
|---|---|
protected RepaintCollector |
AnimatedComponent.repaintCollector
|
| Methods in com.croftsoft.core.animation that return RepaintCollector | |
|---|---|
RepaintCollector |
AnimationFactory.createRepaintCollector()
|
RepaintCollector |
AnimatedComponent.setRepaintCollector(RepaintCollector repaintCollector)
|
| Methods in com.croftsoft.core.animation with parameters of type RepaintCollector | |
|---|---|
RepaintCollector |
AnimatedComponent.setRepaintCollector(RepaintCollector repaintCollector)
|
| Constructors in com.croftsoft.core.animation with parameters of type RepaintCollector | |
|---|---|
AnimatedComponent(ComponentAnimator componentAnimator,
RepaintCollector repaintCollector,
LoopGovernor loopGovernor)
Main constructor. |
|
| Uses of RepaintCollector in com.croftsoft.core.animation.collector |
|---|
| Classes in com.croftsoft.core.animation.collector that implement RepaintCollector | |
|---|---|
class |
BooleanRepaintCollector
Repaints entire component if there is a repaint request of any size. |
class |
CoalescingRepaintCollector
Coalesces repaint requests that intersect. |
class |
NullRepaintCollector
A Null Object RepaintCollector implemenation. |
class |
SimpleRepaintCollector
Simply collects the repaint requests. |
class |
SwingRepaintCollector
Routes repaint requests back to the standard Swing RepaintManager. |
| Uses of RepaintCollector in com.croftsoft.core.animation.component |
|---|
| Constructors in com.croftsoft.core.animation.component with parameters of type RepaintCollector | |
|---|---|
BufferedAnimatedComponent(ComponentAnimator componentAnimator,
RepaintCollector repaintCollector,
LoopGovernor loopGovernor)
Deprecated. Main constructor. |
|
BufferStrategyAnimatedComponent(ComponentAnimator componentAnimator,
RepaintCollector repaintCollector,
LoopGovernor loopGovernor,
BufferStrategy bufferStrategy)
Main constructor. |
|
| Uses of RepaintCollector in com.croftsoft.core.animation.factory |
|---|
| Methods in com.croftsoft.core.animation.factory that return RepaintCollector | |
|---|---|
RepaintCollector |
DefaultAnimationFactory.createRepaintCollector()
|
|
CroftSoft Javadoc | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||