Class SVGOMTextPositioningElement

    • Constructor Detail

      • SVGOMTextPositioningElement

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

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

      • initializeLiveAttributes

        private void initializeLiveAttributes()
        Initializes the live attribute values of this element.
      • 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 java.lang.String getDefaultXValue()
        Returns the default value of the 'x' attribute.
      • getDefaultYValue

        protected java.lang.String getDefaultYValue()
        Returns the default value of the 'y' attribute.