Interface CSSMathFunctionValue

All Superinterfaces:
Cloneable, CSSFunctionValue, CSSPrimitiveValue, CSSTypedValue, CSSValue

public interface CSSMathFunctionValue extends CSSFunctionValue
A mathematical function value.
See Also:
  • Method Details

    • getFunction

      Get the function type.
      Returns:
      the function type.
    • computeUnitType

      short computeUnitType()
      Performs a dimensional analysis of this function and computes the unit type of the result.
      Returns:
      the unit type of the result, as in CSSUnit.
    • clone

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