Class AbstractOptionCombinedWithPosition<T extends AbstractOptionCombinedWithPosition<T>>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> build()
      Creates a map based on the provided options.
      protected void verify()
      This method is automatically called before building options map to verify the consistency of the instance.
      T withElement​(ElementOption element)
      Most of touch action may use position which is relative to some element.
      T withPosition​(PointOption positionOption)
      Some actions may require coordinates.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait