|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.SVGAnimationEngine.AnimationTickRunnable
org.apache.batik.bridge.SVGAnimationEngine.DebugAnimationTickRunnable
protected static class SVGAnimationEngine.DebugAnimationTickRunnable
Idle runnable to tick the animation, that reads times from System.in.
Field Summary |
---|
Fields inherited from class org.apache.batik.bridge.SVGAnimationEngine.AnimationTickRunnable |
---|
engRef, exceptionCount, MAX_EXCEPTION_COUNT, q, sumTime, time, timeIndex, times, waitTime |
Constructor Summary | |
---|---|
SVGAnimationEngine.DebugAnimationTickRunnable(RunnableQueue q,
SVGAnimationEngine eng)
|
Method Summary | |
---|---|
long |
getWaitTime()
Returns the system time that can be safely waited until before this Runnable is run again. |
void |
resume()
Forces an animation update, if the RunnableQueue is
currently waiting. |
void |
run()
Performs one tick of the animation. |
Methods inherited from class org.apache.batik.bridge.SVGAnimationEngine.AnimationTickRunnable |
---|
getAnimationEngine |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVGAnimationEngine.DebugAnimationTickRunnable(RunnableQueue q, SVGAnimationEngine eng)
Method Detail |
---|
public void resume()
SVGAnimationEngine.AnimationTickRunnable
RunnableQueue
is
currently waiting.
resume
in class SVGAnimationEngine.AnimationTickRunnable
public long getWaitTime()
SVGAnimationEngine.AnimationTickRunnable
Runnable
is run again.
getWaitTime
in interface RunnableQueue.IdleRunnable
getWaitTime
in class SVGAnimationEngine.AnimationTickRunnable
0
if no waiting can
be done, or Long.MAX_VALUE
if the Runnable
should not be run again at this timepublic void run()
SVGAnimationEngine.AnimationTickRunnable
run
in interface java.lang.Runnable
run
in class SVGAnimationEngine.AnimationTickRunnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |