Interface IsDefaultsAnnotationInteraction
-
- All Known Implementing Classes:
Interaction
public interface IsDefaultsAnnotationInteraction
Interface to define interaction object defaults on annotations.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default InteractionAxis
getAxis()
Returns which directions are used in calculating distances.default InteractionMode
getMode()
Returns which the mode to engaged annotations on events.default boolean
isIntersect()
If true, the hover mode only applies when the mouse position intersects an annotation.
-
-
-
Method Detail
-
getMode
default InteractionMode getMode()
Returns which the mode to engaged annotations on events.- Returns:
- which the mode to engaged annotations on events.
-
isIntersect
default boolean isIntersect()
If true, the hover mode only applies when the mouse position intersects an annotation.- Returns:
- if true, the hover mode only applies when the mouse position intersects an annotation.
-
getAxis
default InteractionAxis getAxis()
Returns which directions are used in calculating distances.- Returns:
- define which directions are used in calculating distances.
-
-