Class SVGOMAnimatedTransformList

java.lang.Object
org.apache.batik.anim.dom.AbstractSVGAnimatedValue
org.apache.batik.anim.dom.SVGOMAnimatedTransformList
All Implemented Interfaces:
AnimatedLiveAttributeValue, LiveAttributeValue, org.w3c.dom.svg.SVGAnimatedTransformList

public class SVGOMAnimatedTransformList extends AbstractSVGAnimatedValue implements org.w3c.dom.svg.SVGAnimatedTransformList
This class is the implementation of the SVGAnimatedTransformList interface.
  • Field Details

  • Constructor Details

    • SVGOMAnimatedTransformList

      public SVGOMAnimatedTransformList(AbstractElement elt, String ns, String ln, String defaultValue)
      Creates a new SVGOMAnimatedTransformList.
      Parameters:
      elt - The associated element.
      ns - The attribute's namespace URI.
      ln - The attribute's local name.
      defaultValue - The default value if the attribute is not specified.
  • Method Details

    • getBaseVal

      public org.w3c.dom.svg.SVGTransformList getBaseVal()
      DOM: Implements SVGAnimatedTransformList.getBaseVal().
      Specified by:
      getBaseVal in interface org.w3c.dom.svg.SVGAnimatedTransformList
    • getAnimVal

      public org.w3c.dom.svg.SVGTransformList getAnimVal()
      DOM: Implements SVGAnimatedTransformList.getAnimVal().
      Specified by:
      getAnimVal in interface org.w3c.dom.svg.SVGAnimatedTransformList
    • check

      public void check()
      Throws an exception if the points list value is malformed.
    • getUnderlyingValue

      public AnimatableValue getUnderlyingValue(AnimationTarget target)
      Returns the base value of the attribute as an AnimatableValue.
      Specified by:
      getUnderlyingValue in interface AnimatedLiveAttributeValue
    • updateAnimatedValue

      protected void updateAnimatedValue(AnimatableValue val)
      Updates the animated value with the given AnimatableValue.
      Specified by:
      updateAnimatedValue in class AbstractSVGAnimatedValue
    • attrAdded

      public void attrAdded(Attr node, String newv)
      Called when an Attr node has been added.
      Specified by:
      attrAdded in interface LiveAttributeValue
    • attrModified

      public void attrModified(Attr node, String oldv, String newv)
      Called when an Attr node has been modified.
      Specified by:
      attrModified in interface LiveAttributeValue
    • attrRemoved

      public void attrRemoved(Attr node, String oldv)
      Called when an Attr node has been removed.
      Specified by:
      attrRemoved in interface LiveAttributeValue