Class SVGOMTextPathElement

All Implemented Interfaces:
Serializable, AnimationTarget, XMLConstants, CSSNavigableNode, CSSStylableElement, 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.SVGLangSpace, org.w3c.dom.svg.SVGStylable, org.w3c.dom.svg.SVGTests, org.w3c.dom.svg.SVGTextContentElement, org.w3c.dom.svg.SVGTextPathElement, org.w3c.dom.svg.SVGURIReference

public class SVGOMTextPathElement extends SVGOMTextContentElement implements org.w3c.dom.svg.SVGTextPathElement
This class implements SVGTextPathElement.
Version:
$Id: SVGOMTextPathElement.java 1733416 2016-03-03 07:07:13Z gadams $
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.
    • METHOD_VALUES

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

      protected static final String[] SPACING_VALUES
      The 'spacing' attribute values.
    • method

      protected SVGOMAnimatedEnumeration method
      The 'method' attribute value.
    • spacing

      protected SVGOMAnimatedEnumeration spacing
      The 'spacing' attribute value.
    • startOffset

      protected SVGOMAnimatedLength startOffset
      The 'startOffset' attribute value.
    • href

      protected SVGOMAnimatedString href
      The 'xlink:href' attribute value.
  • Constructor Details

    • SVGOMTextPathElement

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

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

    • initializeAllLiveAttributes

      protected void initializeAllLiveAttributes()
      Initializes all live attributes for this element.
      Overrides:
      initializeAllLiveAttributes in class SVGOMTextContentElement
    • initializeLiveAttributes

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

      public String getLocalName()
      DOM: Implements Node.getLocalName().
      Specified by:
      getLocalName in interface 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
    • getAttributeInitializer

      protected AttributeInitializer getAttributeInitializer()
      Returns the AttributeInitializer for this element type.
      Overrides:
      getAttributeInitializer in class AbstractElement
      Returns:
      null if this element has no attribute with a default value.
    • newNode

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

      protected DoublyIndexedTable getTraitInformationTable()
      Returns the table of TraitInformation objects for this element.
      Overrides:
      getTraitInformationTable in class SVGOMTextContentElement