Distinguishes between touch points targeted to the given node or some of its children from touch points targeted somewhere else.
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
Grabs this touch point by the given target.
Grabs this touch point by current event source.
Gets event target which has grabbed this touch point.
The delegate hashcode
Gets identifier of this touch point.
Gets the horizontal position of the touch point relative to the origin of the Scene that contains the TouchEvent's source.
Gets the vertical position of the touch point relative to the origin of the Scene that contains the TouchEvent's source.
Gets the absolute horizontal position of the touch point.
Gets the absolute vertical position of the touch point.
Gets state of this touch point
Gets event target on which the touch event carrying this touch point is fired.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Gets the horizontal position of the touch point relative to the origin of the TouchEvent's source.
Gets the vertical position of the touch point relative to the origin of the TouchEvent's source.