Class SVGOMAnimatedLengthList

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

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

    • baseVal

      The base value.
    • animVal

      The animated value.
    • changing

      protected boolean changing
      Whether the list is changing.
    • defaultValue

      protected String defaultValue
      Default value for the length list.
    • emptyAllowed

      protected boolean emptyAllowed
      Whether empty length lists are allowed.
    • direction

      protected short direction
      The direction of the lengths in this list.
  • Constructor Details

    • SVGOMAnimatedLengthList

      public SVGOMAnimatedLengthList(AbstractElement elt, String ns, String ln, String defaultValue, boolean emptyAllowed, short direction)
      Creates a new SVGOMAnimatedLengthList.
      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.
      emptyAllowed - Whether a list with no items is allowed.
      direction - The direction of the lengths in the list.
  • Method Details