Uses of Class
javafx.beans.binding.DoubleExpression
-
Packages that use DoubleExpression 软件包 描述 javafx.beans.binding javafx.beans.property 程序包javafx.beans.property
定义只读属性和可写属性,以及一些实现。javafx.beans.property.adapter 提供各种类,作为常规Java Bean属性和对应的JavaFX Property
之间的适配器。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。javafx.scene.chart JavaFX用户界面提供了一组图表组件,这是一种非常方便的数据可视化方式。 -
-
Uses of DoubleExpression in javafx.beans.binding
Subclasses of DoubleExpression in javafx.beans.binding Modifier and Type Class 描述 class
DoubleBinding
提供实现double
值Binding
所需的大部分功能的基类。Methods in javafx.beans.binding that return DoubleExpression Modifier and Type 方法 描述 static DoubleExpression
DoubleExpression. doubleExpression(ObservableDoubleValue value)
返回一个DoubleExpression
,其中包含一个ObservableDoubleValue
。static <T extends Number>
DoubleExpressionDoubleExpression. doubleExpression(ObservableValue<T> value)
返回一个DoubleExpression
,其中包含一个ObservableValue
。 -
Uses of DoubleExpression in javafx.beans.property
Subclasses of DoubleExpression in javafx.beans.property Modifier and Type Class 描述 class
DoubleProperty
这个类定义了一个Property
包裹一个double
值。class
DoublePropertyBase
DoublePropertyBase
类是包含double
值的属性的基类。class
ReadOnlyDoubleProperty
超类为所有只读属性包装一个double
。class
ReadOnlyDoublePropertyBase
所有只读属性的基类包装一个double
。class
ReadOnlyDoubleWrapper
该类提供了一个方便的类来定义只读属性。class
SimpleDoubleProperty
-
Uses of DoubleExpression in javafx.beans.property.adapter
Subclasses of DoubleExpression 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 DoubleExpression in javafx.css
Subclasses of DoubleExpression in javafx.css Modifier and Type Class 描述 class
SimpleStyleableDoubleProperty
该课程扩展了SimpleDoubleProperty
并提供了一个StyleableProperty
的完整实现。class
StyleableDoubleProperty
这个类扩展了DoublePropertyBase
并提供了一个StyleableProperty
的部分实现。 -
Uses of DoubleExpression in javafx.scene.chart
Methods in javafx.scene.chart that return DoubleExpression Modifier and Type 方法 描述 DoubleExpression
Axis.TickMark. positionProperty()
The display position along the axis from axis origin in display units
-