Screen

scalafx.stage.Screen
See theScreen companion class
object Screen

Attributes

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

Members list

Value members

Concrete methods

The primary Screen.

The primary Screen.

Attributes

def screens: ObservableBuffer[Screen]

The observable list of currently available Screens

The observable list of currently available Screens

Attributes

def screensForRectangle(x: Double, y: Double, width: Double, height: Double): ObservableBuffer[Screen]

Returns a ObservableList of Screens that intersects the provided rectangle.

Returns a ObservableList of Screens that intersects the provided rectangle.

Attributes

Returns a ObservableList of Screens that intersects the provided rectangle.

Returns a ObservableList of Screens that intersects the provided rectangle.

Attributes

Implicits

Implicits

implicit def sfxScreen2jfx(v: Screen): Screen