| Package | Description |
|---|---|
| org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
| org.apache.batik.util |
Provides some useful classes.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected RunnableQueue |
SVGAnimationEngine.AnimationTickRunnable.q |
The RunnableQueue in which this is the
RunnableQueue.IdleRunnable. |
protected RunnableQueue |
SVGAnimationEngine.AnimationThread.runnableQueue |
The RunnableQueue to perform the animation in.
|
protected RunnableQueue |
ScriptingEnvironment.updateRunnableQueue |
The update runnable queue.
|
protected RunnableQueue |
UpdateManager.updateRunnableQueue |
The update RunnableQueue.
|
| Modifier and Type | Method | Description |
|---|---|---|
RunnableQueue |
UpdateManager.getUpdateRunnableQueue() |
Returns the update RunnableQueue.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
UpdateManager.UpdateManagerRunHander.executionResumed(RunnableQueue rq) |
Called when the execution of the queue has been resumed.
|
void |
UpdateManager.UpdateManagerRunHander.executionSuspended(RunnableQueue rq) |
Called when the execution of the queue has been suspended.
|
void |
UpdateManager.UpdateManagerRunHander.runnableInvoked(RunnableQueue rq,
java.lang.Runnable r) |
Called when the given Runnable has just been invoked and
has returned.
|
void |
UpdateManager.UpdateManagerRunHander.runnableStart(RunnableQueue rq,
java.lang.Runnable r) |
| Constructor | Description |
|---|---|
AnimationTickRunnable(RunnableQueue q,
SVGAnimationEngine eng) |
Creates a new AnimationTickRunnable.
|
DebugAnimationTickRunnable(RunnableQueue q,
SVGAnimationEngine eng) |
| Modifier and Type | Method | Description |
|---|---|---|
static RunnableQueue |
RunnableQueue.createRunnableQueue() |
Creates a new RunnableQueue started in a new thread.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
RunnableQueue.RunHandler.executionResumed(RunnableQueue rq) |
Called when the execution of the queue has been resumed.
|
void |
RunnableQueue.RunHandlerAdapter.executionResumed(RunnableQueue rq) |
Called when the execution of the queue has been resumed.
|
void |
RunnableQueue.RunHandler.executionSuspended(RunnableQueue rq) |
Called when the execution of the queue has been suspended.
|
void |
RunnableQueue.RunHandlerAdapter.executionSuspended(RunnableQueue rq) |
Called when the execution of the queue has been suspended.
|
void |
RunnableQueue.RunHandler.runnableInvoked(RunnableQueue rq,
java.lang.Runnable r) |
Called when the given Runnable has just been invoked and
has returned.
|
void |
RunnableQueue.RunHandlerAdapter.runnableInvoked(RunnableQueue rq,
java.lang.Runnable r) |
Called when the given Runnable has just been invoked and
has returned.
|
void |
RunnableQueue.RunHandler.runnableStart(RunnableQueue rq,
java.lang.Runnable r) |
Called just prior to invoking the runnable
|
void |
RunnableQueue.RunHandlerAdapter.runnableStart(RunnableQueue rq,
java.lang.Runnable r) |
Called just prior to invoking the runnable
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.