Interface ITooltipFormatter

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@JsFunction @FunctionalInterface public interface ITooltipFormatter
ITooltipFormatter
Author:
zhang
  • Method Summary

    Modifier and Type
    Method
    Description
    format(elemental2.core.JsObject tooltipParameter, String ticket, ITooltipFormatterCallback callback)
    图形组件 需要显示tooltip的时候调用这个方法
  • Method Details

    • format

      String format(elemental2.core.JsObject tooltipParameter, String ticket, ITooltipFormatterCallback callback)
      图形组件 需要显示tooltip的时候调用这个方法
      Parameters:
      obj - TooltipParameter
      ticket -
      callback -
      Returns: