Uses of Interface
org.apache.batik.dom.svg.LiveAttributeValue
Packages that use LiveAttributeValue
-
Uses of LiveAttributeValue in org.apache.batik.anim.dom
Subinterfaces of LiveAttributeValue in org.apache.batik.anim.domModifier and TypeInterfaceDescriptioninterface
An interface forLiveAttributeValue
s that have an animated value component.Classes in org.apache.batik.anim.dom that implement LiveAttributeValueModifier 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.class
To manage a presentation attribute SVGColor value.class
To manage a presentation attribute SVGPaint value.class
To manage a presentation attribute value.class
This class represents the 'style' attribute.Methods in org.apache.batik.anim.dom that return LiveAttributeValueModifier and TypeMethodDescriptionAbstractElement.getLiveAttributeValue
(String ns, String ln) Returns the live attribute value associated with given attribute, if any.private LiveAttributeValue
AbstractElement.getLiveAttributeValue
(Attr node) Gets Returns the live attribute value associated with given attribute, if any.Methods in org.apache.batik.anim.dom with parameters of type LiveAttributeValueModifier and TypeMethodDescriptionvoid
AbstractElement.putLiveAttributeValue
(String ns, String ln, LiveAttributeValue val) Associates a live attribute value to this element.