Interface IsDefaultsAnnotationInteraction

  • All Known Implementing Classes:
    Interaction

    public interface IsDefaultsAnnotationInteraction
    Interface to define interaction object defaults on annotations.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • getMode

        default DefaultInteractionMode 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.