Class SVGOMFilterPrimitiveStandardAttributes

    • Constructor Detail

      • SVGOMFilterPrimitiveStandardAttributes

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

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

      • getX

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

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

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

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

        public org.w3c.dom.svg.SVGAnimatedString getResult()
        DOM: Implements SVGFilterPrimitiveStandardAttributes.getResult().
        Specified by:
        getResult in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes