RotateEvent

scalafx.scene.input.RotateEvent
See theRotateEvent companion class
object RotateEvent

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val Any: EventType[RotateEvent]

Common supertype for all rotate event types.

Common supertype for all rotate event types.

Attributes

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.

Attributes

val RotationFinished: EventType[RotateEvent]

This event occurs when a rotating gesture ends.

This event occurs when a rotating gesture ends.

Attributes

val RotationStarted: EventType[RotateEvent]

This event occurs when a rotating gesture is detected.

This event occurs when a rotating gesture is detected.

Attributes

Deprecated fields

val ANY: EventType[RotateEvent]

Attributes

Deprecated
true
val ROTATE: EventType[RotateEvent]

Attributes

Deprecated
true
val ROTATION_FINISHED: EventType[RotateEvent]

Attributes

Deprecated
true
val ROTATION_STARTED: EventType[RotateEvent]

Attributes

Deprecated
true

Implicits

Implicits

implicit def sfxRotateEvent2jfx(re: RotateEvent): RotateEvent