Uses of Interface
org.apache.batik.anim.timing.TimegraphListener
-
Packages that use TimegraphListener Package Description org.apache.batik.anim org.apache.batik.anim.timing -
-
Uses of TimegraphListener in org.apache.batik.anim
Methods in org.apache.batik.anim with parameters of type TimegraphListener Modifier and Type Method Description voidAnimationEngine. addTimegraphListener(TimegraphListener l)Adds aTimegraphListenerto the document.voidAnimationEngine. removeTimegraphListener(TimegraphListener l)Removes aTimegraphListenerfrom the document. -
Uses of TimegraphListener in org.apache.batik.anim.timing
Classes in org.apache.batik.anim.timing that implement TimegraphListener Modifier and Type Class Description classTimegraphAdapterAn adapter class forTimegraphListeners.Methods in org.apache.batik.anim.timing with parameters of type TimegraphListener Modifier and Type Method Description voidTimedDocumentRoot. addTimegraphListener(TimegraphListener l)Adds aTimegraphListenerto the document.voidTimedDocumentRoot. removeTimegraphListener(TimegraphListener l)Removes aTimegraphListenerfrom the document.
-