Uses of Class
javafx.scene.Scene
Package
Description
Provides the core set of base
classes for the JavaFX Scene Graph API.
Provides the top-level container classes for JavaFX content.
-
Uses of Scene in javafx.embed.swing
Modifier and TypeMethodDescriptionJFXPanel.getScene()
Returns the JavaFX scene attached to thisJFXPanel
. -
Uses of Scene in javafx.scene
Modifier and TypeMethodDescriptionfinal Scene
Node.getScene()
Gets the value of thescene
property.Modifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty
<Scene> Node.sceneProperty()
TheScene
that thisNode
is part of. -
Uses of Scene in javafx.stage
Modifier and TypeMethodDescriptionfinal Scene
Window.getScene()
Gets the value of thescene
property.Modifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty
<Scene> Window.sceneProperty()
TheScene
to be rendered on thisWindow
.Modifier and TypeMethodDescriptionprotected final void
Note to subclasses: the scene used by PopupWindow is very specifically managed by PopupWindow.final void
Specify the scene to be used on this stage.protected void
Sets the value of thescene
property.