Uses of Class
javafx.beans.property.ReadOnlyDoubleProperty
Packages that use 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.task.
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
Methods in javafx.animation that return ReadOnlyDoublePropertyModifier and TypeMethodDescriptionAnimation.currentRateProperty()Read-only variable to indicate current direction/speed at which theAnimationis being played. -
Uses of ReadOnlyDoubleProperty in javafx.beans.property
Subclasses of ReadOnlyDoubleProperty in javafx.beans.propertyModifier and TypeClassDescriptionclassThis class defines aPropertywrapping adoublevalue.classThe classDoublePropertyBaseis the base class for a property wrapping adoublevalue.classBase class for all readonly properties wrapping adouble.classThis class provides a convenient class to define read-only properties.classThis class provides a full implementation of aPropertywrapping adoublevalue.Methods in javafx.beans.property that return ReadOnlyDoublePropertyModifier and TypeMethodDescriptionReadOnlyDoubleWrapper.getReadOnlyProperty()Returns the read-only property, that is synchronized with thisReadOnlyDoubleWrapper.static <T extends Number>
ReadOnlyDoublePropertyReadOnlyDoubleProperty.readOnlyDoubleProperty(ReadOnlyProperty<T> property)Returns aReadOnlyDoublePropertythat wraps aReadOnlyProperty. -
Uses of ReadOnlyDoubleProperty in javafx.beans.property.adapter
Subclasses of ReadOnlyDoubleProperty in javafx.beans.property.adapterModifier and TypeClassDescriptionclassAJavaBeanDoublePropertyprovides an adapter between a regular Java Bean property of typedoubleorDoubleand a JavaFXDoubleProperty.classAReadOnlyJavaBeanDoublePropertyprovides an adapter between a regular read only Java Bean property of typedoubleorDoubleand a JavaFXReadOnlyDoubleProperty. -
Uses of ReadOnlyDoubleProperty in javafx.concurrent
Methods in javafx.concurrent that return ReadOnlyDoublePropertyModifier and TypeMethodDescriptionService.progressProperty()Task.progressProperty()Worker.progressProperty()Gets the ReadOnlyDoubleProperty representing the progress.Service.totalWorkProperty()Task.totalWorkProperty()Worker.totalWorkProperty()Gets the ReadOnlyDoubleProperty representing the maximum amount of work that needs to be done.Service.workDoneProperty()Task.workDoneProperty()Worker.workDoneProperty()Gets the ReadOnlyDoubleProperty representing the current progress. -
Uses of ReadOnlyDoubleProperty in javafx.css
Subclasses of ReadOnlyDoubleProperty in javafx.cssModifier and TypeClassDescriptionclassThis class extendsSimpleDoublePropertyand provides a full implementation of aStyleableProperty.classThis class extendsDoublePropertyBaseand provides a partial implementation of aStyleableProperty. -
Uses of ReadOnlyDoubleProperty in javafx.scene
Methods in javafx.scene that return ReadOnlyDoublePropertyModifier and TypeMethodDescriptionScene.heightProperty()The height of thisSceneImageCursor.hotspotXProperty()The X coordinate of the cursor's hot spot.ImageCursor.hotspotYProperty()The Y coordinate of the cursor's hot spot.Scene.widthProperty()The width of thisSceneScene.xProperty()The horizontal location of thisSceneon theWindow.Scene.yProperty()The vertical location of thisSceneon theWindow. -
Uses of ReadOnlyDoubleProperty in javafx.scene.chart
Methods in javafx.scene.chart that return ReadOnlyDoublePropertyModifier and TypeMethodDescriptionCategoryAxis.categorySpacingProperty()This is the gap between one category and the next along this axisValueAxis.scaleProperty()The scale factor from data units to visual units -
Uses of ReadOnlyDoubleProperty in javafx.scene.control
Methods in javafx.scene.control that return ReadOnlyDoublePropertyModifier and TypeMethodDescriptionDialog.heightProperty()Property representing the height of the dialog.Dialog.widthProperty()Property representing the width of the dialog.TableColumnBase.widthProperty()The width of this column.Dialog.xProperty()The horizontal location of thisDialog.Dialog.yProperty()The vertical location of thisDialog. -
Uses of ReadOnlyDoubleProperty in javafx.scene.control.skin
Methods in javafx.scene.control.skin that return ReadOnlyDoubleProperty -
Uses of ReadOnlyDoubleProperty in javafx.scene.image
Methods in javafx.scene.image that return ReadOnlyDoublePropertyModifier and TypeMethodDescriptionImage.heightProperty()The image height or0if the image loading fails.Image.progressProperty()The approximate percentage of image's loading that has been completed.Image.widthProperty()The image width or0if the image loading fails. -
Uses of ReadOnlyDoubleProperty in javafx.scene.layout
Methods in javafx.scene.layout that return ReadOnlyDoublePropertyModifier and TypeMethodDescriptionRegion.heightProperty()The height of this resizable node.TilePane.tileHeightProperty()The actual height of each tile.TilePane.tileWidthProperty()The actual width of each tile.Region.widthProperty()The width of this resizable node. -
Uses of ReadOnlyDoubleProperty in javafx.scene.media
Methods in javafx.scene.media that return ReadOnlyDoublePropertyModifier and TypeMethodDescriptionMediaPlayer.currentRateProperty()The current rate of playback regardless of settings. -
Uses of ReadOnlyDoubleProperty in javafx.scene.text
Methods in javafx.scene.text that return ReadOnlyDoublePropertyModifier and TypeMethodDescriptionText.baselineOffsetProperty()The 'alphabetic' (or roman) baseline offset from the Text node's layoutBounds.minY location. -
Uses of ReadOnlyDoubleProperty in javafx.scene.web
Methods in javafx.scene.web that return ReadOnlyDoublePropertyModifier and TypeMethodDescriptionWebView.heightProperty()Height of thisWebView.WebView.widthProperty()Width of thisWebView. -
Uses of ReadOnlyDoubleProperty in javafx.stage
Methods in javafx.stage that return ReadOnlyDoublePropertyModifier and TypeMethodDescriptionPopupWindow.anchorXProperty()Specifies the x coordinate of the popup anchor point on the screen.PopupWindow.anchorYProperty()Specifies the y coordinate of the popup anchor point on the screen.Window.heightProperty()The height of thisWindow.Window.outputScaleXProperty()The scale that theWindowwill apply to horizontal scene coordinates in all stages of rendering and compositing the output to the screen or other destination device.Window.outputScaleYProperty()The scale that theWindowwill apply to vertical scene coordinates in all stages of rendering and compositing the output to the screen or other destination device.Window.widthProperty()The width of thisWindow.Window.xProperty()The horizontal location of thisWindowon the screen.Window.yProperty()The vertical location of thisWindowon the screen.