Class AxisLeaveEvent

  • All Implemented Interfaces:
    HasNativeEvent

    public final class AxisLeaveEvent
    extends AbstractEvent
    Event which is fired when the user is leaving from the axis of the chart.
    Author:
    Andrea "Stock" Stocchero
    • Field Detail

      • TYPE

        public static final EventType TYPE
        Event type
    • Constructor Detail

      • AxisLeaveEvent

        public AxisLeaveEvent​(NativeAbstractMouseEvent nativeEvent,
                              ScaleItem item,
                              Axis axis)
        Creates the event with axis related to the leave
        Parameters:
        nativeEvent - native event of this custom event
        item - scale item related to the leave
        axis - axis configuration instance
    • Method Detail

      • dispatch

        protected void dispatch​(EventHandler handler)
        Description copied from class: Event
        Implemented by subclasses to dispatch event on the handler.
        Specified by:
        dispatch in class Event
        Parameters:
        handler - handler instance
      • getItem

        public final ScaleItem getItem()
        Returns the scale item related to the action
        Returns:
        the scale item related to the action
      • getAxis

        public final Axis getAxis()
        Returns the axis configuration instance if exists. The chart can be implemented without any axis (using defaults) and therefore can return null.
        Returns:
        the axis configuration instance or null if no axis configuration has been provided to chart