ZoomEvent

scalafx.scene.input.ZoomEvent
See theZoomEvent companion class
object ZoomEvent

Attributes

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

Members list

Value members

Concrete fields

val Any: EventType[ZoomEvent]

Common supertype for all Zoom event types.

Common supertype for all Zoom event types.

Attributes

val Zoom: EventType[ZoomEvent]

This event occurs when user performs a zooming gesture such as dragging two fingers apart.

This event occurs when user performs a zooming gesture such as dragging two fingers apart.

Attributes

val ZoomFinished: EventType[ZoomEvent]

This event occurs when a zooming gesture ends.

This event occurs when a zooming gesture ends.

Attributes

val ZoomStarted: EventType[ZoomEvent]

This event occurs when a zooming gesture is detected.

This event occurs when a zooming gesture is detected.

Attributes

Deprecated fields

val ANY: EventType[ZoomEvent]

Attributes

Deprecated
true
val ZOOM: EventType[ZoomEvent]

Attributes

Deprecated
true
val ZOOM_FINISHED: EventType[ZoomEvent]

Attributes

Deprecated
true
val ZOOM_STARTED: EventType[ZoomEvent]

Attributes

Deprecated
true

Implicits

Implicits

implicit def sfxZoomEvent2jfx(ze: ZoomEvent): ZoomEvent