Uses of Class
javafx.beans.property.DoubleProperty
Package
Description
-
Uses of DoubleProperty in dev.webfx.kit.launcher.spi
Modifier and TypeMethodDescriptiondefault DoubleProperty
WebFxKitLauncherProvider.canvasPixelDensityProperty
(Canvas canvas) -
Uses of DoubleProperty in dev.webfx.kit.launcher.spi.impl.gwtj2cl
Modifier and TypeMethodDescriptionGwtJ2clWebFxKitLauncherProvider.canvasPixelDensityProperty
(Canvas canvas) -
Uses of DoubleProperty in dev.webfx.kit.mapper.peers.javafxgraphics.markers
Modifier and TypeMethodDescriptionHasAngleProperty.angleProperty()
HasArcHeightProperty.arcHeightProperty()
HasArcWidthProperty.arcWidthProperty()
HasCenterXProperty.centerXProperty()
HasCenterYProperty.centerYProperty()
HasEndXProperty.endXProperty()
HasEndYProperty.endYProperty()
HasFitHeightProperty.fitHeightProperty()
HasFitWidthProperty.fitWidthProperty()
HasHeightProperty.heightProperty()
HasHgapProperty.hgapProperty()
HasLayoutXProperty.layoutXProperty()
HasLayoutYProperty.layoutYProperty()
HasMaxHeightProperty.maxHeightProperty()
HasMaxProperty.maxProperty()
HasMaxWidthProperty.maxWidthProperty()
HasMinHeightProperty.minHeightProperty()
HasMinProperty.minProperty()
HasMinWidthProperty.minWidthProperty()
HasOpacityProperty.opacityProperty()
HasPivotXProperty.pivotXProperty()
HasPivotYProperty.pivotYProperty()
HasPrefHeightProperty.prefHeightProperty()
HasPrefWidthProperty.prefWidthProperty()
HasPrefWrapLengthProperty.prefWrapLengthProperty()
HasRadiusProperty.radiusProperty()
HasSpacingProperty.spacingProperty()
HasStartXProperty.startXProperty()
HasStartYProperty.startYProperty()
HasStrokeDashOffsetProperty.strokeDashOffsetProperty()
HasStrokeMiterLimitProperty.strokeMiterLimitProperty()
HasStrokeWidthProperty.strokeWidthProperty()
HasValueProperty.valueProperty()
HasVgapProperty.vgapProperty()
HasWidthProperty.widthProperty()
HasWrappingWidthProperty.wrappingWidthProperty()
HasXProperty.xProperty()
HasYProperty.yProperty()
-
Uses of DoubleProperty in javafx.animation
Modifier and TypeMethodDescriptionfinal DoubleProperty
FadeTransition.byValueProperty()
Specifies the incremented stop opacity value, from the start, of thisFadeTransition
.final DoubleProperty
ScaleTransition.byXProperty()
Specifies the incremented stop X scale value, from the start, of thisScaleTransition
.final DoubleProperty
TranslateTransition.byXProperty()
Specifies the incremented stop X coordinate value, from the start, of thisTranslateTransition
.final DoubleProperty
ScaleTransition.byYProperty()
Specifies the incremented stop Y scale value, from the start, of thisScaleTransition
.final DoubleProperty
TranslateTransition.byYProperty()
Specifies the incremented stop Y coordinate value, from the start, of thisTranslateTransition
.final DoubleProperty
ScaleTransition.byZProperty()
Specifies the incremented stop Z scale value, from the start, of thisScaleTransition
.final DoubleProperty
TranslateTransition.byZProperty()
Specifies the incremented stop Z coordinate value, from the start, of thisTranslateTransition
.final DoubleProperty
FadeTransition.fromValueProperty()
Specifies the start opacity value for thisFadeTransition
.final DoubleProperty
ScaleTransition.fromXProperty()
Specifies the start X scale value of thisScaleTransition
.final DoubleProperty
TranslateTransition.fromXProperty()
Specifies the start X coordinate value of thisTranslateTransition
.final DoubleProperty
ScaleTransition.fromYProperty()
Specifies the start Y scale value of thisScaleTransition
.final DoubleProperty
TranslateTransition.fromYProperty()
Specifies the start Y coordinate value of thisTranslateTransition
.final DoubleProperty
ScaleTransition.fromZProperty()
Specifies the start Z scale value of thisScaleTransition
.final DoubleProperty
TranslateTransition.fromZProperty()
Specifies the start Z coordinate value of thisTranslateTransition
.final DoubleProperty
Animation.rateProperty()
Defines the direction/speed at which theAnimation
is expected to be played.final DoubleProperty
FadeTransition.toValueProperty()
Specifies the stop opacity value for thisFadeTransition
.final DoubleProperty
ScaleTransition.toXProperty()
Specifies the stop X scale value of thisScaleTransition
.final DoubleProperty
TranslateTransition.toXProperty()
Specifies the stop X coordinate value of thisTranslateTransition
.final DoubleProperty
ScaleTransition.toYProperty()
The stop Y scale value of thisScaleTransition
.final DoubleProperty
TranslateTransition.toYProperty()
Specifies the stop Y coordinate value of thisTranslateTransition
.final DoubleProperty
ScaleTransition.toZProperty()
The stop Z scale value of thisScaleTransition
.final DoubleProperty
TranslateTransition.toZProperty()
Specifies the stop Z coordinate value of thisTranslateTransition
. -
Uses of DoubleProperty in javafx.beans.property
Modifier and TypeClassDescriptionclass
The classDoublePropertyBase
is the base class for a property wrapping adouble
value.class
This class provides a full implementation of aProperty
wrapping adouble
value. -
Uses of DoubleProperty in javafx.scene
Modifier and TypeMethodDescriptionScene.heightProperty()
Node.layoutXProperty()
Node.layoutYProperty()
Node.opacityProperty()
final DoubleProperty
Node.rotateProperty()
final DoubleProperty
Node.scaleXProperty()
Defines the factor by which coordinates are scaled about the center of the object along the X axis of thisNode
.final DoubleProperty
Node.scaleYProperty()
Defines the factor by which coordinates are scaled about the center of the object along the Y axis of thisNode
.final DoubleProperty
Node.scaleZProperty()
Defines the factor by which coordinates are scaled about the center of the object along the Z axis of thisNode
.final DoubleProperty
Node.translateXProperty()
final DoubleProperty
Node.translateYProperty()
Scene.widthProperty()
-
Uses of DoubleProperty in javafx.scene.canvas
Modifier and TypeMethodDescriptionfinal DoubleProperty
Canvas.heightProperty()
Defines the height of the canvas.final DoubleProperty
Canvas.widthProperty()
Defines the width of the canvas. -
Uses of DoubleProperty in javafx.scene.control
Modifier and TypeMethodDescriptionfinal DoubleProperty
ButtonBar.buttonMinWidthProperty()
Specifies the minimum width of all buttons placed in this button bar.final DoubleProperty
Labeled.graphicTextGapProperty()
The amount of space between the graphic and textfinal DoubleProperty
ScrollPane.hmaxProperty()
The maximum allowablehvalue
for this ScrollPane.final DoubleProperty
ScrollPane.hminProperty()
The minimum allowablehvalue
for this ScrollPane.final DoubleProperty
ScrollPane.hvalueProperty()
The current horizontal scroll position of the ScrollPane.final DoubleProperty
Labeled.lineSpacingProperty()
Specifies the space in pixel between lines.final DoubleProperty
PopupControl.maxHeightProperty()
Property for overriding the control's computed maximum height.Slider.maxProperty()
final DoubleProperty
PopupControl.maxWidthProperty()
Property for overriding the control's computed maximum width.final DoubleProperty
PopupControl.minHeightProperty()
Property for overriding the control's computed minimum height.Slider.minProperty()
final DoubleProperty
PopupControl.minWidthProperty()
Property for overriding the control's computed minimum width.final DoubleProperty
SplitPane.Divider.positionProperty()
Represents the location where the divider should ideally be positioned, between 0.0 and 1.0 (inclusive). 0.0 represents the left- or top-most point, and 1.0 represents the right- or bottom-most point (depending on the horizontal property).final DoubleProperty
PopupControl.prefHeightProperty()
Property for overriding the control's computed preferred height.final DoubleProperty
PopupControl.prefWidthProperty()
Property for overriding the control's computed preferred width.final DoubleProperty
ProgressIndicator.progressProperty()
The actual progress of the ProgressIndicator.final DoubleProperty
TabPane.tabMaxHeightProperty()
The maximum height of the tabs in the TabPane.final DoubleProperty
TabPane.tabMaxWidthProperty()
The maximum width of the tabs in the TabPane.final DoubleProperty
TabPane.tabMinHeightProperty()
The minimum height of the tab.final DoubleProperty
TabPane.tabMinWidthProperty()
The minimum width of the tabs in the TabPane.Slider.valueProperty()
final DoubleProperty
ScrollPane.vmaxProperty()
The maximum allowablevvalue
for this ScrollPane.final DoubleProperty
ScrollPane.vminProperty()
The minimum allowablevvalue
for this ScrollPane.final DoubleProperty
ScrollPane.vvalueProperty()
The current vertical scroll position of the ScrollPane. -
Uses of DoubleProperty in javafx.scene.effect
Modifier and TypeMethodDescriptionfinal DoubleProperty
Reflection.bottomOpacityProperty()
The bottom opacity value, which is the opacity of the reflection at its bottom extreme.final DoubleProperty
Reflection.fractionProperty()
The fraction of the input that is visible in the reflection.final DoubleProperty
Reflection.topOffsetProperty()
The top offset adjustment, which is the distance between the bottom of the input and the top of the reflection.final DoubleProperty
Reflection.topOpacityProperty()
The top opacity value, which is the opacity of the reflection at its top extreme. -
Uses of DoubleProperty in javafx.scene.image
Modifier and TypeMethodDescriptionImageView.fitHeightProperty()
ImageView.fitWidthProperty()
Image.heightProperty()
final DoubleProperty
Image.progressProperty()
The approximate percentage of image's loading that has been completed.Image.widthProperty()
ImageView.xProperty()
ImageView.yProperty()
-
Uses of DoubleProperty in javafx.scene.layout
Modifier and TypeMethodDescriptionRegion.heightProperty()
final DoubleProperty
FlowPane.hgapProperty()
The amount of horizontal space between each node in a horizontal flowpane or the space between columns in a vertical flowpane.final DoubleProperty
GridPane.hgapProperty()
The width of the horizontal gaps between columns.Region.maxHeightProperty()
final DoubleProperty
RowConstraints.maxHeightProperty()
The maximum height for the row.final DoubleProperty
ColumnConstraints.maxWidthProperty()
The maximum width for the column.Region.maxWidthProperty()
Region.minHeightProperty()
final DoubleProperty
RowConstraints.minHeightProperty()
The minimum height for the row.final DoubleProperty
ColumnConstraints.minWidthProperty()
The minimum width for the column.Region.minWidthProperty()
final DoubleProperty
RowConstraints.percentHeightProperty()
The height percentage of the row.final DoubleProperty
ColumnConstraints.percentWidthProperty()
The width percentage of the column.Region.prefHeightProperty()
final DoubleProperty
RowConstraints.prefHeightProperty()
The preferred height for the row.final DoubleProperty
ColumnConstraints.prefWidthProperty()
The preferred width for the column.Region.prefWidthProperty()
final DoubleProperty
FlowPane.prefWrapLengthProperty()
The preferred width where content should wrap in a horizontal flowpane or the preferred height where content should wrap in a vertical flowpane.final DoubleProperty
HBox.spacingProperty()
The amount of horizontal space between each child in the hbox.final DoubleProperty
VBox.spacingProperty()
The amount of vertical space between each child in the vbox.final DoubleProperty
FlowPane.vgapProperty()
The amount of vertical space between each node in a vertical flowpane or the space between rows in a horizontal flowpane.final DoubleProperty
GridPane.vgapProperty()
The height of the vertical gaps between rows.Region.widthProperty()
-
Uses of DoubleProperty in javafx.scene.shape
Modifier and TypeMethodDescriptionRectangle.arcHeightProperty()
Rectangle.arcWidthProperty()
final DoubleProperty
Arc.centerXProperty()
Defines the X coordinate of the center point of the arc.Circle.centerXProperty()
final DoubleProperty
Arc.centerYProperty()
Defines the Y coordinate of the center point of the arc.Circle.centerYProperty()
final DoubleProperty
CubicCurveTo.controlX1Property()
Defines the X coordinate of the first Bézier control point.final DoubleProperty
CubicCurveTo.controlX2Property()
Defines the X coordinate of the second Bézier control point.final DoubleProperty
QuadCurveTo.controlXProperty()
Defines the X coordinate of the quadratic control point.final DoubleProperty
CubicCurveTo.controlY1Property()
Defines the Y coordinate of the first Bézier control point.final DoubleProperty
CubicCurveTo.controlY2Property()
Defines the Y coordinate of the second Bézier control point.final DoubleProperty
QuadCurveTo.controlYProperty()
Defines the Y coordinate of the quadratic control point.Line.endXProperty()
Line.endYProperty()
Rectangle.heightProperty()
final DoubleProperty
Arc.lengthProperty()
Defines the angular extent of the arc in degrees.Circle.radiusProperty()
final DoubleProperty
Arc.radiusXProperty()
Defines the overall width (horizontal radius) of the full ellipse of which this arc is a partial section.final DoubleProperty
ArcTo.radiusXProperty()
The horizontal radius to use for the arc.final DoubleProperty
Arc.radiusYProperty()
Defines the overall height (vertical radius) of the full ellipse of which this arc is a partial section.final DoubleProperty
ArcTo.radiusYProperty()
The vertical radius to use for the arc.final DoubleProperty
Arc.startAngleProperty()
Defines the starting angle of the arc in degrees.Line.startXProperty()
Line.startYProperty()
Shape.strokeDashOffsetProperty()
Shape.strokeMiterLimitProperty()
Shape.strokeWidthProperty()
Rectangle.widthProperty()
final DoubleProperty
ArcTo.XAxisRotationProperty()
The x-axis rotation in degrees.final DoubleProperty
ArcTo.xProperty()
The x coordinate to arc to.final DoubleProperty
CubicCurveTo.xProperty()
Defines the X coordinate of the final end point.final DoubleProperty
LineTo.xProperty()
Defines the X coordinate.final DoubleProperty
MoveTo.xProperty()
Defines the specified X coordinate.final DoubleProperty
QuadCurveTo.xProperty()
Defines the X coordinate of the final end point.Rectangle.xProperty()
final DoubleProperty
ArcTo.yProperty()
The y coordinate to arc to.final DoubleProperty
CubicCurveTo.yProperty()
Defines the Y coordinate of the final end point.final DoubleProperty
LineTo.yProperty()
Defines the Y coordinate.final DoubleProperty
MoveTo.yProperty()
Defines the specified Y coordinate.final DoubleProperty
QuadCurveTo.yProperty()
Defines the Y coordinate of the final end point.Rectangle.yProperty()
-
Uses of DoubleProperty in javafx.scene.text
Modifier and TypeMethodDescriptionText.lineSpacingProperty()
Text.wrappingWidthProperty()
Text.xProperty()
Text.yProperty()
-
Uses of DoubleProperty in javafx.scene.transform
Modifier and TypeMethodDescriptionRotate.angleProperty()
Scale.xProperty()
Translate.xProperty()
Scale.yProperty()
Translate.yProperty()
-
Uses of DoubleProperty in javafx.scene.web
Modifier and TypeMethodDescriptionWebView.heightProperty()
Height of thisWebView
.WebView.maxHeightProperty()
Maximum height property.WebView.maxWidthProperty()
Maximum width property.WebView.minHeightProperty()
Minimum height property.WebView.minWidthProperty()
Minimum width property.WebView.prefHeightProperty()
Preferred height property.WebView.prefWidthProperty()
Preferred width property.WebView.widthProperty()
Width of thisWebView
. -
Uses of DoubleProperty in javafx.stage
Modifier and TypeMethodDescriptionfinal DoubleProperty
Window.heightProperty()
The height of thisStage
.final DoubleProperty
Window.widthProperty()
The width of thisStage
.