com.aspose.html.dom.svg.filters

Class SVGFEDisplacementMapElement

    • Constructor Detail

      • SVGFEDisplacementMapElement

        public SVGFEDisplacementMapElement(com.aspose.html.dom.DOMName name,
                                           Document doc)

        Initializes a new instance of the SVGElement class.

        Parameters:
        name - The element name.
        doc - The document.
    • Method Detail

      • getIn1

        @DOMNameAttribute(name="in1")
        public SVGAnimatedString getIn1()

        Corresponds to attribute ‘in’ on the given ‘feDisplacementMap’ element.

        Value: The attribute ‘in’ of the given ‘feDisplacementMap’ element.
      • getIn2

        @DOMNameAttribute(name="in2")
        public SVGAnimatedString getIn2()

        Corresponds to attribute ‘in2’ on the given ‘feDisplacementMap’ element.

        Value: The attribute ‘in2’ of the given ‘feDisplacementMap’ element.
      • getScale

        @DOMNameAttribute(name="scale")
        public SVGAnimatedNumber getScale()

        Corresponds to attribute ‘scale’ on the given ‘feDisplacementMap’ element.

        Value: The attribute ‘scale’ of the given ‘feDisplacementMap’ element.
      • getXChannelSelector

        @DOMNameAttribute(name="xChannelSelector")
        public SVGAnimatedEnumeration getXChannelSelector()

        Corresponds to attribute ‘xChannelSelector’ on the given ‘feDisplacementMap’ element. Takes one of the SVG_CHANNEL_* constants defined on this interface.

        Value: The attribute ‘xChannelSelector’ of the given ‘feDisplacementMap’ element.
      • getYChannelSelector

        @DOMNameAttribute(name="yChannelSelector")
        public SVGAnimatedEnumeration getYChannelSelector()

        Corresponds to attribute ‘yChannelSelector’ on the given ‘feDisplacementMap’ element. Takes one of the SVG_CHANNEL_* constants defined on this interface.

        Value: The attribute ‘yChannelSelector’ of the given ‘feDisplacementMap’ element.