|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LoopGovernor | |
|---|---|
| com.croftsoft.core.animation | Swing-based animation library. |
| com.croftsoft.core.animation.component | AnimatedComponent implementations for Swing-based animation. |
| com.croftsoft.core.animation.factory | AnimationFactory implementations for Swing-based animation. |
| com.croftsoft.core.util.loop | Threaded loop library for animation and simulation. |
| Uses of LoopGovernor in com.croftsoft.core.animation |
|---|
| Fields in com.croftsoft.core.animation declared as LoopGovernor | |
|---|---|
protected LoopGovernor |
AnimatedComponent.loopGovernor
|
| Methods in com.croftsoft.core.animation that return LoopGovernor | |
|---|---|
LoopGovernor |
AnimationFactory.createLoopGovernor()
|
LoopGovernor |
AnimationFactory.createLoopGovernor(double frequency)
|
LoopGovernor |
AnimatedComponent.setLoopGovernor(LoopGovernor loopGovernor)
|
| Methods in com.croftsoft.core.animation with parameters of type LoopGovernor | |
|---|---|
LoopGovernor |
AnimatedComponent.setLoopGovernor(LoopGovernor loopGovernor)
|
| Constructors in com.croftsoft.core.animation with parameters of type LoopGovernor | |
|---|---|
AnimatedComponent(ComponentAnimator componentAnimator,
RepaintCollector repaintCollector,
LoopGovernor loopGovernor)
Main constructor. |
|
| Uses of LoopGovernor in com.croftsoft.core.animation.component |
|---|
| Constructors in com.croftsoft.core.animation.component with parameters of type LoopGovernor | |
|---|---|
BufferedAnimatedComponent(ComponentAnimator componentAnimator,
RepaintCollector repaintCollector,
LoopGovernor loopGovernor)
Deprecated. Main constructor. |
|
BufferStrategyAnimatedComponent(ComponentAnimator componentAnimator,
RepaintCollector repaintCollector,
LoopGovernor loopGovernor,
BufferStrategy bufferStrategy)
Main constructor. |
|
| Uses of LoopGovernor in com.croftsoft.core.animation.factory |
|---|
| Methods in com.croftsoft.core.animation.factory that return LoopGovernor | |
|---|---|
LoopGovernor |
DefaultAnimationFactory.createLoopGovernor()
|
LoopGovernor |
DefaultAnimationFactory.createLoopGovernor(double frequency)
|
| Uses of LoopGovernor in com.croftsoft.core.util.loop |
|---|
| Classes in com.croftsoft.core.util.loop that implement LoopGovernor | |
|---|---|
class |
FixedDelayLoopGovernor
Maintains a periodic rate by stalling the loop by a fixed delay. |
class |
NanoTimeLoopGovernor
Uses System nanoTime() to measure time between calls. |
class |
SamplerLoopGovernor
Sets the delay by sampling the calling frequency over time. |
class |
WindowedLoopGovernor
Uses windowed averaging to estimate the target loop delay. |
| Methods in com.croftsoft.core.util.loop with parameters of type LoopGovernor | |
|---|---|
void |
Looper.setLoopGovernor(LoopGovernor loopGovernor)
|
| Constructors in com.croftsoft.core.util.loop with parameters of type LoopGovernor | |
|---|---|
Looper(Loopable loopable,
LoopGovernor loopGovernor,
ExceptionHandler exceptionHandler,
String threadName,
int threadPriority,
boolean useDaemonThread)
Main constructor. |
|
|
CroftSoft Javadoc | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||