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 void
AnimationEngine. addTimegraphListener(TimegraphListener l)
Adds aTimegraphListener
to the document.void
AnimationEngine. removeTimegraphListener(TimegraphListener l)
Removes aTimegraphListener
from 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 class
TimegraphAdapter
An adapter class forTimegraphListener
s.Methods in org.apache.batik.anim.timing with parameters of type TimegraphListener Modifier and Type Method Description void
TimedDocumentRoot. addTimegraphListener(TimegraphListener l)
Adds aTimegraphListener
to the document.void
TimedDocumentRoot. removeTimegraphListener(TimegraphListener l)
Removes aTimegraphListener
from the document.
-