Comment | Returned-by | Constructor-argument | Method-argument | Field-type | Type-bound | Links |
This class defines a Property
wrapping a double
value.
The value of a DoubleProperty
can be get and set with get()
,
getValue()
, set(double)
, and setValue(Number)
.
A property can be bound and unbound unidirectional with
bind(ObservableValue)
and unbind()
. Bidirectional bindings
can be created and removed with bindBidirectional(Property)
and
unbindBidirectional(Property)
.
The context of a DoubleProperty
can be read with getBean()
and getName()
.
Note: setting or binding this property to a null value will set the property to "0.0". See setValue(java.lang.Number)
.
extends
javafx.beans.value.ObservableDoubleValue, javafx.beans.value.WritableDoubleValue, ReadOnlyDoubleProperty, Property
javafx.animation. Animation .rateProperty ()
javafx.animation. FadeTransition .byValueProperty ()
+ 2 morejavafx.animation. RotateTransition .byAngleProperty ()
+ 2 morejavafx.animation. ScaleTransition .byXProperty ()
+ 8 morejavafx.animation. TranslateTransition .byXProperty ()
+ 8 morejavafx.beans.property. DoubleProperty .doubleProperty ()
javafx.scene. Camera .farClipProperty ()
+ 1 morejavafx.scene. Node .layoutXProperty ()
+ 10 morejavafx.scene. PerspectiveCamera .fieldOfViewProperty ()
javafx.scene. SubScene .heightProperty ()
+ 1 morejavafx.scene.canvas. Canvas .heightProperty ()
+ 1 morejavafx.scene.chart. Axis .tickLabelGapProperty ()
+ 2 morejavafx.scene.chart. BarChart .barGapProperty ()
+ 1 morejavafx.scene.chart. CategoryAxis .endMarginProperty ()
+ 1 morejavafx.scene.chart. NumberAxis .tickUnitProperty ()
javafx.scene.chart. PieChart .labelLineLengthProperty ()
+ 1 morejavafx.scene.chart. PieChart.Data .pieValueProperty ()
javafx.scene.chart. StackedBarChart .categoryGapProperty ()
javafx.scene.chart. ValueAxis .lowerBoundProperty ()
+ 2 morejavafx.scene.control. ButtonBar .buttonMinWidthProperty ()
javafx.scene.control. Labeled .graphicTextGapProperty ()
+ 1 morejavafx.scene.control. ListView .fixedCellSizeProperty ()
javafx.scene.control. PopupControl .maxHeightProperty ()
+ 5 morejavafx.scene.control. ProgressIndicator .progressProperty ()
javafx.scene.control. ScrollBar .blockIncrementProperty ()
+ 5 morejavafx.scene.control. ScrollPane .hmaxProperty ()
+ 9 morejavafx.scene.control. Slider .blockIncrementProperty ()
+ 4 morejavafx.scene.control. SpinnerValueFactory.DoubleSpinnerValueFactory .amountToStepByProperty ()
+ 2 morejavafx.scene.control. SplitPane.Divider .positionProperty ()
javafx.scene.control. TabPane .tabMaxHeightProperty ()
+ 3 morejavafx.scene.control. TableColumnBase .maxWidthProperty ()
+ 2 morejavafx.scene.control. TableView .fixedCellSizeProperty ()
javafx.scene.control. TextArea .scrollLeftProperty ()
+ 1 morejavafx.scene.control. Tooltip .graphicTextGapProperty ()
javafx.scene.control. TreeTableView .fixedCellSizeProperty ()
javafx.scene.control. TreeView .fixedCellSizeProperty ()
javafx.scene.control.skin. MenuBarSkin .spacingProperty ()
javafx.scene.control.skin. TreeCellSkin .indentProperty ()
javafx.scene.control.skin. TreeTableRowSkin .indentProperty ()
javafx.scene.control.skin. VirtualFlow .fixedCellSizeProperty ()
+ 1 morejavafx.scene.effect. Blend .opacityProperty ()
javafx.scene.effect. Bloom .thresholdProperty ()
javafx.scene.effect. BoxBlur .heightProperty ()
+ 1 morejavafx.scene.effect. ColorAdjust .brightnessProperty ()
+ 3 morejavafx.scene.effect. ColorInput .heightProperty ()
+ 3 morejavafx.scene.effect. DisplacementMap .offsetXProperty ()
+ 3 morejavafx.scene.effect. DropShadow .heightProperty ()
+ 5 morejavafx.scene.effect. GaussianBlur .radiusProperty ()
javafx.scene.effect. Glow .levelProperty ()
javafx.scene.effect. ImageInput .xProperty ()
+ 1 morejavafx.scene.effect. InnerShadow .chokeProperty ()
+ 5 morejavafx.scene.effect. Light.Distant .azimuthProperty ()
+ 1 morejavafx.scene.effect. Light.Point .xProperty ()
+ 2 morejavafx.scene.effect. Light.Spot .pointsAtXProperty ()
+ 3 morejavafx.scene.effect. Lighting .diffuseConstantProperty ()
+ 3 morejavafx.scene.effect. MotionBlur .angleProperty ()
+ 1 morejavafx.scene.effect. PerspectiveTransform .llxProperty ()
+ 7 morejavafx.scene.effect. Reflection .bottomOpacityProperty ()
+ 3 morejavafx.scene.effect. SepiaTone .levelProperty ()
javafx.scene.effect. Shadow .heightProperty ()
+ 2 morejavafx.scene.image. ImageView .fitHeightProperty ()
+ 3 morejavafx.scene.layout. ColumnConstraints .maxWidthProperty ()
+ 3 morejavafx.scene.layout. FlowPane .hgapProperty ()
+ 2 morejavafx.scene.layout. GridPane .hgapProperty ()
+ 1 morejavafx.scene.layout. HBox .spacingProperty ()
javafx.scene.layout. Region .maxHeightProperty ()
+ 5 morejavafx.scene.layout. RowConstraints .maxHeightProperty ()
+ 3 morejavafx.scene.layout. TilePane .hgapProperty ()
+ 3 morejavafx.scene.layout. VBox .spacingProperty ()
javafx.scene.media. AudioClip .balanceProperty ()
+ 3 morejavafx.scene.media. EqualizerBand .bandwidthProperty ()
+ 2 morejavafx.scene.media. MediaPlayer .audioSpectrumIntervalProperty ()
+ 3 morejavafx.scene.media. MediaView .fitHeightProperty ()
+ 3 morejavafx.scene.paint. PhongMaterial .specularPowerProperty ()
javafx.scene.shape. Arc .centerXProperty ()
+ 5 morejavafx.scene.shape. ArcTo .XAxisRotationProperty ()
+ 4 morejavafx.scene.shape. Box .depthProperty ()
+ 2 morejavafx.scene.shape. Circle .centerXProperty ()
+ 2 morejavafx.scene.shape. CubicCurve .controlX1Property ()
+ 7 morejavafx.scene.shape. CubicCurveTo .controlX1Property ()
+ 5 morejavafx.scene.shape. Cylinder .heightProperty ()
+ 1 morejavafx.scene.shape. Ellipse .centerXProperty ()
+ 3 morejavafx.scene.shape. HLineTo .xProperty ()
javafx.scene.shape. Line .endXProperty ()
+ 3 morejavafx.scene.shape. LineTo .xProperty ()
+ 1 morejavafx.scene.shape. MoveTo .xProperty ()
+ 1 morejavafx.scene.shape. QuadCurve .controlXProperty ()
+ 5 morejavafx.scene.shape. QuadCurveTo .controlXProperty ()
+ 3 morejavafx.scene.shape. Rectangle .arcHeightProperty ()
+ 5 morejavafx.scene.shape. Shape .strokeDashOffsetProperty ()
+ 2 morejavafx.scene.shape. Sphere .radiusProperty ()
javafx.scene.shape. VLineTo .yProperty ()
javafx.scene.text. Text .lineSpacingProperty ()
+ 3 morejavafx.scene.text. TextFlow .lineSpacingProperty ()
javafx.scene.transform. Affine .mxxProperty ()
+ 11 morejavafx.scene.transform. Rotate .angleProperty ()
+ 3 morejavafx.scene.transform. Scale .pivotXProperty ()
+ 5 morejavafx.scene.transform. Shear .pivotXProperty ()
+ 3 morejavafx.scene.transform. Translate .xProperty ()
+ 2 morejavafx.scene.web. WebView .fontScaleProperty ()
+ 7 morejavafx.stage. Stage .maxHeightProperty ()
+ 3 morejavafx.stage. Window .opacityProperty ()
+ 2 more