Uses of Class
org.apache.batik.anim.timing.TimedDocumentRoot
-
Packages that use TimedDocumentRoot 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. -
-
Uses of TimedDocumentRoot in org.apache.batik.anim
Fields in org.apache.batik.anim declared as TimedDocumentRoot Modifier and Type Field Description protected TimedDocumentRootAnimationEngine. timedDocumentRootThe root time container for the document.Methods in org.apache.batik.anim that return TimedDocumentRoot Modifier and Type Method Description protected abstract TimedDocumentRootAnimationEngine. 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 TimedDocumentRoot Modifier and Type Field Description protected TimedDocumentRootTimedElement. rootThe root time container.Methods in org.apache.batik.anim.timing that return TimedDocumentRoot Modifier and Type Method Description TimedDocumentRootTimedElement. getRoot()Returns the root time container of this timed element.Methods in org.apache.batik.anim.timing with parameters of type TimedDocumentRoot Modifier and Type Method Description protected voidTimeContainer. setRoot(TimedElement e, TimedDocumentRoot root)Recursively sets theTimedDocumentRootof the givenTimedElementand any of its descendants. -
Uses of TimedDocumentRoot in org.apache.batik.bridge
Subclasses of TimedDocumentRoot in org.apache.batik.bridge Modifier and Type Class Description protected classSVGAnimationEngine.AnimationRootA class for the root time container.Methods in org.apache.batik.bridge that return TimedDocumentRoot Modifier and Type Method Description protected TimedDocumentRootSVGAnimationEngine. createDocumentRoot()Creates a new returns a new TimedDocumentRoot object for the document.
-