Spec-Zone .ru
спецификации, руководства, описания, API
|
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.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 | Field and Description |
---|---|
private ReadOnlyDoubleProperty |
Animation.currentRate
Read-only variable to indicate current direction/speed at which the
Animation is being played. |
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 . |
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 |
Worker.progressProperty()
Gets the ReadOnlyDoubleProperty representing the progress.
|
ReadOnlyDoubleProperty |
Task.progressProperty() |
ReadOnlyDoubleProperty |
Service.progressProperty() |
ReadOnlyDoubleProperty |
Worker.totalWorkProperty()
Gets the ReadOnlyDoubleProperty representing the maximum amount of work
that needs to be done.
|
ReadOnlyDoubleProperty |
Task.totalWorkProperty() |
ReadOnlyDoubleProperty |
Service.totalWorkProperty() |
ReadOnlyDoubleProperty |
Worker.workDoneProperty()
Gets the ReadOnlyDoubleProperty representing the current progress.
|
ReadOnlyDoubleProperty |
Task.workDoneProperty() |
ReadOnlyDoubleProperty |
Service.workDoneProperty() |
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 |
Control.heightProperty()
The height of this control.
|
ReadOnlyDoubleProperty |
TableColumn.widthProperty()
The width of this column.
|
ReadOnlyDoubleProperty |
Control.widthProperty()
The width of this control.
|
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 |
WebEngine.LoadWorker.progressProperty() |
ReadOnlyDoubleProperty |
WebEngine.LoadWorker.totalWorkProperty() |
ReadOnlyDoubleProperty |
WebView.widthProperty()
Width of this
WebView . |
ReadOnlyDoubleProperty |
WebEngine.LoadWorker.workDoneProperty() |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to