RotateEvent

object RotateEvent
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete fields

val Any: EventType[RotateEvent]

Common supertype for all rotate event types.

Common supertype for all rotate event types.

val Rotate: EventType[RotateEvent]

This event occurs when user performs a rotating gesture such as dragging two fingers around each other.

This event occurs when user performs a rotating gesture such as dragging two fingers around each other.

val RotationFinished: EventType[RotateEvent]

This event occurs when a rotating gesture ends.

This event occurs when a rotating gesture ends.

val RotationStarted: EventType[RotateEvent]

This event occurs when a rotating gesture is detected.

This event occurs when a rotating gesture is detected.

Deprecated fields

@deprecated("Use Any; ANY will be removed in a future release", "8.0.60-R10")
val ANY: EventType[RotateEvent]
Deprecated
@deprecated("Use Rotate; ROTATE will be removed in a future release", "8.0.60-R10")
val ROTATE: EventType[RotateEvent]
Deprecated
@deprecated("Use RotationFinished; ROTATION_FINISHED will be removed in a future release", "8.0.60-R10")
val ROTATION_FINISHED: EventType[RotateEvent]
Deprecated
@deprecated("Use RotationStarted; ROTATION_STARTED will be removed in a future release", "8.0.60-R10")
val ROTATION_STARTED: EventType[RotateEvent]
Deprecated

Implicits

Implicits

implicit def sfxRotateEvent2jfx(re: RotateEvent): RotateEvent