Uses of Class
javafx.beans.property.ReadOnlyDoubleProperty
Package
Description
Provides the set of classes for ease of use transition based animations.
The package
javafx.beans.property
defines read-only
properties and writable properties, plus a number of implementations.Provides various classes that act as adapters between a regular Java Bean
property and a corresponding
JavaFX
Property
.Provides the set of classes for javafx.concurrent.
Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
Provides the core set of base
classes for the JavaFX Scene Graph API.
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
The javafx.scene.control.skin package is where the skin classes, typically
one for each UI control, are located
Provides the set of classes for loading and displaying images.
Provides classes to support user interface layout.
Provides the set of classes for integrating audio and video into Java FX
Applications.
Provides the set of classes for fonts and renderable Text Node.
This package provides means for loading and displaying Web content.
Provides the top-level container classes for JavaFX content.
-
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
Modifier and TypeClassDescriptionclass
This class defines aProperty
wrapping adouble
value.class
The classDoublePropertyBase
is the base class for a property wrapping adouble
value.class
Base class for all readonly properties wrapping adouble
.class
This class provides a convenient class to define read-only properties.class
This class provides a full implementation of aProperty
wrapping adouble
value.Modifier and TypeMethodDescriptionReadOnlyDoubleWrapper.getReadOnlyProperty()
Returns the read-only property, that is synchronized with thisReadOnlyDoubleWrapper
.static <T extends Number>
ReadOnlyDoublePropertyReadOnlyDoubleProperty.readOnlyDoubleProperty
(ReadOnlyProperty<T> property) Returns aReadOnlyDoubleProperty
that wraps aReadOnlyProperty
. -
Uses of ReadOnlyDoubleProperty in javafx.beans.property.adapter
Modifier and TypeClassDescriptionfinal class
AJavaBeanDoubleProperty
provides an adapter between a regular Java Bean property of typedouble
orDouble
and a JavaFXDoubleProperty
.final class
AReadOnlyJavaBeanDoubleProperty
provides an adapter between a regular read only Java Bean property of typedouble
orDouble
and a JavaFXReadOnlyDoubleProperty
. -
Uses of ReadOnlyDoubleProperty in javafx.concurrent
Modifier and TypeMethodDescriptionfinal ReadOnlyDoubleProperty
Service.progressProperty()
final ReadOnlyDoubleProperty
Task.progressProperty()
Worker.progressProperty()
Gets the ReadOnlyDoubleProperty representing the progress.final ReadOnlyDoubleProperty
Service.totalWorkProperty()
final ReadOnlyDoubleProperty
Task.totalWorkProperty()
Worker.totalWorkProperty()
Gets the ReadOnlyDoubleProperty representing the maximum amount of work that needs to be done.final ReadOnlyDoubleProperty
Service.workDoneProperty()
final ReadOnlyDoubleProperty
Task.workDoneProperty()
Worker.workDoneProperty()
Gets the ReadOnlyDoubleProperty representing the current progress. -
Uses of ReadOnlyDoubleProperty in javafx.css
Modifier and TypeClassDescriptionclass
This class extendsSimpleDoubleProperty
and provides a full implementation of aStyleableProperty
.class
This class extendsDoublePropertyBase
and provides a partial implementation of aStyleableProperty
. -
Uses of ReadOnlyDoubleProperty in javafx.scene
Modifier and TypeMethodDescriptionfinal ReadOnlyDoubleProperty
Scene.heightProperty()
The height of thisScene
final ReadOnlyDoubleProperty
ImageCursor.hotspotXProperty()
The X coordinate of the cursor's hot spot.final ReadOnlyDoubleProperty
ImageCursor.hotspotYProperty()
The Y coordinate of the cursor's hot spot.final ReadOnlyDoubleProperty
Scene.widthProperty()
The width of thisScene
final 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.chart
Modifier and TypeMethodDescriptionfinal ReadOnlyDoubleProperty
CategoryAxis.categorySpacingProperty()
This is the gap between one category and the next along this axisfinal ReadOnlyDoubleProperty
ValueAxis.scaleProperty()
The scale factor from data units to visual units -
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
TableColumnBase.widthProperty()
The width of this column.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.scene.image
Modifier and TypeMethodDescriptionfinal ReadOnlyDoubleProperty
Image.heightProperty()
The image height or0
if the image loading fails.final ReadOnlyDoubleProperty
Image.progressProperty()
The approximate percentage of image's loading that has been completed.final ReadOnlyDoubleProperty
Image.widthProperty()
The image width or0
if the image loading fails. -
Uses of ReadOnlyDoubleProperty in javafx.scene.layout
Modifier and TypeMethodDescriptionfinal ReadOnlyDoubleProperty
Region.heightProperty()
The height of this resizable node.final ReadOnlyDoubleProperty
TilePane.tileHeightProperty()
The actual height of each tile.final ReadOnlyDoubleProperty
TilePane.tileWidthProperty()
The actual width of each tile.final ReadOnlyDoubleProperty
Region.widthProperty()
The width of this resizable node. -
Uses of ReadOnlyDoubleProperty in javafx.scene.media
Modifier and TypeMethodDescriptionMediaPlayer.currentRateProperty()
The current rate of playback regardless of settings. -
Uses of ReadOnlyDoubleProperty in javafx.scene.text
Modifier and TypeMethodDescriptionfinal ReadOnlyDoubleProperty
Text.baselineOffsetProperty()
The 'alphabetic' (or roman) baseline offset from the Text node's layoutBounds.minY location. -
Uses of ReadOnlyDoubleProperty in javafx.scene.web
Modifier and TypeMethodDescriptionWebView.heightProperty()
Height of thisWebView
.WebView.widthProperty()
Width of thisWebView
. -
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.heightProperty()
The height of thisWindow
.final ReadOnlyDoubleProperty
Window.outputScaleXProperty()
The scale that theWindow
will apply to horizontal scene coordinates in all stages of rendering and compositing the output to the screen or other destination device.final ReadOnlyDoubleProperty
Window.outputScaleYProperty()
The scale that theWindow
will apply to vertical scene coordinates in all stages of rendering and compositing the output to the screen or other destination device.final ReadOnlyDoubleProperty
Window.widthProperty()
The width of thisWindow
.final ReadOnlyDoubleProperty
Window.xProperty()
The horizontal location of thisWindow
on the screen.final ReadOnlyDoubleProperty
Window.yProperty()
The vertical location of thisWindow
on the screen.