Class SVGFETurbulenceElement

All Implemented Interfaces:
Serializable, 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:
  • Field Details

    • SVG_STITCHTYPE_UNKNOWN

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

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

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

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

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

      public static final int SVG_TURBULENCE_TYPE_TURBULENCE
      The constant SVG_TURBULENCE_TYPE_TURBULENCE.
      See Also:
  • Constructor Details

    • SVGFETurbulenceElement

      public SVGFETurbulenceElement()
      Creates an instance.
  • Method Details