Class SVGOMMaskElement

    • Constructor Detail

      • SVGOMMaskElement

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

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

        public org.w3c.dom.svg.SVGAnimatedEnumeration getMaskUnits()
        DOM: Implements SVGMaskElement.getMaskUnits().
        Specified by:
        getMaskUnits in interface org.w3c.dom.svg.SVGMaskElement
      • getMaskContentUnits

        public org.w3c.dom.svg.SVGAnimatedEnumeration getMaskContentUnits()
        DOM: Implements SVGMaskElement.getMaskContentUnits().
        Specified by:
        getMaskContentUnits in interface org.w3c.dom.svg.SVGMaskElement
      • getX

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

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

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

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

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