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 TypeInterfaceDescriptioninterfaceAn interface forLiveAttributeValues that have an animated value component.Classes in org.apache.batik.anim.dom that implement LiveAttributeValueModifier 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.classTo manage a presentation attribute SVGColor value.classTo manage a presentation attribute SVGPaint value.classTo manage a presentation attribute value.classThis 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 LiveAttributeValueAbstractElement.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 TypeMethodDescriptionvoidAbstractElement.putLiveAttributeValue(String ns, String ln, LiveAttributeValue val) Associates a live attribute value to this element.