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 TypeClassDescriptionclass
This class provides an implementation of theSVGAnimatedLength
interface.class
An abstract base class for theSVGAnimated*
classes, that implements anAnimatedAttributeListener
list.class
This class implements theSVGAnimatedBoolean
interface.class
This class provides an implementation of theSVGAnimatedEnumeration
interface.class
This class implements theSVGAnimatedInteger
interface.class
This class provides an implementation of theSVGAnimatedLength
interface.class
This class is the implementation of theSVGAnimatedLengthList
interface.class
A class that handles anSVGAnimatedAngle
and anSVGAnimatedEnumeration
for the 'marker' element's 'orient' attribute.class
This class implements theSVGAnimatedNumber
interface.class
This class is the implementation of theSVGAnimatedNumberList
interface.class
This class is the implementation of theSVGAnimatedPathData
interface.class
This class is the implementation of the SVGAnimatedPoints interface.class
This class implements theSVGAnimatedPreserveAspectRatio
interface.class
Implementation ofSVGAnimatedRect
.class
This class implements theSVGAnimatedString
interface.class
This class is the implementation of the SVGAnimatedTransformList interface.Methods in org.apache.batik.anim.dom with parameters of type AnimatedLiveAttributeValueModifier and TypeMethodDescriptionvoid
AnimatedAttributeListener.animatedAttributeChanged
(Element e, AnimatedLiveAttributeValue alav) Called to notify an object of a change to the animated value of an animatable XML attribute.void
SVGOMDocument.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 TypeMethodDescriptionvoid
BridgeContext.AnimatedAttrListener.animatedAttributeChanged
(Element e, AnimatedLiveAttributeValue alav) Called to notify an object of a change to the animated value of an animated XML attribute.void
AbstractGraphicsNodeBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.void
AnimatableGenericSVGBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) void
BridgeUpdateHandler.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animated attribute has changed.void
SVGAnimationElementBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.void
SVGCircleElementBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.void
SVGDescriptiveElementBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) void
SVGDocumentBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animated attribute has changed.void
SVGEllipseElementBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.void
SVGImageElementBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.void
SVGLineElementBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.void
SVGPathElementBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.void
SVGPolygonElementBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.void
SVGPolylineElementBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.void
SVGRectElementBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.void
SVGSVGElementBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.void
SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.void
SVGTextElementBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.void
SVGTextElementBridge.TRefBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed on a 'tref' element.void
SVGTextElementBridge.TspanBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed on a 'tspan' element.void
SVGUseElementBridge.handleAnimatedAttributeChanged
(AnimatedLiveAttributeValue alav) Invoked when the animated value of an animatable attribute has changed.