Uses of Class
org.apache.batik.anim.timing.TimedDocumentRoot
Packages that use TimedDocumentRoot
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of TimedDocumentRoot in org.apache.batik.anim
Fields in org.apache.batik.anim declared as TimedDocumentRootModifier and TypeFieldDescriptionprotected TimedDocumentRoot
AnimationEngine.timedDocumentRoot
The root time container for the document.Methods in org.apache.batik.anim that return TimedDocumentRootModifier and TypeMethodDescriptionprotected abstract TimedDocumentRoot
AnimationEngine.createDocumentRoot()
Creates a new returns a new TimedDocumentRoot object for the document. -
Uses of TimedDocumentRoot in org.apache.batik.anim.timing
Fields in org.apache.batik.anim.timing declared as TimedDocumentRootModifier and TypeFieldDescriptionprotected TimedDocumentRoot
TimedElement.root
The root time container.Methods in org.apache.batik.anim.timing that return TimedDocumentRootModifier and TypeMethodDescriptionTimedElement.getRoot()
Returns the root time container of this timed element.Methods in org.apache.batik.anim.timing with parameters of type TimedDocumentRootModifier and TypeMethodDescriptionprotected void
TimeContainer.setRoot
(TimedElement e, TimedDocumentRoot root) Recursively sets theTimedDocumentRoot
of the givenTimedElement
and any of its descendants. -
Uses of TimedDocumentRoot in org.apache.batik.bridge
Subclasses of TimedDocumentRoot in org.apache.batik.bridgeModifier and TypeClassDescriptionprotected class
A class for the root time container.Methods in org.apache.batik.bridge that return TimedDocumentRootModifier and TypeMethodDescriptionprotected TimedDocumentRoot
SVGAnimationEngine.createDocumentRoot()
Creates a new returns a new TimedDocumentRoot object for the document.