Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
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 ReadOnlyDoubleWrapper |
Scene.height
The height of this
Scene |
private ReadOnlyDoubleWrapper |
Scene.width
The width of this
Scene |
private ReadOnlyDoubleWrapper |
Scene.x
The horizontal location of this
Scene on the Window . |
private ReadOnlyDoubleWrapper |
Scene.y
The vertical location of this
Scene on the Window . |
Modifier and Type | Method and Description |
---|---|
private ReadOnlyDoubleWrapper |
Scene.heightPropertyImpl() |
private ReadOnlyDoubleWrapper |
Scene.widthPropertyImpl() |
private ReadOnlyDoubleWrapper |
Scene.xPropertyImpl() |
private ReadOnlyDoubleWrapper |
Scene.yPropertyImpl() |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyDoubleWrapper |
CategoryAxis.categorySpacing
This is the gap between one category and the next along this axis
|
private ReadOnlyDoubleWrapper |
ValueAxis.scale
The scale factor from data units to visual units
|
Modifier and Type | Method and Description |
---|---|
(package private) ReadOnlyDoubleWrapper |
ValueAxis.scalePropertyImpl() |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyDoubleWrapper |
Control.height |
private ReadOnlyDoubleWrapper |
TableColumn.width |
private ReadOnlyDoubleWrapper |
Control.width |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyDoubleWrapper |
Image.progress
The approximate percentage of image's loading that
has been completed.
|
Modifier and Type | Method and Description |
---|---|
private ReadOnlyDoubleWrapper |
Image.progressPropertyImpl() |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyDoubleWrapper |
Region.height |
private ReadOnlyDoubleWrapper |
TilePane.tileHeight |
private ReadOnlyDoubleWrapper |
TilePane.tileWidth |
private ReadOnlyDoubleWrapper |
Region.width |
Modifier and Type | Method and Description |
---|---|
private ReadOnlyDoubleWrapper |
Region.heightPropertyImpl() |
private ReadOnlyDoubleWrapper |
TilePane.tileHeightPropertyImpl() |
private ReadOnlyDoubleWrapper |
TilePane.tileWidthPropertyImpl() |
private ReadOnlyDoubleWrapper |
Region.widthPropertyImpl() |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyDoubleWrapper |
MediaPlayer.currentRate
The current rate of playback regardless of settings.
|
Modifier and Type | Method and Description |
---|---|
private ReadOnlyDoubleWrapper |
MediaPlayer.currentRatePropertyImpl() |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyDoubleWrapper |
Text.baselineOffset
The 'alphabetic' (or roman) baseline offset from the Text node's
layoutBounds.minY location.
|
Modifier and Type | Method and Description |
---|---|
private ReadOnlyDoubleWrapper |
Text.baselineOffsetPropertyImpl() |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyDoubleWrapper |
WebView.height |
private ReadOnlyDoubleWrapper |
WebEngine.LoadWorker.progress |
private ReadOnlyDoubleWrapper |
WebEngine.LoadWorker.totalWorkToBeDone |
private ReadOnlyDoubleWrapper |
WebView.width |
private ReadOnlyDoubleWrapper |
WebEngine.LoadWorker.workDone |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyDoubleWrapper |
Window.height
The height of this
Stage . |
private ReadOnlyDoubleWrapper |
Window.width
The width of this
Stage . |
private ReadOnlyDoubleWrapper |
Window.x
The horizontal location of this
Stage on the screen. |
private ReadOnlyDoubleWrapper |
Window.y
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