Interface CSSFunctionValue

All Superinterfaces:
Cloneable, CSSPrimitiveValue, CSSTypedValue, CSSValue
All Known Subinterfaces:
CSSGradientValue, CSSMathFunctionValue
All Known Implementing Classes:
FunctionValue, GradientValue

public interface CSSFunctionValue extends CSSTypedValue
A function value.
  • Method Details

    • getArguments

      LinkedCSSValueList getArguments()
      Get the arguments of this function.
      Returns:
      the list of arguments of this function.
    • getFunctionName

      String getFunctionName()
      Get the function name.
      Returns:
      the function name.
    • clone

      Description copied from interface: CSSValue
      Creates and returns a copy of this value.
      Specified by:
      clone in interface CSSValue
      Returns:
      a clone of this value.