ZoomEvent

scalafx.scene.input.ZoomEvent
See theZoomEvent companion object
class ZoomEvent(val delegate: ZoomEvent) extends GestureEvent, SFXDelegate[ZoomEvent]

Attributes

Companion
object
Graph
Supertypes
class GestureEvent
class InputEvent
class Event
trait SFXDelegate[ZoomEvent]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets the zooming amount of this gesture.

Gets the zooming amount of this gesture.

Attributes

Gets the zooming amount of this event.

Gets the zooming amount of this event.

Attributes

Inherited methods

Indicates whether or not the Alt modifier is down on this event.

Indicates whether or not the Alt modifier is down on this event.

Attributes

Inherited from:
GestureEvent
def consume(): Unit

Marks this Event as consumed. This stops its further propagation.

Marks this Event as consumed. This stops its further propagation.

Attributes

Inherited from:
Event

Indicates whether this Event has been consumed by any filter or handler.

Indicates whether this Event has been consumed by any filter or handler.

Attributes

Inherited from:
Event

Indicates whether or not the Control modifier is down on this event.

Indicates whether or not the Control modifier is down on this event.

Attributes

Inherited from:
GestureEvent
override def copyFor(newSource: AnyRef, newTarget: EventTarget): Event

Creates and returns a copy of this event with the specified event source and target.

Creates and returns a copy of this event with the specified event source and target.

Attributes

Definition Classes
Inherited from:
GestureEvent

Indicates whether this gesture is caused by a direct or indirect input device.

Indicates whether this gesture is caused by a direct or indirect input device.

Attributes

Inherited from:
GestureEvent
override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
def eventType: EventType[_ <: Event]

Gets the event type of this event.

Gets the event type of this event.

Attributes

Inherited from:
Event
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Indicates if this event represents an inertia of an already finished gesture.

Indicates if this event represents an inertia of an already finished gesture.

Attributes

Inherited from:
GestureEvent

Indicates whether or not the Meta modifier is down on this event.

Indicates whether or not the Meta modifier is down on this event.

Attributes

Inherited from:
GestureEvent
def sceneX: Double

Gets the horizontal position of the event relative to the origin of the Scene that contains the event's source.

Gets the horizontal position of the event relative to the origin of the Scene that contains the event's source.

Attributes

Inherited from:
GestureEvent
def sceneY: Double

Gets the vertical position of the event relative to the origin of the Scene that contains the event's source.

Gets the vertical position of the event relative to the origin of the Scene that contains the event's source.

Attributes

Inherited from:
GestureEvent

Gets the absolute horizontal position of the event.

Gets the absolute horizontal position of the event.

Attributes

Inherited from:
GestureEvent

Gets the absolute vertical position of the event.

Gets the absolute vertical position of the event.

Attributes

Inherited from:
GestureEvent

Indicates whether or not the Shift modifier is down on this event.

Indicates whether or not the Shift modifier is down on this event.

Attributes

Inherited from:
GestureEvent

Indicates whether or not the host platform common shortcut modifier is down on this event.

Indicates whether or not the host platform common shortcut modifier is down on this event.

Attributes

Inherited from:
GestureEvent
def source: Object

Returns the object on which the Event initially occurred.

Returns the object on which the Event initially occurred.

Attributes

Inherited from:
Event
def target: EventTarget

Returns the event target of this event.

Returns the event target of this event.

Attributes

Inherited from:
Event
override def toString: String

Attributes

Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
def x: Double

Gets the horizontal position of the event relative to the origin of the event's source.

Gets the horizontal position of the event relative to the origin of the event's source.

Attributes

Inherited from:
GestureEvent
def y: Double

Gets the vertical position of the event relative to the origin of the event's source.

Gets the vertical position of the event relative to the origin of the event's source.

Attributes

Inherited from:
GestureEvent

Concrete fields

override val delegate: ZoomEvent

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes