Class SVGOMImageElement

    • Constructor Detail

      • SVGOMImageElement

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

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

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

        public org.w3c.dom.svg.SVGAnimatedLength getY()
        DOM: Implements SVGImageElement.getY().
        Specified by:
        getY in interface org.w3c.dom.svg.SVGImageElement
      • getWidth

        public org.w3c.dom.svg.SVGAnimatedLength getWidth()
        DOM: Implements SVGImageElement.getWidth().
        Specified by:
        getWidth in interface org.w3c.dom.svg.SVGImageElement
      • getHeight

        public org.w3c.dom.svg.SVGAnimatedLength getHeight()
        DOM: Implements SVGImageElement.getHeight().
        Specified by:
        getHeight in interface org.w3c.dom.svg.SVGImageElement
      • getPreserveAspectRatio

        public org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
        DOM: Implements SVGImageElement.getPreserveAspectRatio().
        Specified by:
        getPreserveAspectRatio in interface org.w3c.dom.svg.SVGImageElement
      • newNode

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