Class/Object

scalafx.scene.input

TouchPoint

Related Docs: object TouchPoint | package input

Permalink

class TouchPoint extends SFXDelegate[javafx.scene.input.TouchPoint]

Source
TouchPoint.scala
Linear Supertypes
SFXDelegate[javafx.scene.input.TouchPoint], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TouchPoint
  2. SFXDelegate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TouchPoint(delegate: javafx.scene.input.TouchPoint)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def belongsTo(target: EventTarget): Boolean

    Permalink

    Distinguishes between touch points targeted to the given node or some of its children from touch points targeted somewhere else.

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val delegate: javafx.scene.input.TouchPoint

    Permalink

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    TouchPointSFXDelegate
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(ref: Any): Boolean

    Permalink

    Verifies if a object is equals to this delegate.

    Verifies if a object is equals to this delegate.

    ref

    Object to be compared.

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def grab(target: EventTarget): Unit

    Permalink

    Grabs this touch point by the given target.

  13. def grab(): Unit

    Permalink

    Grabs this touch point by current event source.

  14. def grabbed: EventTarget

    Permalink

    Gets event target which has grabbed this touch point.

  15. def hashCode(): Int

    Permalink

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  16. def id: Int

    Permalink

    Gets identifier of this touch point.

  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def sceneX: Double

    Permalink

    Gets the horizontal position of the touch point relative to the origin of the Scene that contains the TouchEvent's source.

  22. def sceneY: Double

    Permalink

    Gets the vertical position of the touch point relative to the origin of the Scene that contains the TouchEvent's source.

  23. def screenX: Double

    Permalink

    Gets the absolute horizontal position of the touch point.

  24. def screenY: Double

    Permalink

    Gets the absolute vertical position of the touch point.

  25. def state: State

    Permalink

    Gets state of this touch point

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def target: EventTarget

    Permalink

    Gets event target on which the touch event carrying this touch point is fired.

  28. def toString(): String

    Permalink

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  29. def ungrab(): Unit

    Permalink

  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def x: Double

    Permalink

    Gets the horizontal position of the touch point relative to the origin of the TouchEvent's source.

  34. def y: Double

    Permalink

    Gets the vertical position of the touch point relative to the origin of the TouchEvent's source.

Inherited from SFXDelegate[javafx.scene.input.TouchPoint]

Inherited from AnyRef

Inherited from Any

Ungrouped