Interface ILcyToolTippable

All Superinterfaces:
ILcyToolTipStyle

public interface ILcyToolTippable extends ILcyToolTipStyle
This is an interface for classes that are able to return tool tip (dynamic display) info for objects. This capability can also be disabled.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Return true if tool tips are available/enabled.

    Methods inherited from interface com.luciad.lucy.map.ILcyToolTipStyle

    addToolTipComponents
  • Method Details

    • isToolTipped

      boolean isToolTipped()
      Return true if tool tips are available/enabled.
      Returns:
      true if tool tips are available/enabled.