Package com.luciad.lucy.map
Interface ILcyToolTippable
- All Superinterfaces:
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 TypeMethodDescriptionboolean
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.
-