Class SVGOMMPathElement

All Implemented Interfaces:
Serializable, AnimationTarget, XMLConstants, CSSNavigableNode, NodeEventTarget, ExtendedNode, ExtendedTraitAccess, TraitAccess, NodeXBL, XBLManagerData, CSSConstants, SVGConstants, ElementTraversal, Element, EventTarget, Node, org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGExternalResourcesRequired, org.w3c.dom.svg.SVGMPathElement, org.w3c.dom.svg.SVGURIReference

public class SVGOMMPathElement extends SVGOMURIReferenceElement implements org.w3c.dom.svg.SVGMPathElement
This class implements SVGMPathElement.
See Also:
  • Field Details

    • xmlTraitInformation

      protected static DoublyIndexedTable xmlTraitInformation
      Table mapping XML attribute names to TraitInformation objects.
    • attributeInitializer

      protected static final AttributeInitializer attributeInitializer
      The attribute initializer.
    • externalResourcesRequired

      protected SVGOMAnimatedBoolean externalResourcesRequired
      The 'externalResourcesRequired' attribute value.
  • Constructor Details

    • SVGOMMPathElement

      protected SVGOMMPathElement()
      Creates a new SVGOMMPathElement object.
    • SVGOMMPathElement

      public SVGOMMPathElement(String prefix, AbstractDocument owner)
      Creates a new SVGOMMPathElement object.
      Parameters:
      prefix - The namespace prefix.
      owner - The owner document.
  • Method Details