Class SVGOMLength

java.lang.Object
org.apache.batik.anim.dom.AbstractSVGLength
org.apache.batik.anim.dom.SVGOMLength
All Implemented Interfaces:
org.w3c.dom.svg.SVGLength

public class SVGOMLength extends AbstractSVGLength
Default implementation of SVGLength. This implementation is not linked to any attribute in the Document. It is used by the root element to return a default SVGLength.
Version:
$Id: SVGOMLength.java 1733416 2016-03-03 07:07:13Z gadams $
See Also:
  • SVGSVGElement.createSVGLength()
  • Field Details

    • element

      protected AbstractElement element
      Element associated to this length.
  • Constructor Details

    • SVGOMLength

      public SVGOMLength(AbstractElement elt)
      Default constructor. The direction of this length is undefined and this length is not associated to any attribute.
  • Method Details