Package quadbase.util

Interface IHintBoxInfo

All Superinterfaces:
Serializable

public interface IHintBoxInfo extends Serializable
This interface defines a getHint function
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    getHint(PickData pickdata)
    The method returns the vector of String display in hint box
  • Method Details

    • getHint

      Vector getHint(PickData pickdata)
      The method returns the vector of String display in hint box
      Parameters:
      pickdata - Information of data point
      Returns:
      vector of String which should display on the hint box
      See Also: