Uses of Enum Class
javafx.scene.input.TouchPoint.State
Packages that use TouchPoint.State
Package
Description
Provides the set of classes for mouse and keyboard input event handling.
- 
Uses of TouchPoint.State in javafx.scene.inputMethods in javafx.scene.input that return TouchPoint.StateModifier and TypeMethodDescriptionfinal TouchPoint.StateTouchPoint.getState()Gets state of this touch pointstatic TouchPoint.StateReturns the enum constant of this class with the specified name.static TouchPoint.State[]TouchPoint.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in javafx.scene.input with parameters of type TouchPoint.StateModifierConstructorDescriptionTouchPoint(int id, TouchPoint.State state, double x, double y, double screenX, double screenY, EventTarget target, PickResult pickResult) Creates new instance of TouchPoint.