Interface CSSMathFunctionValue

All Superinterfaces:
Cloneable, CSSFunctionValue, CSSMathValue, CSSPrimitiveValue, CSSTypedValue, CSSValue
All Known Implementing Classes:
MathFunctionValue

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

    • getFunction

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

      int getFunctionIndex()
      Gives the index of this mathematical function.
      Returns:
      the function index.
    • computeUnitType

      short computeUnitType()
      Performs a dimensional analysis of this function and computes the unit type of the result.
      Specified by:
      computeUnitType in interface CSSMathValue
      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 CSSTypedValue
      Specified by:
      clone in interface CSSValue
      Returns:
      a clone of this value.