Interface CSSFunctionValue

All Superinterfaces:
Cloneable, CSSPrimitiveValue, CSSPrimitiveValue2, CSSValue, ExtendedCSSPrimitiveValue, ExtendedCSSValue
All Known Subinterfaces:
CSSGradientValue
All Known Implementing Classes:
FunctionValue, GradientValue

public interface CSSFunctionValue extends ExtendedCSSPrimitiveValue
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: ExtendedCSSValue
      Creates and returns a copy of this value.
      Specified by:
      clone in interface ExtendedCSSValue
      Returns:
      a clone of this value.