com.aspose.html.dom.svg

Class SVGFilterElement

    • Constructor Detail

      • SVGFilterElement

        public SVGFilterElement(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

      • getHref

        public SVGAnimatedString getHref()

        Corresponds to attribute ‘xlink:href’ on the given element.

        Value: The ‘xlink:href’ of the given element.
        Specified by:
        getHref in interface ISVGURIReference
      • getFilterUnits

        @DOMNameAttribute(name="filterUnits")
        public SVGAnimatedEnumeration getFilterUnits()

        Corresponds to attribute ‘filterUnits’ on the given ‘filter’ element. Takes one of the constants defined in SVGUnitTypes.

        Value: The attribute ‘filterUnits’ of the given ‘filter’ element.
      • getPrimitiveUnits

        @DOMNameAttribute(name="primitiveUnits")
        public SVGAnimatedEnumeration getPrimitiveUnits()

        Corresponds to attribute ‘primitiveUnits’ on the given ‘filter’ element. Takes one of the constants defined in SVGUnitTypes.

        Value: The attribute ‘primitiveUnits’ of the given ‘filter’ element.
      • getX

        @DOMNameAttribute(name="x")
        public SVGAnimatedLength getX()

        Corresponds to attribute ‘x’ on the given ‘filter’ element.

        Value: The attribute ‘x’ of the given ‘filter’ element.
      • getY

        @DOMNameAttribute(name="y")
        public SVGAnimatedLength getY()

        Corresponds to attribute ‘y’ on the given ‘filter’ element.

        Value: The attribute ‘y’ of the given ‘filter’ element.
      • getWidth

        @DOMNameAttribute(name="width")
        public SVGAnimatedLength getWidth()

        Corresponds to attribute ‘width’ on the given ‘filter’ element.

        Value: The attribute ‘width’ of the given ‘filter’ element.
      • getHeight

        @DOMNameAttribute(name="height")
        public SVGAnimatedLength getHeight()

        Corresponds to attribute ‘height’ on the given ‘filter’ element.

        Value: The attribute ‘height’ of the given ‘filter’ element.