Class AbstractOptionCombinedWithPosition<T extends AbstractOptionCombinedWithPosition<T>>

    • Method Summary

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

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

      • AbstractOptionCombinedWithPosition

        public AbstractOptionCombinedWithPosition()
        Deprecated.