Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
javafx.beans.property |
The package
javafx.beans.property defines read-only
properties and writable properties, plus a number of implementations. |
javafx.beans.property.adapter | |
javafx.concurrent |
Provides the set of classes for javafx.task.
|
javafx.css |
Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.chart |
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
|
javafx.scene.control |
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.
|
javafx.scene.image |
Provides the set of classes for loading and displaying images.
|
javafx.scene.layout |
Provides classes to support user interface layout.
|
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyDoubleProperty |
Animation.currentRateProperty()
Read-only variable to indicate current direction/speed at which the
Animation is being played. |
Modifier and Type | Class and Description |
---|---|
class |
DoubleProperty
This class defines a
Property wrapping a double value. |
class |
DoublePropertyBase
The class
DoublePropertyBase is the base class for a property
wrapping a double value. |
class |
ReadOnlyDoublePropertyBase
Base class for all readonly properties wrapping a
double . |
class |
ReadOnlyDoubleWrapper
This class provides a convenient class to define read-only properties.
|
class |
SimpleDoubleProperty
This class provides a full implementation of a
Property wrapping a
double value. |
Modifier and Type | Method and Description |
---|---|
ReadOnlyDoubleProperty |
ReadOnlyDoubleWrapper.getReadOnlyProperty()
Returns the read-only property, that is synchronized with this
ReadOnlyDoubleWrapper . |
static <T extends Number> |
ReadOnlyDoubleProperty.readOnlyDoubleProperty(ReadOnlyProperty<T> property)
Returns a
ReadOnlyDoubleProperty that wraps a
ReadOnlyProperty . |
Modifier and Type | Class and Description |
---|---|
class |
JavaBeanDoubleProperty
A
JavaBeanDoubleProperty provides an adapter between a regular
Java Bean property of type double or Double and a JavaFX
DoubleProperty . |
class |
ReadOnlyJavaBeanDoubleProperty
A
ReadOnlyJavaBeanDoubleProperty provides an adapter between a regular
read only Java Bean property of type double or Double and a JavaFX
ReadOnlyDoubleProperty . |
Modifier and Type | Method and Description |
---|---|
ReadOnlyDoubleProperty |
Service.progressProperty() |
ReadOnlyDoubleProperty |
Task.progressProperty() |
ReadOnlyDoubleProperty |
Worker.progressProperty()
Gets the ReadOnlyDoubleProperty representing the progress.
|
ReadOnlyDoubleProperty |
Service.totalWorkProperty() |
ReadOnlyDoubleProperty |
Task.totalWorkProperty() |
ReadOnlyDoubleProperty |
Worker.totalWorkProperty()
Gets the ReadOnlyDoubleProperty representing the maximum amount of work
that needs to be done.
|
ReadOnlyDoubleProperty |
Service.workDoneProperty() |
ReadOnlyDoubleProperty |
Task.workDoneProperty() |
ReadOnlyDoubleProperty |
Worker.workDoneProperty()
Gets the ReadOnlyDoubleProperty representing the current progress.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleStyleableDoubleProperty
This class extends
SimpleDoubleProperty and provides a full
implementation of a StyleableProperty . |
class |
StyleableDoubleProperty
This class extends
DoublePropertyBase and provides a partial
implementation of a StyleableProperty . |
Modifier and Type | Method and Description |
---|---|
ReadOnlyDoubleProperty |
Scene.heightProperty()
The height of this
Scene |
ReadOnlyDoubleProperty |
ImageCursor.hotspotXProperty()
The X coordinate of the cursor's hot spot.
|
ReadOnlyDoubleProperty |
ImageCursor.hotspotYProperty()
The Y coordinate of the cursor's hot spot.
|
ReadOnlyDoubleProperty |
Scene.widthProperty()
The width of this
Scene |
ReadOnlyDoubleProperty |
Scene.xProperty()
The horizontal location of this
Scene on the Window . |
ReadOnlyDoubleProperty |
Scene.yProperty()
The vertical location of this
Scene on the Window . |
Modifier and Type | Method and Description |
---|---|
ReadOnlyDoubleProperty |
CategoryAxis.categorySpacingProperty()
This is the gap between one category and the next along this axis
|
ReadOnlyDoubleProperty |
ValueAxis.scaleProperty()
The scale factor from data units to visual units
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyDoubleProperty |
Dialog.heightProperty()
Property representing the height of the dialog.
|
ReadOnlyDoubleProperty |
Dialog.widthProperty()
Property representing the width of the dialog.
|
ReadOnlyDoubleProperty |
TableColumnBase.widthProperty()
The width of this column.
|
ReadOnlyDoubleProperty |
Dialog.xProperty()
The horizontal location of this
Dialog . |
ReadOnlyDoubleProperty |
Dialog.yProperty()
The vertical location of this
Dialog . |
Modifier and Type | Method and Description |
---|---|
ReadOnlyDoubleProperty |
Image.heightProperty()
The image height or
0 if the image loading fails. |
ReadOnlyDoubleProperty |
Image.progressProperty()
The approximate percentage of image's loading that
has been completed.
|
ReadOnlyDoubleProperty |
Image.widthProperty()
The image width or
0 if the image loading fails. |
Modifier and Type | Method and Description |
---|---|
ReadOnlyDoubleProperty |
Region.heightProperty()
The height of this resizable node.
|
ReadOnlyDoubleProperty |
TilePane.tileHeightProperty()
The actual height of each tile.
|
ReadOnlyDoubleProperty |
TilePane.tileWidthProperty()
The actual width of each tile.
|
ReadOnlyDoubleProperty |
Region.widthProperty()
The width of this resizable node.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyDoubleProperty |
MediaPlayer.currentRateProperty()
The current rate of playback regardless of settings.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyDoubleProperty |
Text.baselineOffsetProperty()
The 'alphabetic' (or roman) baseline offset from the Text node's
layoutBounds.minY location.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyDoubleProperty |
WebView.heightProperty()
Height of this
WebView . |
ReadOnlyDoubleProperty |
WebView.widthProperty()
Width of this
WebView . |
Modifier and Type | Method and Description |
---|---|
ReadOnlyDoubleProperty |
PopupWindow.anchorXProperty()
Specifies the x coordinate of the popup anchor point on the screen.
|
ReadOnlyDoubleProperty |
PopupWindow.anchorYProperty()
Specifies the y coordinate of the popup anchor point on the screen.
|
ReadOnlyDoubleProperty |
Window.heightProperty()
The height of this
Stage . |
ReadOnlyDoubleProperty |
Window.widthProperty()
The width of this
Stage . |
ReadOnlyDoubleProperty |
Window.xProperty()
The horizontal location of this
Stage on the screen. |
ReadOnlyDoubleProperty |
Window.yProperty()
The vertical location of this
Stage on the screen. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.