Uses of Class
javafx.beans.property.ReadOnlyDoubleProperty
-
Packages that use ReadOnlyDoubleProperty 软件包 描述 javafx.animation 提供一组类,便于使用基于过渡的动画。javafx.beans.property 程序包javafx.beans.property
定义只读属性和可写属性,加上一些实现。javafx.beans.property.adapter 提供各种类,作为常规Java Bean属性和对应的JavaFX Property
之间的适配器。javafx.concurrent 提供javafx.task的一组类。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。javafx.scene 为JavaFX Scene Graph API提供核心的基类集。javafx.scene.chart JavaFX用户界面提供了一组图表组件,这是一种非常方便的数据可视化方式。javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。javafx.scene.control.skin javafx.scene.control.skin包是皮肤类(通常每个UI控件一个)所在的位置javafx.scene.image 提供加载和显示图像的一组类。javafx.scene.layout 提供类来支持用户界面布局。javafx.scene.media 提供用于将音频和视频集成到Java FX应用程序中的一组类。javafx.scene.text 为字体和可渲染的文本节点提供一组类。javafx.scene.web 该软件包提供了加载和显示Web内容的方法。javafx.stage 提供JavaFX内容的顶级容器类。 -
-
Uses of ReadOnlyDoubleProperty in javafx.animation
Methods in javafx.animation that return ReadOnlyDoubleProperty Modifier and Type 方法 描述 ReadOnlyDoubleProperty
Animation. currentRateProperty()
只读变量来指示正在播放Animation
当前方向/速度。 -
Uses of ReadOnlyDoubleProperty in javafx.beans.property
Subclasses of ReadOnlyDoubleProperty in javafx.beans.property Modifier and Type Class 描述 class
DoubleProperty
这个类定义了一个Property
包裹一个double
值。class
DoublePropertyBase
DoublePropertyBase
类是包含double
值的属性的基类。class
ReadOnlyDoublePropertyBase
所有只读属性的基类包装一个double
。class
ReadOnlyDoubleWrapper
该类提供了一个方便的类来定义只读属性。class
SimpleDoubleProperty
Methods in javafx.beans.property that return ReadOnlyDoubleProperty Modifier and Type 方法 描述 ReadOnlyDoubleProperty
ReadOnlyDoubleWrapper. getReadOnlyProperty()
返回与此ReadOnlyDoubleWrapper
同步的只读属性。static <T extends Number>
ReadOnlyDoublePropertyReadOnlyDoubleProperty. readOnlyDoubleProperty(ReadOnlyProperty<T> property)
返回一个ReadOnlyDoubleProperty
的ReadOnlyDoubleProperty 。 -
Uses of ReadOnlyDoubleProperty in javafx.beans.property.adapter
Subclasses of ReadOnlyDoubleProperty in javafx.beans.property.adapter Modifier and Type Class 描述 class
JavaBeanDoubleProperty
AJavaBeanDoubleProperty
在double
或Double
之间的常规Java Bean属性和JavaFXDoubleProperty
之间提供了一个适配器。class
ReadOnlyJavaBeanDoubleProperty
AReadOnlyJavaBeanDoubleProperty
在double
或Double
类型的常规只读Java Bean属性和JavaFXReadOnlyDoubleProperty
之间提供了一个适配器。 -
Uses of ReadOnlyDoubleProperty in javafx.concurrent
Methods in javafx.concurrent that return ReadOnlyDoubleProperty Modifier and Type 方法 描述 ReadOnlyDoubleProperty
Service. progressProperty()
ReadOnlyDoubleProperty
Task. progressProperty()
ReadOnlyDoubleProperty
Worker. progressProperty()
获取表示进度的ReadOnlyDoubleProperty。ReadOnlyDoubleProperty
Service. totalWorkProperty()
ReadOnlyDoubleProperty
Task. totalWorkProperty()
ReadOnlyDoubleProperty
Worker. totalWorkProperty()
获取ReadOnlyDoubleProperty代表需要完成的最大工作量。ReadOnlyDoubleProperty
Service. workDoneProperty()
ReadOnlyDoubleProperty
Task. workDoneProperty()
ReadOnlyDoubleProperty
Worker. workDoneProperty()
获取表示当前进度的ReadOnlyDoubleProperty。 -
Uses of ReadOnlyDoubleProperty in javafx.css
Subclasses of ReadOnlyDoubleProperty in javafx.css Modifier and Type Class 描述 class
SimpleStyleableDoubleProperty
该课程扩展了SimpleDoubleProperty
并提供了一个StyleableProperty
的完整实现。class
StyleableDoubleProperty
这个类扩展了DoublePropertyBase
并提供了一个StyleableProperty
的部分实现。 -
Uses of ReadOnlyDoubleProperty in javafx.scene
Methods in javafx.scene that return ReadOnlyDoubleProperty Modifier and Type 方法 描述 ReadOnlyDoubleProperty
Scene. heightProperty()
这个Scene
的高度ReadOnlyDoubleProperty
ImageCursor. hotspotXProperty()
光标热点的X坐标。ReadOnlyDoubleProperty
ImageCursor. hotspotYProperty()
光标热点的Y坐标。ReadOnlyDoubleProperty
Scene. widthProperty()
这个宽度Scene
ReadOnlyDoubleProperty
Scene. xProperty()
这个Scene
的水平位置在Window
。ReadOnlyDoubleProperty
Scene. yProperty()
这个Scene
的垂直位置在Window
。 -
Uses of ReadOnlyDoubleProperty in javafx.scene.chart
Methods in javafx.scene.chart that return ReadOnlyDoubleProperty Modifier and Type 方法 描述 ReadOnlyDoubleProperty
CategoryAxis. categorySpacingProperty()
这是沿着这个轴线的一个类别和下一个类别之间的差距ReadOnlyDoubleProperty
ValueAxis. scaleProperty()
从数据单位到视觉单位的比例因子 -
Uses of ReadOnlyDoubleProperty in javafx.scene.control
Methods in javafx.scene.control that return ReadOnlyDoubleProperty Modifier and Type 方法 描述 ReadOnlyDoubleProperty
Dialog. heightProperty()
表示对话框高度的属性。ReadOnlyDoubleProperty
Dialog. widthProperty()
表示对话框宽度的属性。ReadOnlyDoubleProperty
TableColumnBase. widthProperty()
此列的宽度。ReadOnlyDoubleProperty
Dialog. xProperty()
这个水平位置这个Dialog
。ReadOnlyDoubleProperty
Dialog. yProperty()
这个Dialog
的垂直位置。 -
Uses of ReadOnlyDoubleProperty in javafx.scene.control.skin
Methods in javafx.scene.control.skin that return ReadOnlyDoubleProperty Modifier and Type 方法 描述 ReadOnlyDoubleProperty
CellSkinBase. cellSizeProperty()
默认单元格大小。 -
Uses of ReadOnlyDoubleProperty in javafx.scene.image
Methods in javafx.scene.image that return ReadOnlyDoubleProperty Modifier and Type 方法 描述 ReadOnlyDoubleProperty
Image. heightProperty()
图像高度或0
如果图像加载失败。ReadOnlyDoubleProperty
Image. progressProperty()
已完成图像加载的大致百分比。ReadOnlyDoubleProperty
Image. widthProperty()
图像宽度或0
如果图像加载失败。 -
Uses of ReadOnlyDoubleProperty in javafx.scene.layout
Methods in javafx.scene.layout that return ReadOnlyDoubleProperty Modifier and Type 方法 描述 ReadOnlyDoubleProperty
Region. heightProperty()
这个可调节大小的节点的高度。ReadOnlyDoubleProperty
TilePane. tileHeightProperty()
每个瓷砖的实际高度。ReadOnlyDoubleProperty
TilePane. tileWidthProperty()
每个瓷砖的实际宽度。ReadOnlyDoubleProperty
Region. widthProperty()
这个可调节大小的节点的宽度。 -
Uses of ReadOnlyDoubleProperty in javafx.scene.media
Methods in javafx.scene.media that return ReadOnlyDoubleProperty Modifier and Type 方法 描述 ReadOnlyDoubleProperty
MediaPlayer. currentRateProperty()
当前的播放速度,无论设置如何。 -
Uses of ReadOnlyDoubleProperty in javafx.scene.text
Methods in javafx.scene.text that return ReadOnlyDoubleProperty Modifier and Type 方法 描述 ReadOnlyDoubleProperty
Text. baselineOffsetProperty()
“文字”(或罗马)基线偏离了文本节点的layoutBounds.minY位置。 -
Uses of ReadOnlyDoubleProperty in javafx.scene.web
Methods in javafx.scene.web that return ReadOnlyDoubleProperty Modifier and Type 方法 描述 ReadOnlyDoubleProperty
WebView. heightProperty()
身高WebView
。ReadOnlyDoubleProperty
WebView. widthProperty()
此宽度WebView
。 -
Uses of ReadOnlyDoubleProperty in javafx.stage
Methods in javafx.stage that return ReadOnlyDoubleProperty Modifier and Type 方法 描述 ReadOnlyDoubleProperty
PopupWindow. anchorXProperty()
指定屏幕上弹出锚点的x坐标。ReadOnlyDoubleProperty
PopupWindow. anchorYProperty()
指定屏幕上弹出锚点的y坐标。ReadOnlyDoubleProperty
Window. heightProperty()
这个Window
的高度。ReadOnlyDoubleProperty
Window. outputScaleXProperty()
Window
将在渲染和将输出合成到屏幕或其他目标设备的所有阶段中应用于水平场景坐标的比例。ReadOnlyDoubleProperty
Window. outputScaleYProperty()
Window
将适用于垂直场景坐标在渲染和合成输出到屏幕或其他目标设备的所有阶段的规模。ReadOnlyDoubleProperty
Window. widthProperty()
这个宽度Window
。ReadOnlyDoubleProperty
Window. xProperty()
这个Window
在屏幕上的水平位置。ReadOnlyDoubleProperty
Window. yProperty()
这个Window
在屏幕上的垂直位置。
-