Class SVGOMAnimatedString

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

public class SVGOMAnimatedString extends AbstractSVGAnimatedValue implements org.w3c.dom.svg.SVGAnimatedString
This class implements the SVGAnimatedString interface.
Version:
$Id: SVGOMAnimatedString.java 1733416 2016-03-03 07:07:13Z gadams $
  • Field Details

    • animVal

      protected String animVal
      The current animated value.
  • Constructor Details

    • SVGOMAnimatedString

      public SVGOMAnimatedString(AbstractElement elt, String ns, String ln)
      Creates a new SVGOMAnimatedString.
      Parameters:
      elt - The associated element.
      ns - The attribute's namespace URI.
      ln - The attribute's local name.
  • Method Details