Uses of Class
javafx.beans.property.ReadOnlyDoubleProperty
Package
Description
-
Uses of ReadOnlyDoubleProperty in javafx.animation
Modifier and TypeMethodDescriptionfinal ReadOnlyDoubleProperty
Animation.currentRateProperty()
Read-only variable to indicate current direction/speed at which theAnimation
is being played. -
Uses of ReadOnlyDoubleProperty in javafx.beans.property
-
Uses of ReadOnlyDoubleProperty in javafx.scene
Modifier and TypeMethodDescriptionfinal ReadOnlyDoubleProperty
Scene.xProperty()
The horizontal location of thisScene
on theWindow
.final ReadOnlyDoubleProperty
Scene.yProperty()
The vertical location of thisScene
on theWindow
. -
Uses of ReadOnlyDoubleProperty in javafx.scene.control
Modifier and TypeMethodDescriptionfinal ReadOnlyDoubleProperty
Dialog.heightProperty()
Property representing the height of the dialog.final ReadOnlyDoubleProperty
Dialog.widthProperty()
Property representing the width of the dialog.final ReadOnlyDoubleProperty
Dialog.xProperty()
The horizontal location of thisDialog
.final ReadOnlyDoubleProperty
Dialog.yProperty()
The vertical location of thisDialog
. -
Uses of ReadOnlyDoubleProperty in javafx.scene.control.skin
Modifier and TypeMethodDescriptionfinal ReadOnlyDoubleProperty
CellSkinBase.cellSizeProperty()
The default cell size. -
Uses of ReadOnlyDoubleProperty in javafx.stage
Modifier and TypeMethodDescriptionfinal ReadOnlyDoubleProperty
PopupWindow.anchorXProperty()
Specifies the x coordinate of the popup anchor point on the screen.final ReadOnlyDoubleProperty
PopupWindow.anchorYProperty()
Specifies the y coordinate of the popup anchor point on the screen.final ReadOnlyDoubleProperty
Window.xProperty()
The horizontal location of thisStage
on the screen.final ReadOnlyDoubleProperty
Window.yProperty()
The vertical location of thisStage
on the screen.