Class SVGOMTextPositioningElement

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.SVGTextPositioningElement
Direct Known Subclasses:
FlowLineElement, FlowParaElement, FlowRegionBreakElement, FlowSpanElement, SVGOMFlowLineElement, SVGOMFlowParaElement, SVGOMFlowRegionBreakElement, SVGOMFlowSpanElement, SVGOMTextElement, SVGOMTSpanElement, SVGURIReferenceTextPositioningElement

public abstract class SVGOMTextPositioningElement extends SVGOMTextContentElement implements org.w3c.dom.svg.SVGTextPositioningElement
This class implements SVGTextPositioningElement.
See Also:
  • Field Details

  • Constructor Details

    • SVGOMTextPositioningElement

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

      protected SVGOMTextPositioningElement(String prefix, AbstractDocument owner)
      Creates a new SVGOMTextPositioningElement 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
    • getX

      public org.w3c.dom.svg.SVGAnimatedLengthList getX()
      DOM: Implements SVGTextPositioningElement.getX().
      Specified by:
      getX in interface org.w3c.dom.svg.SVGTextPositioningElement
    • getY

      public org.w3c.dom.svg.SVGAnimatedLengthList getY()
      DOM: Implements SVGTextPositioningElement.getY().
      Specified by:
      getY in interface org.w3c.dom.svg.SVGTextPositioningElement
    • getDx

      public org.w3c.dom.svg.SVGAnimatedLengthList getDx()
      DOM: Implements SVGTextPositioningElement.getDx().
      Specified by:
      getDx in interface org.w3c.dom.svg.SVGTextPositioningElement
    • getDy

      public org.w3c.dom.svg.SVGAnimatedLengthList getDy()
      DOM: Implements SVGTextPositioningElement.getDy().
      Specified by:
      getDy in interface org.w3c.dom.svg.SVGTextPositioningElement
    • getRotate

      public org.w3c.dom.svg.SVGAnimatedNumberList getRotate()
      DOM: Implements SVGTextPositioningElement.getRotate().
      Specified by:
      getRotate in interface org.w3c.dom.svg.SVGTextPositioningElement
    • getDefaultXValue

      protected String getDefaultXValue()
      Returns the default value of the 'x' attribute.
    • getDefaultYValue

      protected String getDefaultYValue()
      Returns the default value of the 'y' attribute.
    • getTraitInformationTable

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