Class SVGOMGlyphRefElement

    • Field Detail

      • attributeInitializer

        protected static final AttributeInitializer attributeInitializer
        The attribute initializer.
      • href

        protected SVGOMAnimatedString href
        The 'xlink:href' attribute value. Note that this attribute not actually animatable, according to SVG 1.1.
    • Constructor Detail

      • SVGOMGlyphRefElement

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

        public SVGOMGlyphRefElement​(java.lang.String prefix,
                                    AbstractDocument owner)
        Creates a new SVGOMGlyphRefElement 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
      • getHref

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

        public java.lang.String getGlyphRef()
        DOM: Implements SVGGlyphRefElement.getGlyphRef().
        Specified by:
        getGlyphRef in interface org.w3c.dom.svg.SVGGlyphRefElement
      • setGlyphRef

        public void setGlyphRef​(java.lang.String glyphRef)
                         throws org.w3c.dom.DOMException
        DOM: Implements SVGGlyphRefElement.setGlyphRef(String).
        Specified by:
        setGlyphRef in interface org.w3c.dom.svg.SVGGlyphRefElement
        Throws:
        org.w3c.dom.DOMException
      • getFormat

        public java.lang.String getFormat()
        DOM: Implements SVGGlyphRefElement.getFormat().
        Specified by:
        getFormat in interface org.w3c.dom.svg.SVGGlyphRefElement
      • setFormat

        public void setFormat​(java.lang.String format)
                       throws org.w3c.dom.DOMException
        DOM: Implements SVGGlyphRefElement.setFormat(String).
        Specified by:
        setFormat in interface org.w3c.dom.svg.SVGGlyphRefElement
        Throws:
        org.w3c.dom.DOMException
      • getX

        public float getX()
        DOM: Implements SVGGlyphRefElement.getX().
        Specified by:
        getX in interface org.w3c.dom.svg.SVGGlyphRefElement
      • setX

        public void setX​(float x)
                  throws org.w3c.dom.DOMException
        DOM: Implements SVGGlyphRefElement.setX(float).
        Specified by:
        setX in interface org.w3c.dom.svg.SVGGlyphRefElement
        Throws:
        org.w3c.dom.DOMException
      • getY

        public float getY()
        DOM: Implements SVGGlyphRefElement.getY().
        Specified by:
        getY in interface org.w3c.dom.svg.SVGGlyphRefElement
      • setY

        public void setY​(float y)
                  throws org.w3c.dom.DOMException
        DOM: Implements SVGGlyphRefElement.setY(float).
        Specified by:
        setY in interface org.w3c.dom.svg.SVGGlyphRefElement
        Throws:
        org.w3c.dom.DOMException
      • getDx

        public float getDx()
        DOM: Implements SVGGlyphRefElement.getDx().
        Specified by:
        getDx in interface org.w3c.dom.svg.SVGGlyphRefElement
      • setDx

        public void setDx​(float dx)
                   throws org.w3c.dom.DOMException
        DOM: Implements SVGGlyphRefElement.setDx(float).
        Specified by:
        setDx in interface org.w3c.dom.svg.SVGGlyphRefElement
        Throws:
        org.w3c.dom.DOMException
      • getDy

        public float getDy()
        DOM: Implements SVGGlyphRefElement.getDy().
        Specified by:
        getDy in interface org.w3c.dom.svg.SVGGlyphRefElement
      • setDy

        public void setDy​(float dy)
                   throws org.w3c.dom.DOMException
        DOM: Implements SVGGlyphRefElement.setDy(float).
        Specified by:
        setDy in interface org.w3c.dom.svg.SVGGlyphRefElement
        Throws:
        org.w3c.dom.DOMException
      • newNode

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