Package 

Class ActionEvent.Position

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Long x
      private final Long y
    • Method Summary

      Modifier and Type Method Description
      final Long getX()
      final Long getY()
      final JsonElement toJson()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActionEvent.Position

        ActionEvent.Position(Long x, Long y)
        Parameters:
        x - X coordinate relative to the target element of the action (in pixels)
        y - Y coordinate relative to the target element of the action (in pixels)