scalafx.scene

Scene

class Scene extends SFXDelegate[javafx.scene.Scene]

Linear Supertypes
SFXDelegate[javafx.scene.Scene], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Scene
  2. SFXDelegate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Scene(parent: javafx.scene.Parent, width: Double, height: Double, depthBuffer: Boolean)

  2. new Scene(parent: javafx.scene.Parent, width: Double, height: Double)

  3. new Scene(parent: javafx.scene.Parent)

  4. new Scene(width: Double, height: Double)

  5. new Scene(delegate: javafx.scene.Scene = ...)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def camera: ObjectProperty[javafx.scene.Camera]

  8. def camera_=(v: javafx.scene.Camera): Unit

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def content: ObservableList[javafx.scene.Node]

  11. def content_=(n: Node): Unit

  12. def content_=(c: Iterable[Node]): Unit

  13. def cursor: ObjectProperty[javafx.scene.Cursor]

  14. def cursor_=(v: javafx.scene.Cursor): Unit

  15. val delegate: javafx.scene.Scene

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    SceneSFXDelegate
  16. def depthBuffer: Boolean

  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  19. def eventDispatcher: ObjectProperty[EventDispatcher]

  20. def eventDispatcher_=(v: EventDispatcher): Unit

  21. def fill: ObjectProperty[Paint]

  22. def fill_=(v: Paint): Unit

  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  24. def focusOwner: ReadOnlyObjectProperty[javafx.scene.Node]

    The scene's current focus owner node.

    The scene's current focus owner node. This node's "focused" variable might be false if this scene has no window, or if the window is inactive (window.focused == false).

    Since

    2.2

  25. def getChildren: ObservableList[javafx.scene.Node]

  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Definition Classes
    SFXDelegate → AnyRef → Any
  28. def height: ReadOnlyDoubleProperty

  29. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def onContextMenuRequested: ObjectProperty[EventHandler[_ >: ContextMenuEvent]]

  34. def onContextMenuRequested_=(v: EventHandler[_ >: ContextMenuEvent]): Unit

  35. def onDragDetected: ObjectProperty[EventHandler[_ >: MouseEvent]]

  36. def onDragDetected_=(v: EventHandler[_ >: MouseEvent]): Unit

  37. def onDragDone: ObjectProperty[EventHandler[_ >: DragEvent]]

  38. def onDragDone_=(v: EventHandler[_ >: DragEvent]): Unit

  39. def onDragDropped: ObjectProperty[EventHandler[_ >: DragEvent]]

  40. def onDragDropped_=(v: EventHandler[_ >: DragEvent]): Unit

  41. def onDragEntered: ObjectProperty[EventHandler[_ >: DragEvent]]

  42. def onDragEntered_=(v: EventHandler[_ >: DragEvent]): Unit

  43. def onDragExited: ObjectProperty[EventHandler[_ >: DragEvent]]

  44. def onDragExited_=(v: EventHandler[_ >: DragEvent]): Unit

  45. def onDragOver: ObjectProperty[EventHandler[_ >: DragEvent]]

  46. def onDragOver_=(v: EventHandler[_ >: DragEvent]): Unit

  47. def onInputMethodTextChanged: ObjectProperty[EventHandler[_ >: InputMethodEvent]]

  48. def onInputMethodTextChanged_=(v: EventHandler[_ >: InputMethodEvent]): Unit

  49. def onKeyPressed: ObjectProperty[EventHandler[_ >: KeyEvent]]

  50. def onKeyPressed_=(v: EventHandler[_ >: KeyEvent]): Unit

  51. def onKeyReleased: ObjectProperty[EventHandler[_ >: KeyEvent]]

  52. def onKeyReleased_=(v: EventHandler[_ >: KeyEvent]): Unit

  53. def onKeyTyped: ObjectProperty[EventHandler[_ >: KeyEvent]]

  54. def onKeyTyped_=(v: EventHandler[_ >: KeyEvent]): Unit

  55. def onMouseClicked: ObjectProperty[EventHandler[_ >: MouseEvent]]

  56. def onMouseClicked_=(v: EventHandler[_ >: MouseEvent]): Unit

  57. def onMouseDragEntered: ObjectProperty[EventHandler[_ >: MouseDragEvent]]

  58. def onMouseDragEntered_=(v: EventHandler[_ >: MouseEvent]): Unit

  59. def onMouseDragExited: ObjectProperty[EventHandler[_ >: MouseDragEvent]]

  60. def onMouseDragExited_=(v: EventHandler[_ >: MouseEvent]): Unit

  61. def onMouseDragOver: ObjectProperty[EventHandler[_ >: MouseDragEvent]]

  62. def onMouseDragOver_=(v: EventHandler[_ >: MouseEvent]): Unit

  63. def onMouseDragReleased: ObjectProperty[EventHandler[_ >: MouseDragEvent]]

  64. def onMouseDragReleased_=(v: EventHandler[_ >: MouseEvent]): Unit

  65. def onMouseDragged: ObjectProperty[EventHandler[_ >: MouseEvent]]

  66. def onMouseDragged_=(v: EventHandler[_ >: MouseEvent]): Unit

  67. def onMouseEntered: ObjectProperty[EventHandler[_ >: MouseEvent]]

  68. def onMouseEntered_=(v: EventHandler[_ >: MouseEvent]): Unit

  69. def onMouseExited: ObjectProperty[EventHandler[_ >: MouseEvent]]

  70. def onMouseExited_=(v: EventHandler[_ >: MouseEvent]): Unit

  71. def onMouseMoved: ObjectProperty[EventHandler[_ >: MouseEvent]]

  72. def onMouseMoved_=(v: EventHandler[_ >: MouseEvent]): Unit

  73. def onMousePressed: ObjectProperty[EventHandler[_ >: MouseEvent]]

  74. def onMousePressed_=(v: EventHandler[_ >: MouseEvent]): Unit

  75. def onMouseReleased: ObjectProperty[EventHandler[_ >: MouseEvent]]

  76. def onMouseReleased_=(v: EventHandler[_ >: MouseEvent]): Unit

  77. def onRotate: ObjectProperty[EventHandler[_ >: RotateEvent]]

    Defines a function to be called when user performs a rotation action.

    Defines a function to be called when user performs a rotation action.

    Since

    2.2

  78. def onRotate_=(v: EventHandler[RotateEvent]): Unit

  79. def onRotationFinished: ObjectProperty[EventHandler[_ >: RotateEvent]]

    Defines a function to be called when a rotation gesture ends.

    Defines a function to be called when a rotation gesture ends.

    Since

    2.2

  80. def onRotationFinished_=(v: EventHandler[RotateEvent]): Unit

  81. def onRotationStarted: ObjectProperty[EventHandler[_ >: RotateEvent]]

    Defines a function to be called when a rotation gesture starts.

    Defines a function to be called when a rotation gesture starts.

    Since

    2.2

  82. def onRotationStarted_=(v: EventHandler[RotateEvent]): Unit

  83. def onScroll: ObjectProperty[EventHandler[_ >: ScrollEvent]]

  84. def onScrollFinished: ObjectProperty[EventHandler[_ >: ScrollEvent]]

    Defines a function to be called when a Scroll gesture ends.

    Defines a function to be called when a Scroll gesture ends.

    Since

    2.2

  85. def onScrollFinished_=(v: EventHandler[ScrollEvent]): Unit

  86. def onScrollStarted: ObjectProperty[EventHandler[_ >: ScrollEvent]]

    Defines a function to be called when a Scroll gesture starts.

    Defines a function to be called when a Scroll gesture starts.

    Since

    2.2

  87. def onScrollStarted_=(v: EventHandler[ScrollEvent]): Unit

  88. def onScroll_=(v: EventHandler[_ >: ScrollEvent]): Unit

  89. def onSwipeDown: ObjectProperty[EventHandler[_ >: SwipeEvent]]

    Defines a function to be called when a Swipe Down gesture starts.

    Defines a function to be called when a Swipe Down gesture starts.

    Since

    2.2

  90. def onSwipeDown_=(v: EventHandler[SwipeEvent]): Unit

  91. def onSwipeLeft: ObjectProperty[EventHandler[_ >: SwipeEvent]]

    Defines a function to be called when a Swipe Down gesture starts.

    Defines a function to be called when a Swipe Down gesture starts.

    Since

    2.2

  92. def onSwipeLeft_=(v: EventHandler[SwipeEvent]): Unit

  93. def onSwipeRight: ObjectProperty[EventHandler[_ >: SwipeEvent]]

    Defines a function to be called when a Swipe Right gesture starts.

    Defines a function to be called when a Swipe Right gesture starts.

    Since

    2.2

  94. def onSwipeRight_=(v: EventHandler[SwipeEvent]): Unit

  95. def onSwipeUp: ObjectProperty[EventHandler[_ >: SwipeEvent]]

    Defines a function to be called when a Swipe Up gesture starts.

    Defines a function to be called when a Swipe Up gesture starts.

    Since

    2.2

  96. def onSwipeUp_=(v: EventHandler[SwipeEvent]): Unit

  97. def onTouchMoved: ObjectProperty[EventHandler[_ >: TouchEvent]]

    Defines a function to be called when user performs a Touch Moved action.

    Defines a function to be called when user performs a Touch Moved action.

    Since

    2.2

  98. def onTouchMoved_=(v: EventHandler[TouchEvent]): Unit

  99. def onTouchPressed: ObjectProperty[EventHandler[_ >: TouchEvent]]

    Defines a function to be called when user performs a Touch Pressed action.

    Defines a function to be called when user performs a Touch Pressed action.

    Since

    2.2

  100. def onTouchPressed_=(v: EventHandler[TouchEvent]): Unit

  101. def onTouchReleased: ObjectProperty[EventHandler[_ >: TouchEvent]]

    Defines a function to be called when user performs a Touch Released action.

    Defines a function to be called when user performs a Touch Released action.

    Since

    2.2

  102. def onTouchReleased_=(v: EventHandler[TouchEvent]): Unit

  103. def onTouchStationary: ObjectProperty[EventHandler[_ >: TouchEvent]]

    Defines a function to be called when user performs a Touch Stationary action.

    Defines a function to be called when user performs a Touch Stationary action.

    Since

    2.2

  104. def onTouchStationary_=(v: EventHandler[TouchEvent]): Unit

  105. def onZoom: ObjectProperty[EventHandler[_ >: ZoomEvent]]

    Defines a function to be called when user performs a Touch action.

    Defines a function to be called when user performs a Touch action.

    Since

    2.2

  106. def onZoomFinished: ObjectProperty[EventHandler[_ >: ZoomEvent]]

    Defines a function to be called when a Zoom gesture ends.

    Defines a function to be called when a Zoom gesture ends.

    Since

    2.2

  107. def onZoomFinished_=(v: EventHandler[ZoomEvent]): Unit

  108. def onZoomStarted: ObjectProperty[EventHandler[_ >: ZoomEvent]]

    Defines a function to be called when a Zoom gesture starts.

    Defines a function to be called when a Zoom gesture starts.

    Since

    2.2

  109. def onZoomStarted_=(v: EventHandler[ZoomEvent]): Unit

  110. def onZoom_=(v: EventHandler[ZoomEvent]): Unit

  111. def root: ObjectProperty[javafx.scene.Parent]

  112. def root_=(v: Parent): Unit

  113. def root_=(v: javafx.scene.Parent): Unit

  114. def stylesheets: ObservableList[String]

  115. def stylesheets_=(c: Iterable[String]): Unit

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

    Definition Classes
    AnyRef
  117. def toString(): String

    Definition Classes
    SFXDelegate → AnyRef → Any
  118. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  121. def width: ReadOnlyDoubleProperty

  122. def window: ReadOnlyObjectProperty[Window]

  123. def x: ReadOnlyDoubleProperty

  124. def y: ReadOnlyDoubleProperty

Inherited from SFXDelegate[javafx.scene.Scene]

Inherited from AnyRef

Inherited from Any

Ungrouped