| Package | Description |
|---|---|
| org.apache.batik.anim | |
| org.apache.batik.anim.timing | |
| org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
| Modifier and Type | Field and Description |
|---|---|
protected TimedDocumentRoot |
AnimationEngine.timedDocumentRoot
The root time container for the document.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract TimedDocumentRoot |
AnimationEngine.createDocumentRoot()
Creates a new returns a new TimedDocumentRoot object for the document.
|
| Modifier and Type | Field and Description |
|---|---|
protected TimedDocumentRoot |
TimedElement.root
The root time container.
|
| Modifier and Type | Method and Description |
|---|---|
TimedDocumentRoot |
TimedElement.getRoot()
Returns the root time container of this timed element.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TimeContainer.setRoot(TimedElement e,
TimedDocumentRoot root)
Recursively sets the
TimedDocumentRoot of the given
TimedElement and any of its descendants. |
| Modifier and Type | Class and Description |
|---|---|
protected class |
SVGAnimationEngine.AnimationRoot
A class for the root time container.
|
| Modifier and Type | Method and Description |
|---|---|
protected TimedDocumentRoot |
SVGAnimationEngine.createDocumentRoot()
Creates a new returns a new TimedDocumentRoot object for the document.
|
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.