Class SVGComponentTransferFunctionElement

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

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

      • SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN

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

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

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

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

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

        public static final int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA
        Constant for SVG_FECOMPONENTTRANSFER_TYPE_GAMMA.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SVGComponentTransferFunctionElement

        public SVGComponentTransferFunctionElement()
        Creates an instance.
    • Method Detail