Class SVGOMAnimatedLengthList.BaseSVGLengthList

java.lang.Object
org.apache.batik.dom.svg.AbstractSVGList
org.apache.batik.anim.dom.AbstractSVGLengthList
org.apache.batik.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
All Implemented Interfaces:
org.w3c.dom.svg.SVGLengthList
Enclosing class:
SVGOMAnimatedLengthList

public class SVGOMAnimatedLengthList.BaseSVGLengthList extends AbstractSVGLengthList
SVGLengthList implementation for the base length list value.
  • Field Details

    • missing

      protected boolean missing
      Whether the value is missing.
    • malformed

      protected boolean malformed
      Whether the value is malformed.
  • Constructor Details

    • BaseSVGLengthList

      public BaseSVGLengthList()
      Creates a new BaseSVGLengthList.
  • Method Details