Class SVGOMTextElement

    • Field Detail

      • X_DEFAULT_VALUE

        protected static final java.lang.String X_DEFAULT_VALUE
        See Also:
        Constant Field Values
      • Y_DEFAULT_VALUE

        protected static final java.lang.String Y_DEFAULT_VALUE
        See Also:
        Constant Field Values
      • xmlTraitInformation

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

        protected java.awt.geom.AffineTransform motionTransform
        Supplemental transformation due to motion animation.
    • Constructor Detail

      • SVGOMTextElement

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

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

      • getLocalName

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

        public org.w3c.dom.svg.SVGElement getNearestViewportElement()
        DOM: Implements SVGLocatable.getNearestViewportElement().
        Specified by:
        getNearestViewportElement in interface org.w3c.dom.svg.SVGLocatable
      • getFarthestViewportElement

        public org.w3c.dom.svg.SVGElement getFarthestViewportElement()
        DOM: Implements SVGLocatable.getFarthestViewportElement().
        Specified by:
        getFarthestViewportElement in interface org.w3c.dom.svg.SVGLocatable
      • getBBox

        public org.w3c.dom.svg.SVGRect getBBox()
        DOM: Implements SVGLocatable.getBBox().
        Specified by:
        getBBox in interface org.w3c.dom.svg.SVGLocatable
      • getCTM

        public org.w3c.dom.svg.SVGMatrix getCTM()
        DOM: Implements SVGLocatable.getCTM().
        Specified by:
        getCTM in interface org.w3c.dom.svg.SVGLocatable
      • getScreenCTM

        public org.w3c.dom.svg.SVGMatrix getScreenCTM()
        DOM: Implements SVGLocatable.getScreenCTM().
        Specified by:
        getScreenCTM in interface org.w3c.dom.svg.SVGLocatable
      • getTransformToElement

        public org.w3c.dom.svg.SVGMatrix getTransformToElement​(org.w3c.dom.svg.SVGElement element)
                                                        throws org.w3c.dom.svg.SVGException
        DOM: Implements SVGLocatable.getTransformToElement(SVGElement).
        Specified by:
        getTransformToElement in interface org.w3c.dom.svg.SVGLocatable
        Throws:
        org.w3c.dom.svg.SVGException
      • getTransform

        public org.w3c.dom.svg.SVGAnimatedTransformList getTransform()
        DOM: Implements SVGTransformable.getTransform().
        Specified by:
        getTransform in interface org.w3c.dom.svg.SVGTransformable
      • newNode

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

        public java.awt.geom.AffineTransform getMotionTransform()
        Returns the AffineTransform representing the current motion animation for this element.
        Specified by:
        getMotionTransform in interface SVGMotionAnimatableElement