Uses of Class
javafx.beans.property.DoubleProperty
Packages that use DoubleProperty
Package
Description
Provides the set of classes for ease of use transition based animations.
The package
javafx.beans.property
defines read-only
properties and writable properties, plus a number of implementations.Provides various classes that act as adapters between a regular Java Bean
property and a corresponding
JavaFX
Property
.Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
Provides the core set of base
classes for the JavaFX Scene Graph API.
Provides the set of classes for canvas, an immediate mode style of rendering API.
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
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.
The javafx.scene.control.skin package is where the skin classes, typically
one for each UI control, are located
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
Provides the set of classes for loading and displaying images.
Provides classes to support user interface layout.
Provides the set of classes for integrating audio and video into Java FX
Applications.
Provides the set of classes for colors and gradients used to fill shapes and
backgrounds when rendering the scene graph.
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
Provides the set of classes for fonts and renderable Text Node.
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for
Affine
objects.This package provides means for loading and displaying Web content.
Provides the top-level container classes for JavaFX content.
-
Uses of DoubleProperty in javafx.animation
Methods in javafx.animation that return DoublePropertyModifier and TypeMethodDescriptionRotateTransition.byAngleProperty()
Specifies the incremented stop angle value, from the start, of thisRotateTransition
.FadeTransition.byValueProperty()
Specifies the incremented stop opacity value, from the start, of thisFadeTransition
.ScaleTransition.byXProperty()
Specifies the incremented stop X scale value, from the start, of thisScaleTransition
.TranslateTransition.byXProperty()
Specifies the incremented stop X coordinate value, from the start, of thisTranslateTransition
.ScaleTransition.byYProperty()
Specifies the incremented stop Y scale value, from the start, of thisScaleTransition
.TranslateTransition.byYProperty()
Specifies the incremented stop Y coordinate value, from the start, of thisTranslateTransition
.ScaleTransition.byZProperty()
Specifies the incremented stop Z scale value, from the start, of thisScaleTransition
.TranslateTransition.byZProperty()
Specifies the incremented stop Z coordinate value, from the start, of thisTranslateTransition
.RotateTransition.fromAngleProperty()
Specifies the start angle value for thisRotateTransition
.FadeTransition.fromValueProperty()
Specifies the start opacity value for thisFadeTransition
.ScaleTransition.fromXProperty()
Specifies the start X scale value of thisScaleTransition
.TranslateTransition.fromXProperty()
Specifies the start X coordinate value of thisTranslateTransition
.ScaleTransition.fromYProperty()
Specifies the start Y scale value of thisScaleTransition
.TranslateTransition.fromYProperty()
Specifies the start Y coordinate value of thisTranslateTransition
.ScaleTransition.fromZProperty()
Specifies the start Z scale value of thisScaleTransition
.TranslateTransition.fromZProperty()
Specifies the start Z coordinate value of thisTranslateTransition
.Animation.rateProperty()
Defines the direction/speed at which theAnimation
is expected to be played.RotateTransition.toAngleProperty()
Specifies the stop angle value for thisRotateTransition
.FadeTransition.toValueProperty()
Specifies the stop opacity value for thisFadeTransition
.ScaleTransition.toXProperty()
Specifies the stop X scale value of thisScaleTransition
.TranslateTransition.toXProperty()
Specifies the stop X coordinate value of thisTranslateTransition
.ScaleTransition.toYProperty()
The stop Y scale value of thisScaleTransition
.TranslateTransition.toYProperty()
Specifies the stop Y coordinate value of thisTranslateTransition
.ScaleTransition.toZProperty()
The stop Z scale value of thisScaleTransition
.TranslateTransition.toZProperty()
Specifies the stop Z coordinate value of thisTranslateTransition
. -
Uses of DoubleProperty in javafx.beans.property
Subclasses of DoubleProperty in javafx.beans.propertyModifier and TypeClassDescriptionclass
The classDoublePropertyBase
is the base class for a property wrapping adouble
value.class
This class provides a convenient class to define read-only properties.class
This class provides a full implementation of aProperty
wrapping adouble
value.Methods in javafx.beans.property that return DoublePropertyModifier and TypeMethodDescriptionstatic DoubleProperty
DoubleProperty.doubleProperty(Property<Double> property)
Returns aDoubleProperty
that wraps aProperty
and is bidirectionally bound to it. -
Uses of DoubleProperty in javafx.beans.property.adapter
Subclasses of DoubleProperty in javafx.beans.property.adapterModifier and TypeClassDescriptionclass
AJavaBeanDoubleProperty
provides an adapter between a regular Java Bean property of typedouble
orDouble
and a JavaFXDoubleProperty
. -
Uses of DoubleProperty in javafx.css
Subclasses of DoubleProperty in javafx.cssModifier and TypeClassDescriptionclass
This class extendsSimpleDoubleProperty
and provides a full implementation of aStyleableProperty
.class
This class extendsDoublePropertyBase
and provides a partial implementation of aStyleableProperty
. -
Uses of DoubleProperty in javafx.scene
Methods in javafx.scene that return DoublePropertyModifier and TypeMethodDescriptionPointLight.constantAttenuationProperty()
The constant attenuation coefficient.SpotLight.falloffProperty()
The intensity falloff factor of the spotlight's outer cone.Camera.farClipProperty()
Specifies the distance from the eye of the far clipping plane of thisCamera
in the eye coordinate space.PerspectiveCamera.fieldOfViewProperty()
Specifies the field of view angle of the camera's projection, measured in degrees.SubScene.heightProperty()
Defines the height of thisSubScene
SpotLight.innerAngleProperty()
The angle of the spotlight's inner cone, in degrees.Node.layoutXProperty()
Defines the x coordinate of the translation that is added to thisNode
's transform for the purpose of layout.Node.layoutYProperty()
Defines the y coordinate of the translation that is added to thisNode
's transform for the purpose of layout.PointLight.linearAttenuationProperty()
The linear attenuation coefficient.PointLight.maxRangeProperty()
The maximum range of thisPointLight
.Camera.nearClipProperty()
Specifies the distance from the eye of the near clipping plane of thisCamera
in the eye coordinate space.Node.opacityProperty()
Specifies how opaque (that is, solid) theNode
appears.SpotLight.outerAngleProperty()
The angle of the spotlight's outer cone, in degrees (as shown in the class doc image).PointLight.quadraticAttenuationProperty()
The quadratic attenuation coefficient.Node.rotateProperty()
Defines the angle of rotation about theNode
's center, measured in degrees.Node.scaleXProperty()
Defines the factor by which coordinates are scaled about the center of the object along the X axis of thisNode
.Node.scaleYProperty()
Defines the factor by which coordinates are scaled about the center of the object along the Y axis of thisNode
.Node.scaleZProperty()
Defines the factor by which coordinates are scaled about the center of the object along the Z axis of thisNode
.Node.translateXProperty()
Defines the x coordinate of the translation that is added to thisNode
's transform.Node.translateYProperty()
Defines the y coordinate of the translation that is added to thisNode
's transform.Node.translateZProperty()
Defines the Z coordinate of the translation that is added to the transformed coordinates of thisNode
.Node.viewOrderProperty()
Defines the rendering and picking order of thisNode
within its parent.SubScene.widthProperty()
Defines the width of thisSubScene
-
Uses of DoubleProperty in javafx.scene.canvas
Methods in javafx.scene.canvas that return DoublePropertyModifier and TypeMethodDescriptionCanvas.heightProperty()
Defines the height of the canvas.Canvas.widthProperty()
Defines the width of the canvas. -
Uses of DoubleProperty in javafx.scene.chart
Fields in javafx.scene.chart declared as DoublePropertyModifier and TypeFieldDescriptionprotected DoubleProperty
ValueAxis.currentLowerBound
The current value for the lowerBound of this axis (minimum value).Methods in javafx.scene.chart that return DoublePropertyModifier and TypeMethodDescriptionBarChart.barGapProperty()
The gap to leave between bars in the same categoryBarChart.categoryGapProperty()
The gap to leave between bars in separate categoriesStackedBarChart.categoryGapProperty()
The gap to leave between bars in separate categoriesCategoryAxis.endMarginProperty()
The margin between the last tick mark and the axis endPieChart.labelLineLengthProperty()
The length of the line from the outside of the pie to the slice labels.ValueAxis.lowerBoundProperty()
The value for the lower bound of this axis (minimum value).ValueAxis.minorTickLengthProperty()
The length of minor tick mark lines.PieChart.Data.pieValueProperty()
The value of the pie slicePieChart.startAngleProperty()
The angle to start the first pie slice atCategoryAxis.startMarginProperty()
The margin between the axis start and the first tick-markAxis.tickLabelGapProperty()
The gap between tick labels and the tick mark linesAxis.tickLabelRotationProperty()
Rotation in degrees of tick mark labels from their normal horizontal.Axis.tickLengthProperty()
The length of tick mark linesNumberAxis.tickUnitProperty()
The value between each major tick mark in data units.ValueAxis.upperBoundProperty()
The value for the upper bound of this axis (maximum value). -
Uses of DoubleProperty in javafx.scene.control
Methods in javafx.scene.control that return DoublePropertyModifier and TypeMethodDescriptionSpinnerValueFactory.DoubleSpinnerValueFactory.amountToStepByProperty()
Sets the amount to increment or decrement by, per step.ScrollBar.blockIncrementProperty()
The amount by which to adjust the scrollbar if the track of the bar is clicked.Slider.blockIncrementProperty()
The amount by which to adjust the slider if the track of the slider is clicked.ButtonBar.buttonMinWidthProperty()
Specifies the minimum width of all buttons placed in this button bar.ListView.fixedCellSizeProperty()
Specifies whether this control has cells that are a fixed height (of the specified value).TableView.fixedCellSizeProperty()
Specifies whether this control has cells that are a fixed height (of the specified value).TreeTableView.fixedCellSizeProperty()
Specifies whether this control has cells that are a fixed height (of the specified value).TreeView.fixedCellSizeProperty()
Specifies whether this control has cells that are a fixed height (of the specified value).Labeled.graphicTextGapProperty()
The amount of space between the graphic and textTooltip.graphicTextGapProperty()
The amount of space between the graphic and textScrollPane.hmaxProperty()
The maximum allowablehvalue
for this ScrollPane.ScrollPane.hminProperty()
The minimum allowablehvalue
for this ScrollPane.ScrollPane.hvalueProperty()
The current horizontal scroll position of the ScrollPane.Labeled.lineSpacingProperty()
Specifies the space in pixel between lines.Slider.majorTickUnitProperty()
The unit distance between major tick marks.PopupControl.maxHeightProperty()
Property for overriding the control's computed maximum height.ScrollBar.maxProperty()
The maximum value represented by thisScrollBar
.Slider.maxProperty()
The maximum value represented by this Slider.SpinnerValueFactory.DoubleSpinnerValueFactory.maxProperty()
Sets the maximum allowable value for this value factoryPopupControl.maxWidthProperty()
Property for overriding the control's computed maximum width.TableColumnBase.maxWidthProperty()
The maximum width the table column is permitted to be resized to.PopupControl.minHeightProperty()
Property for overriding the control's computed minimum height.ScrollBar.minProperty()
The minimum value represented by thisScrollBar
.Slider.minProperty()
The minimum value represented by this Slider.SpinnerValueFactory.DoubleSpinnerValueFactory.minProperty()
Sets the minimum allowable value for this value factoryScrollPane.minViewportHeightProperty()
Specify the minimum height of the ScrollPane Viewport.ScrollPane.minViewportWidthProperty()
Specify the minimum width of the ScrollPane Viewport.PopupControl.minWidthProperty()
Property for overriding the control's computed minimum width.TableColumnBase.minWidthProperty()
The minimum width the table column is permitted to be resized to.SplitPane.Divider.positionProperty()
Represents the location where the divider should ideally be positioned, between 0.0 and 1.0 (inclusive).PopupControl.prefHeightProperty()
Property for overriding the control's computed preferred height.ScrollPane.prefViewportHeightProperty()
Specify the preferred height of the ScrollPane Viewport.ScrollPane.prefViewportWidthProperty()
Specify the preferred width of the ScrollPane Viewport.PopupControl.prefWidthProperty()
Property for overriding the control's computed preferred width.TableColumnBase.prefWidthProperty()
The preferred width of the TableColumn.ProgressIndicator.progressProperty()
The actual progress of the ProgressIndicator.TextArea.scrollLeftProperty()
The number of pixels by which the content is horizontally scrolled.TextArea.scrollTopProperty()
The number of pixels by which the content is vertically scrolled.TabPane.tabMaxHeightProperty()
The maximum height of the tabs in the TabPane.TabPane.tabMaxWidthProperty()
The maximum width of the tabs in the TabPane.TabPane.tabMinHeightProperty()
The minimum height of the tab.TabPane.tabMinWidthProperty()
The minimum width of the tabs in the TabPane.ScrollBar.unitIncrementProperty()
ScrollBar.valueProperty()
The current value represented by thisScrollBar
.Slider.valueProperty()
The current value represented by this Slider.ScrollBar.visibleAmountProperty()
Visible amount of the scrollbar's range, typically represented by the size of the scroll bar's thumb.ScrollPane.vmaxProperty()
The maximum allowablevvalue
for this ScrollPane.ScrollPane.vminProperty()
The minimum allowablevvalue
for this ScrollPane.ScrollPane.vvalueProperty()
The current vertical scroll position of the ScrollPane. -
Uses of DoubleProperty in javafx.scene.control.skin
Methods in javafx.scene.control.skin that return DoublePropertyModifier and TypeMethodDescriptionVirtualFlow.fixedCellSizeProperty()
For optimisation purposes, some use cases can trade dynamic cell length for speed - if fixedCellSize is greater than zero we'll use that rather than determine it by querying the cell itself.TreeCellSkin.indentProperty()
The amount of space to multiply by the treeItem.level to get the left margin for this tree cell.TreeTableRowSkin.indentProperty()
The amount of space to multiply by the treeItem.level to get the left margin for this tree cell.VirtualFlow.positionProperty()
The position of the VirtualFlow within its list of cells.MenuBarSkin.spacingProperty()
Specifies the spacing between menu buttons on the MenuBar. -
Uses of DoubleProperty in javafx.scene.effect
Methods in javafx.scene.effect that return DoublePropertyModifier and TypeMethodDescriptionMotionBlur.angleProperty()
The angle of the motion effect, in degrees.Light.Distant.azimuthProperty()
The azimuth of the light.Reflection.bottomOpacityProperty()
The bottom opacity value, which is the opacity of the reflection at its bottom extreme.ColorAdjust.brightnessProperty()
The brightness adjustment value.InnerShadow.chokeProperty()
The choke of the shadow.ColorAdjust.contrastProperty()
The contrast adjustment value.Lighting.diffuseConstantProperty()
The diffuse constant.Light.Distant.elevationProperty()
The elevation of the light.Reflection.fractionProperty()
The fraction of the input that is visible in the reflection.BoxBlur.heightProperty()
The vertical dimension of the blur effect.ColorInput.heightProperty()
Sets the height of the region to be flooded, relative to the local coordinate space of the contentNode
.DropShadow.heightProperty()
The vertical size of the shadow blur kernel.InnerShadow.heightProperty()
The vertical size of the shadow blur kernel.Shadow.heightProperty()
The vertical size of the shadow blur kernel.ColorAdjust.hueProperty()
The hue adjustment value.Glow.levelProperty()
The level value, which controls the intensity of the glow effect.SepiaTone.levelProperty()
The level value, which controls the intensity of the sepia effect.PerspectiveTransform.llxProperty()
The x coordinate of the output location onto which the lower left corner of the source is mapped.PerspectiveTransform.llyProperty()
The y coordinate of the output location onto which the lower left corner of the source is mapped.PerspectiveTransform.lrxProperty()
The x coordinate of the output location onto which the lower right corner of the source is mapped.PerspectiveTransform.lryProperty()
The y coordinate of the output location onto which the lower right corner of the source is mapped.DisplacementMap.offsetXProperty()
The offset by which all x coordinate offset values in theFloatMap
are displaced after they are scaled.DropShadow.offsetXProperty()
The shadow offset in the x direction, in pixels.InnerShadow.offsetXProperty()
The shadow offset in the x direction, in pixels.DisplacementMap.offsetYProperty()
The offset by which all y coordinate offset values in theFloatMap
are displaced after they are scaled.DropShadow.offsetYProperty()
The shadow offset in the y direction, in pixels.InnerShadow.offsetYProperty()
The shadow offset in the y direction, in pixels.Blend.opacityProperty()
The opacity value, which is modulated with the top input prior to blending.Light.Spot.pointsAtXProperty()
The x coordinate of the direction vector for this light.Light.Spot.pointsAtYProperty()
The y coordinate of the direction vector for this light.Light.Spot.pointsAtZProperty()
The z coordinate of the direction vector for this light.DropShadow.radiusProperty()
The radius of the shadow blur kernel.GaussianBlur.radiusProperty()
The radius of the blur kernel.InnerShadow.radiusProperty()
The radius of the shadow blur kernel.MotionBlur.radiusProperty()
The radius of the blur kernel.Shadow.radiusProperty()
The radius of the shadow blur kernel.ColorAdjust.saturationProperty()
The saturation adjustment value.DisplacementMap.scaleXProperty()
The scale factor by which all x coordinate offset values in theFloatMap
are multiplied.DisplacementMap.scaleYProperty()
The scale factor by which all y coordinate offset values in theFloatMap
are multiplied.Lighting.specularConstantProperty()
The specular constant.Light.Spot.specularExponentProperty()
The specular exponent, which controls the focus of this light source.Lighting.specularExponentProperty()
The specular exponent.DropShadow.spreadProperty()
The spread of the shadow.Lighting.surfaceScaleProperty()
The surface scale factor.Bloom.thresholdProperty()
The threshold value controls the minimum luminosity value of the pixels that will be made to glow.Reflection.topOffsetProperty()
The top offset adjustment, which is the distance between the bottom of the input and the top of the reflection.Reflection.topOpacityProperty()
The top opacity value, which is the opacity of the reflection at its top extreme.PerspectiveTransform.ulxProperty()
The x coordinate of the output location onto which the upper left corner of the source is mapped.PerspectiveTransform.ulyProperty()
The y coordinate of the output location onto which the upper left corner of the source is mapped.PerspectiveTransform.urxProperty()
The x coordinate of the output location onto which the upper right corner of the source is mapped.PerspectiveTransform.uryProperty()
The y coordinate of the output location onto which the upper right corner of the source is mapped.BoxBlur.widthProperty()
The horizontal dimension of the blur effect.ColorInput.widthProperty()
Sets the width of the region to be flooded, relative to the local coordinate space of the contentNode
.DropShadow.widthProperty()
The horizontal size of the shadow blur kernel.InnerShadow.widthProperty()
The horizontal size of the shadow blur kernel.Shadow.widthProperty()
The horizontal size of the shadow blur kernel.ColorInput.xProperty()
Sets the x location of the region to be flooded, relative to the local coordinate space of the contentNode
.ImageInput.xProperty()
Sets the x location of the source image, relative to the local coordinate space of the contentNode
.Light.Point.xProperty()
The x coordinate of the light position.ColorInput.yProperty()
Sets the y location of the region to be flooded, relative to the local coordinate space of the contentNode
.ImageInput.yProperty()
Sets the y location of the source image, relative to the local coordinate space of the contentNode
.Light.Point.yProperty()
The y coordinate of the light position.Light.Point.zProperty()
The z coordinate of the light position. -
Uses of DoubleProperty in javafx.scene.image
Methods in javafx.scene.image that return DoublePropertyModifier and TypeMethodDescriptionImageView.fitHeightProperty()
The height of the bounding box within which the source image is resized as necessary to fit.ImageView.fitWidthProperty()
The width of the bounding box within which the source image is resized as necessary to fit.ImageView.xProperty()
The current x coordinate of theImageView
origin.ImageView.yProperty()
The current y coordinate of theImageView
origin. -
Uses of DoubleProperty in javafx.scene.layout
Methods in javafx.scene.layout that return DoublePropertyModifier and TypeMethodDescriptionFlowPane.hgapProperty()
The amount of horizontal space between each node in a horizontal flowpane or the space between columns in a vertical flowpane.GridPane.hgapProperty()
The width of the horizontal gaps between columns.TilePane.hgapProperty()
The amount of horizontal space between each tile in a row.Region.maxHeightProperty()
Property for overriding the region's computed maximum height.RowConstraints.maxHeightProperty()
The maximum height for the row.ColumnConstraints.maxWidthProperty()
The maximum width for the column.Region.maxWidthProperty()
Property for overriding the region's computed maximum width.Region.minHeightProperty()
Property for overriding the region's computed minimum height.RowConstraints.minHeightProperty()
The minimum height for the row.ColumnConstraints.minWidthProperty()
The minimum width for the column.Region.minWidthProperty()
Property for overriding the region's computed minimum width.RowConstraints.percentHeightProperty()
The height percentage of the row.ColumnConstraints.percentWidthProperty()
The width percentage of the column.Region.prefHeightProperty()
Property for overriding the region's computed preferred height.RowConstraints.prefHeightProperty()
The preferred height for the row.TilePane.prefTileHeightProperty()
The preferred height of each tile.TilePane.prefTileWidthProperty()
The preferred width of each tile.ColumnConstraints.prefWidthProperty()
The preferred width for the column.Region.prefWidthProperty()
Property for overriding the region's computed preferred width.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.HBox.spacingProperty()
The amount of horizontal space between each child in the hbox.VBox.spacingProperty()
The amount of vertical space between each child in the vbox.FlowPane.vgapProperty()
The amount of vertical space between each node in a vertical flowpane or the space between rows in a horizontal flowpane.GridPane.vgapProperty()
The height of the vertical gaps between rows.TilePane.vgapProperty()
The amount of vertical space between each tile in a column. -
Uses of DoubleProperty in javafx.scene.media
Methods in javafx.scene.media that return DoublePropertyModifier and TypeMethodDescriptionMediaPlayer.audioSpectrumIntervalProperty()
The interval between spectrum updates in seconds.AudioClip.balanceProperty()
The relative left and right volume levels of the clip.MediaPlayer.balanceProperty()
The balance, or left-right setting, of the audio output.EqualizerBand.bandwidthProperty()
Bandwidth of the band in Hertz.EqualizerBand.centerFrequencyProperty()
Center frequency of the band in Hertz.MediaView.fitHeightProperty()
Determines the height of the bounding box within which the source media is resized as necessary to fit.MediaView.fitWidthProperty()
Determines the width of the bounding box within which the source media is resized as necessary to fit.EqualizerBand.gainProperty()
The gain to be applied to the frequencies of this band.AudioClip.panProperty()
The relative "center" of the clip.AudioClip.rateProperty()
The relative rate at which the clip is played.MediaPlayer.rateProperty()
The rate at which the media should be played.AudioClip.volumeProperty()
The relative volume level at which the clip is played.MediaPlayer.volumeProperty()
The volume at which the media should be played.MediaView.xProperty()
Defines the current x coordinate of theMediaView
origin.MediaView.yProperty()
Defines the current y coordinate of theMediaView
origin. -
Uses of DoubleProperty in javafx.scene.paint
Methods in javafx.scene.paint that return DoublePropertyModifier and TypeMethodDescriptionPhongMaterial.specularPowerProperty()
The specular power of thisPhongMaterial
. -
Uses of DoubleProperty in javafx.scene.shape
Methods in javafx.scene.shape that return DoublePropertyModifier and TypeMethodDescriptionRectangle.arcHeightProperty()
Defines the vertical diameter of the arc at the four corners of the rectangle.Rectangle.arcWidthProperty()
Defines the horizontal diameter of the arc at the four corners of the rectangle.Arc.centerXProperty()
Defines the X coordinate of the center point of the arc.Circle.centerXProperty()
Defines the horizontal position of the center of the circle in pixels.Ellipse.centerXProperty()
Defines the horizontal position of the center of the ellipse in pixels.Arc.centerYProperty()
Defines the Y coordinate of the center point of the arc.Circle.centerYProperty()
Defines the vertical position of the center of the circle in pixels.Ellipse.centerYProperty()
Defines the vertical position of the center of the ellipse in pixels.CubicCurve.controlX1Property()
Defines the X coordinate of the first control point of the cubic curve segment.CubicCurveTo.controlX1Property()
Defines the X coordinate of the first Bézier control point.CubicCurve.controlX2Property()
Defines the X coordinate of the second control point of the cubic curve segment.CubicCurveTo.controlX2Property()
Defines the X coordinate of the second Bézier control point.QuadCurve.controlXProperty()
Defines the X coordinate of the control point of the quadratic curve segment.QuadCurveTo.controlXProperty()
Defines the X coordinate of the quadratic control point.CubicCurve.controlY1Property()
Defines the Y coordinate of the first control point of the cubic curve segment.CubicCurveTo.controlY1Property()
Defines the Y coordinate of the first Bézier control point.CubicCurve.controlY2Property()
Defines the Y coordinate of the second control point of the cubic curve segment.CubicCurveTo.controlY2Property()
Defines the Y coordinate of the second Bézier control point.QuadCurve.controlYProperty()
Defines the Y coordinate of the control point of the quadratic curve segment.QuadCurveTo.controlYProperty()
Defines the Y coordinate of the quadratic control point.Box.depthProperty()
Defines the depth or the Z dimension of the Box.CubicCurve.endXProperty()
Defines the X coordinate of the end point of the cubic curve segment.Line.endXProperty()
The X coordinate of the end point of the line segment.QuadCurve.endXProperty()
Defines the X coordinate of the end point of the quadratic curve segment.CubicCurve.endYProperty()
Defines the Y coordinate of the end point of the cubic curve segment.Line.endYProperty()
The Y coordinate of the end point of the line segment.QuadCurve.endYProperty()
Defines the Y coordinate of the end point of the quadratic curve segment.Box.heightProperty()
Defines the height or the Y dimension of the Box.Cylinder.heightProperty()
Defines the height or the Y dimension of the Cylinder.Rectangle.heightProperty()
Defines the height of the rectangle.Arc.lengthProperty()
Defines the angular extent of the arc in degrees.Circle.radiusProperty()
Defines the radius of the circle in pixels.Cylinder.radiusProperty()
Defines the radius in the Z plane of the Cylinder.Sphere.radiusProperty()
Defines the radius of the Sphere.Arc.radiusXProperty()
Defines the overall width (horizontal radius) of the full ellipse of which this arc is a partial section.ArcTo.radiusXProperty()
The horizontal radius to use for the arc.Ellipse.radiusXProperty()
Defines the width of the ellipse in pixels.Arc.radiusYProperty()
Defines the overall height (vertical radius) of the full ellipse of which this arc is a partial section.ArcTo.radiusYProperty()
The vertical radius to use for the arc.Ellipse.radiusYProperty()
Defines the height of the ellipse in pixels.Arc.startAngleProperty()
Defines the starting angle of the arc in degrees.CubicCurve.startXProperty()
Defines the X coordinate of the start point of the cubic curve segment.Line.startXProperty()
The X coordinate of the start point of the line segment.QuadCurve.startXProperty()
Defines the X coordinate of the start point of the quadratic curve segment.CubicCurve.startYProperty()
Defines the Y coordinate of the start point of the cubic curve segment.Line.startYProperty()
The Y coordinate of the start point of the line segment.QuadCurve.startYProperty()
Defines the Y coordinate of the start point of the quadratic curve segment.Shape.strokeDashOffsetProperty()
Defines a distance specified in user coordinates that represents an offset into the dashing pattern.Shape.strokeMiterLimitProperty()
Defines the limit for theStrokeLineJoin.MITER
line join style.Shape.strokeWidthProperty()
Defines a square pen line width.Box.widthProperty()
Defines the width or the X dimension of the Box.Rectangle.widthProperty()
Defines the width of the rectangle.ArcTo.XAxisRotationProperty()
The x-axis rotation in degrees.ArcTo.xProperty()
The x coordinate to arc to.CubicCurveTo.xProperty()
Defines the X coordinate of the final end point.HLineTo.xProperty()
Defines the X coordinate.LineTo.xProperty()
Defines the X coordinate.MoveTo.xProperty()
Defines the specified X coordinate.QuadCurveTo.xProperty()
Defines the X coordinate of the final end point.Rectangle.xProperty()
Defines the X coordinate of the upper-left corner of the rectangle.ArcTo.yProperty()
The y coordinate to arc to.CubicCurveTo.yProperty()
Defines the Y coordinate of the final end point.LineTo.yProperty()
Defines the Y coordinate.MoveTo.yProperty()
Defines the specified Y coordinate.QuadCurveTo.yProperty()
Defines the Y coordinate of the final end point.Rectangle.yProperty()
Defines the Y coordinate of the upper-left corner of the rectangle.VLineTo.yProperty()
Defines the Y coordinate. -
Uses of DoubleProperty in javafx.scene.text
Methods in javafx.scene.text that return DoublePropertyModifier and TypeMethodDescriptionText.lineSpacingProperty()
Defines the vertical space in pixel between lines.TextFlow.lineSpacingProperty()
Defines the vertical space in pixel between lines.Text.wrappingWidthProperty()
Defines a width constraint for the text in user space coordinates.Text.xProperty()
Defines the X coordinate of text origin.Text.yProperty()
Defines the Y coordinate of text origin. -
Uses of DoubleProperty in javafx.scene.transform
Methods in javafx.scene.transform that return DoublePropertyModifier and TypeMethodDescriptionRotate.angleProperty()
Defines the angle of rotation measured in degrees.Affine.mxxProperty()
Defines the X coordinate scaling element of the 3x4 matrix.Affine.mxyProperty()
Defines the XY coordinate element of the 3x4 matrix.Affine.mxzProperty()
Defines the XZ coordinate element of the 3x4 matrix.Affine.myxProperty()
Defines the YX coordinate element of the 3x4 matrix.Affine.myyProperty()
Defines the Y coordinate scaling element of the 3x4 matrix.Affine.myzProperty()
Defines the YZ coordinate element of the 3x4 matrix.Affine.mzxProperty()
Defines the ZX coordinate element of the 3x4 matrix.Affine.mzyProperty()
Defines the ZY coordinate element of the 3x4 matrix.Affine.mzzProperty()
Defines the Z coordinate scaling element of the 3x4 matrix.Rotate.pivotXProperty()
Defines the X coordinate of the rotation pivot point.Scale.pivotXProperty()
Defines the X coordinate about which point the scale occurs.Shear.pivotXProperty()
Defines the X coordinate of the shear pivot point.Rotate.pivotYProperty()
Defines the Y coordinate of the rotation pivot point.Scale.pivotYProperty()
Defines the Y coordinate about which point the scale occurs.Shear.pivotYProperty()
Defines the Y coordinate of the shear pivot point.Rotate.pivotZProperty()
Defines the Z coordinate of the rotation pivot point.Scale.pivotZProperty()
Defines the Z coordinate about which point the scale occurs.Affine.txProperty()
Defines the X coordinate translation element of the 3x4 matrix.Affine.tyProperty()
Defines the Y coordinate translation element of the 3x4 matrix.Affine.tzProperty()
Defines the Z coordinate translation element of the 3x4 matrix.Scale.xProperty()
Defines the factor by which coordinates are scaled along the X axis direction.Shear.xProperty()
Defines the multiplier by which coordinates are shifted in the direction of the positive X axis as a factor of their Y coordinate.Translate.xProperty()
Defines the distance by which coordinates are translated in the X axis directionScale.yProperty()
Defines the factor by which coordinates are scaled along the Y axis direction.Shear.yProperty()
Defines the multiplier by which coordinates are shifted in the direction of the positive Y axis as a factor of their X coordinate.Translate.yProperty()
Defines the distance by which coordinates are translated in the Y axis directionScale.zProperty()
Defines the factor by which coordinates are scaled along the Z axis direction.Translate.zProperty()
Defines the distance by which coordinates are translated in the Z axis direction -
Uses of DoubleProperty in javafx.scene.web
Methods in javafx.scene.web that return DoublePropertyModifier and TypeMethodDescriptionWebView.fontScaleProperty()
Specifies scale factor applied to font.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.zoomProperty()
The current zoom factor applied to the entire page contents. -
Uses of DoubleProperty in javafx.stage
Methods in javafx.stage that return DoublePropertyModifier and TypeMethodDescriptionStage.maxHeightProperty()
Defines the maximum height of thisStage
.Stage.maxWidthProperty()
Defines the maximum width of thisStage
.Stage.minHeightProperty()
Defines the minimum height of thisStage
.Stage.minWidthProperty()
Defines the minimum width of thisStage
.Window.opacityProperty()
Defines the opacity of theWindow
as a value between 0.0 and 1.0.Window.renderScaleXProperty()
The horizontal scale that theWindow
will use when rendering itsScene
to the rendering buffer.Window.renderScaleYProperty()
The vertical scale that theWindow
will use when rendering itsScene
to the rendering buffer.