Interface MathMLTendsToElement

All Superinterfaces:
Element, MathMLContentElement, MathMLElement, MathMLPredefinedSymbol, Node

public interface MathMLTendsToElement extends MathMLPredefinedSymbol
The tendsto element expresses that a quantity is tending to a specified value. An interface derived from the MathMLPredefinedSymbol is used to allow for the inclusion of the type attribute.
  • Method Details

    • getType

      String getType()
      A string describing how the quantity approaches the specified value. Predefined values of the string include above, below, and two-sided. The default value is two-sided.
      Returns:
      value of the type attribute.
    • setType

      void setType(String type)
      setter for the type attribute.
      Parameters:
      type - new value for type.
      See Also: