Class SVGComponentTransferFunctionElement

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
Direct Known Subclasses:
SVGFEFuncAElement, SVGFEFuncBElement, SVGFEFuncGElement, SVGFEFuncRElement

public class SVGComponentTransferFunctionElement extends SVGElement
A JavaScript object for SVGComponentTransferFunctionElement.
See Also:
  • Field Details

    • SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN

      public static final int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN
      Constant for SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN.
      See Also:
    • SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY

      public static final int SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY
      Constant for SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY.
      See Also:
    • SVG_FECOMPONENTTRANSFER_TYPE_TABLE

      public static final int SVG_FECOMPONENTTRANSFER_TYPE_TABLE
      Constant for SVG_FECOMPONENTTRANSFER_TYPE_TABLE.
      See Also:
    • SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE

      public static final int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE
      Constant for SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE.
      See Also:
    • SVG_FECOMPONENTTRANSFER_TYPE_LINEAR

      public static final int SVG_FECOMPONENTTRANSFER_TYPE_LINEAR
      Constant for SVG_FECOMPONENTTRANSFER_TYPE_LINEAR.
      See Also:
    • SVG_FECOMPONENTTRANSFER_TYPE_GAMMA

      public static final int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA
      Constant for SVG_FECOMPONENTTRANSFER_TYPE_GAMMA.
      See Also:
  • Constructor Details

    • SVGComponentTransferFunctionElement

      public SVGComponentTransferFunctionElement()
      Creates an instance.
  • Method Details