Class SVGOMTextPathElement

    • Field Detail

      • xmlTraitInformation

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

        protected static final AttributeInitializer attributeInitializer
        The attribute initializer.
      • METHOD_VALUES

        protected static final java.lang.String[] METHOD_VALUES
        The 'method' attribute values.
      • SPACING_VALUES

        protected static final java.lang.String[] SPACING_VALUES
        The 'spacing' attribute values.
    • Constructor Detail

      • SVGOMTextPathElement

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

        public SVGOMTextPathElement​(java.lang.String prefix,
                                    AbstractDocument owner)
        Creates a new SVGOMTextPathElement object.
        Parameters:
        prefix - The namespace prefix.
        owner - The owner document.
    • Method Detail

      • initializeLiveAttributes

        private void initializeLiveAttributes()
        Initializes the live attribute values of this element.
      • getLocalName

        public java.lang.String getLocalName()
        DOM: Implements Node.getLocalName().
        Specified by:
        getLocalName in interface org.w3c.dom.Node
        Overrides:
        getLocalName in class AbstractNode
      • getStartOffset

        public org.w3c.dom.svg.SVGAnimatedLength getStartOffset()
        DOM: Implements SVGTextPathElement.getStartOffset().
        Specified by:
        getStartOffset in interface org.w3c.dom.svg.SVGTextPathElement
      • getMethod

        public org.w3c.dom.svg.SVGAnimatedEnumeration getMethod()
        DOM: Implements SVGTextPathElement.getMethod().
        Specified by:
        getMethod in interface org.w3c.dom.svg.SVGTextPathElement
      • getSpacing

        public org.w3c.dom.svg.SVGAnimatedEnumeration getSpacing()
        DOM: Implements SVGTextPathElement.getSpacing().
        Specified by:
        getSpacing in interface org.w3c.dom.svg.SVGTextPathElement
      • getHref

        public org.w3c.dom.svg.SVGAnimatedString getHref()
        DOM: Implements SVGURIReference.getHref().
        Specified by:
        getHref in interface org.w3c.dom.svg.SVGURIReference
      • newNode

        protected org.w3c.dom.Node newNode()
        Returns a new uninitialized instance of this object's class.
        Specified by:
        newNode in class AbstractNode