Uses of Interface
org.apache.batik.anim.dom.AnimatedLiveAttributeValue
Packages that use AnimatedLiveAttributeValue
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of AnimatedLiveAttributeValue in org.apache.batik.anim.dom
Classes in org.apache.batik.anim.dom that implement AnimatedLiveAttributeValueModifier and TypeClassDescriptionclassThis class provides an implementation of theSVGAnimatedLengthinterface.classAn abstract base class for theSVGAnimated*classes, that implements anAnimatedAttributeListenerlist.classThis class implements theSVGAnimatedBooleaninterface.classThis class provides an implementation of theSVGAnimatedEnumerationinterface.classThis class implements theSVGAnimatedIntegerinterface.classThis class provides an implementation of theSVGAnimatedLengthinterface.classThis class is the implementation of theSVGAnimatedLengthListinterface.classA class that handles anSVGAnimatedAngleand anSVGAnimatedEnumerationfor the 'marker' element's 'orient' attribute.classThis class implements theSVGAnimatedNumberinterface.classThis class is the implementation of theSVGAnimatedNumberListinterface.classThis class is the implementation of theSVGAnimatedPathDatainterface.classThis class is the implementation of the SVGAnimatedPoints interface.classThis class implements theSVGAnimatedPreserveAspectRatiointerface.classImplementation ofSVGAnimatedRect.classThis class implements theSVGAnimatedStringinterface.classThis class is the implementation of the SVGAnimatedTransformList interface.Methods in org.apache.batik.anim.dom with parameters of type AnimatedLiveAttributeValueModifier and TypeMethodDescriptionvoidAnimatedAttributeListener.animatedAttributeChanged(Element e, AnimatedLiveAttributeValue alav) Called to notify an object of a change to the animated value of an animatable XML attribute.voidSVGOMDocument.AnimAttrListener.animatedAttributeChanged(Element e, AnimatedLiveAttributeValue alav) Called to notify an object of a change to the animated value of an animatable XML attribute. -
Uses of AnimatedLiveAttributeValue in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type AnimatedLiveAttributeValueModifier and TypeMethodDescriptionvoidBridgeContext.AnimatedAttrListener.animatedAttributeChanged(Element e, AnimatedLiveAttributeValue alav) Called to notify an object of a change to the animated value of an animated XML attribute.voidAbstractGraphicsNodeBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.voidAnimatableGenericSVGBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) voidBridgeUpdateHandler.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animated attribute has changed.voidSVGAnimationElementBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.voidSVGCircleElementBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.voidSVGDescriptiveElementBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) voidSVGDocumentBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animated attribute has changed.voidSVGEllipseElementBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.voidSVGImageElementBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.voidSVGLineElementBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.voidSVGPathElementBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.voidSVGPolygonElementBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.voidSVGPolylineElementBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.voidSVGRectElementBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.voidSVGSVGElementBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.voidSVGTextElementBridge.AbstractTextChildBridgeUpdateHandler.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.voidSVGTextElementBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.voidSVGTextElementBridge.TRefBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed on a 'tref' element.voidSVGTextElementBridge.TspanBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed on a 'tspan' element.voidSVGUseElementBridge.handleAnimatedAttributeChanged(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.