Class SVGOMFEOffsetElement

    • Constructor Detail

      • SVGOMFEOffsetElement

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

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

        public org.w3c.dom.svg.SVGAnimatedString getIn1()
        DOM: Implements SVGFEOffsetElement.getIn1().
        Specified by:
        getIn1 in interface org.w3c.dom.svg.SVGFEOffsetElement
      • getDx

        public org.w3c.dom.svg.SVGAnimatedNumber getDx()
        DOM: Implements SVGFEOffsetElement.getDx().
        Specified by:
        getDx in interface org.w3c.dom.svg.SVGFEOffsetElement
      • getDy

        public org.w3c.dom.svg.SVGAnimatedNumber getDy()
        DOM: Implements SVGFEOffsetElement.getDy().
        Specified by:
        getDy in interface org.w3c.dom.svg.SVGFEOffsetElement
      • newNode

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