Class SVGFETurbulenceElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

    public class SVGFETurbulenceElement
    extends SVGElement
    A JavaScript object for SVGFETurbulenceElement.
    See Also:
    Serialized Form
    • Field Detail

      • SVG_STITCHTYPE_UNKNOWN

        public static final int SVG_STITCHTYPE_UNKNOWN
        The constant SVG_STITCHTYPE_UNKNOWN.
        See Also:
        Constant Field Values
      • SVG_TURBULENCE_TYPE_UNKNOWN

        public static final int SVG_TURBULENCE_TYPE_UNKNOWN
        The constant SVG_TURBULENCE_TYPE_UNKNOWN.
        See Also:
        Constant Field Values
      • SVG_STITCHTYPE_STITCH

        public static final int SVG_STITCHTYPE_STITCH
        The constant SVG_STITCHTYPE_STITCH.
        See Also:
        Constant Field Values
      • SVG_TURBULENCE_TYPE_FRACTALNOISE

        public static final int SVG_TURBULENCE_TYPE_FRACTALNOISE
        The constant SVG_TURBULENCE_TYPE_FRACTALNOISE.
        See Also:
        Constant Field Values
      • SVG_STITCHTYPE_NOSTITCH

        public static final int SVG_STITCHTYPE_NOSTITCH
        The constant SVG_STITCHTYPE_NOSTITCH.
        See Also:
        Constant Field Values
      • SVG_TURBULENCE_TYPE_TURBULENCE

        public static final int SVG_TURBULENCE_TYPE_TURBULENCE
        The constant SVG_TURBULENCE_TYPE_TURBULENCE.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SVGFETurbulenceElement

        public SVGFETurbulenceElement()
        Creates an instance.
    • Method Detail