com.aspose.html.dom.svg.filters

Class SVGFETurbulenceElement

    • Field Detail

      • SVG_TURBULENCE_TYPE_UNKNOWN

        @DOMNameAttribute(name="SVG_TURBULENCE_TYPE_UNKNOWN")
        public static final int SVG_TURBULENCE_TYPE_UNKNOWN

        The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.

        See Also:
        Constant Field Values
      • SVG_TURBULENCE_TYPE_FRACTALNOISE

        @DOMNameAttribute(name="SVG_TURBULENCE_TYPE_FRACTALNOISE")
        public static final int SVG_TURBULENCE_TYPE_FRACTALNOISE

        Corresponds to value 'fractalNoise'.

        See Also:
        Constant Field Values
      • SVG_TURBULENCE_TYPE_TURBULENCE

        @DOMNameAttribute(name="SVG_TURBULENCE_TYPE_TURBULENCE")
        public static final int SVG_TURBULENCE_TYPE_TURBULENCE

        Corresponds to value 'turbulence'.

        See Also:
        Constant Field Values
      • SVG_STITCHTYPE_UNKNOWN

        @DOMNameAttribute(name="SVG_STITCHTYPE_UNKNOWN")
        public static final int SVG_STITCHTYPE_UNKNOWN

        The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.

        See Also:
        Constant Field Values
    • Constructor Detail

      • SVGFETurbulenceElement

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

      • getBaseFrequencyX

        @DOMNameAttribute(name="baseFrequencyX")
        public SVGAnimatedNumber getBaseFrequencyX()

        Corresponds to attribute ‘baseFrequency’ on the given ‘feTurbulence’ element. Contains the X component of the ‘baseFrequency’ attribute.

        Value: The attribute ‘baseFrequency’ of the given ‘feTurbulence’ element.
      • getBaseFrequencyY

        @DOMNameAttribute(name="baseFrequencyY")
        public SVGAnimatedNumber getBaseFrequencyY()

        Corresponds to attribute ‘baseFrequency’ on the given ‘feTurbulence’ element. Contains the Y component of the (possibly computed automatically) ‘baseFrequency’ attribute.

        Value: The attribute ‘baseFrequency’ of the given ‘feTurbulence’ element.
      • getNumOctaves

        @DOMNameAttribute(name="numOctaves")
        public SVGAnimatedInteger getNumOctaves()

        Corresponds to attribute ‘numOctaves’ on the given ‘feTurbulence’ element.

        Value: The attribute ‘numOctaves’ of the given ‘feTurbulence’ element.
      • getSeed

        @DOMNameAttribute(name="seed")
        public SVGAnimatedNumber getSeed()

        Corresponds to attribute ‘seed’ on the given ‘feTurbulence’ element.

        Value: The attribute ‘seed’ of the given ‘feTurbulence’ element.
      • getStitchTiles

        @DOMNameAttribute(name="stitchTiles")
        public SVGAnimatedEnumeration getStitchTiles()

        Corresponds to attribute ‘stitchTiles’ on the given ‘feTurbulence’ element. Takes one of the SVG_STITCHTYPE_* constants defined on this interface.

        Value: The attribute ‘stitchTiles’ of the given ‘feTurbulence’ element.
      • getType

        @DOMNameAttribute(name="type")
        public SVGAnimatedEnumeration getType()

        Corresponds to attribute ‘type’ on the given ‘feTurbulence’ element. Takes one of the SVG_TURBULENCE_TYPE_* constants defined on this interface.

        Value: The attribute ‘type’ of the given ‘feTurbulence’ element.