Uses of Class
javafx.beans.property.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
Modifier and TypeMethodDescriptionfinal DoubleProperty
RotateTransition.byAngleProperty()
Specifies the incremented stop angle value, from the start, of thisRotateTransition
.final 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
RotateTransition.fromAngleProperty()
Specifies the start angle value for thisRotateTransition
.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
RotateTransition.toAngleProperty()
Specifies the stop angle value for thisRotateTransition
.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 convenient class to define read-only properties.class
This class provides a full implementation of aProperty
wrapping adouble
value.Modifier 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
Modifier and TypeClassDescriptionfinal class
AJavaBeanDoubleProperty
provides an adapter between a regular Java Bean property of typedouble
orDouble
and a JavaFXDoubleProperty
. -
Uses of DoubleProperty in javafx.css
Modifier 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
Modifier and TypeMethodDescriptionfinal DoubleProperty
PointLight.constantAttenuationProperty()
The constant attenuation coefficient.final DoubleProperty
SpotLight.falloffProperty()
The intensity falloff factor of the spotlight's outer cone.final DoubleProperty
Camera.farClipProperty()
Specifies the distance from the eye of the far clipping plane of thisCamera
in the eye coordinate space.final DoubleProperty
PerspectiveCamera.fieldOfViewProperty()
Specifies the field of view angle of the camera's projection, measured in degrees.final DoubleProperty
SubScene.heightProperty()
Defines the height of thisSubScene
final DoubleProperty
SpotLight.innerAngleProperty()
The angle of the spotlight's inner cone, in degrees.final DoubleProperty
Node.layoutXProperty()
Defines the x coordinate of the translation that is added to thisNode
's transform for the purpose of layout.final DoubleProperty
Node.layoutYProperty()
Defines the y coordinate of the translation that is added to thisNode
's transform for the purpose of layout.final DoubleProperty
PointLight.linearAttenuationProperty()
The linear attenuation coefficient.final DoubleProperty
PointLight.maxRangeProperty()
The maximum range of thisPointLight
.final DoubleProperty
Camera.nearClipProperty()
Specifies the distance from the eye of the near clipping plane of thisCamera
in the eye coordinate space.final DoubleProperty
Node.opacityProperty()
Specifies how opaque (that is, solid) theNode
appears.final DoubleProperty
SpotLight.outerAngleProperty()
The angle of the spotlight's outer cone, in degrees (as shown in the class doc image).final DoubleProperty
PointLight.quadraticAttenuationProperty()
The quadratic attenuation coefficient.final DoubleProperty
Node.rotateProperty()
Defines the angle of rotation about theNode
's center, measured in degrees.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()
Defines the x coordinate of the translation that is added to thisNode
's transform.final DoubleProperty
Node.translateYProperty()
Defines the y coordinate of the translation that is added to thisNode
's transform.final DoubleProperty
Node.translateZProperty()
Defines the Z coordinate of the translation that is added to the transformed coordinates of thisNode
.final DoubleProperty
Node.viewOrderProperty()
Defines the rendering and picking order of thisNode
within its parent.final DoubleProperty
SubScene.widthProperty()
Defines the width of thisSubScene
-
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.chart
Modifier and TypeFieldDescriptionprotected final DoubleProperty
ValueAxis.currentLowerBound
The current value for the lowerBound of this axis (minimum value).Modifier and TypeMethodDescriptionfinal DoubleProperty
BarChart.barGapProperty()
The gap to leave between bars in the same categoryfinal DoubleProperty
BarChart.categoryGapProperty()
The gap to leave between bars in separate categoriesStackedBarChart.categoryGapProperty()
The gap to leave between bars in separate categoriesfinal DoubleProperty
CategoryAxis.endMarginProperty()
The margin between the last tick mark and the axis endfinal DoubleProperty
PieChart.labelLineLengthProperty()
The length of the line from the outside of the pie to the slice labels.final DoubleProperty
ValueAxis.lowerBoundProperty()
The value for the lower bound of this axis (minimum value).final DoubleProperty
ValueAxis.minorTickLengthProperty()
The length of minor tick mark lines.final DoubleProperty
PieChart.Data.pieValueProperty()
The value of the pie slicefinal DoubleProperty
PieChart.startAngleProperty()
The angle to start the first pie slice atfinal DoubleProperty
CategoryAxis.startMarginProperty()
The margin between the axis start and the first tick-markfinal DoubleProperty
Axis.tickLabelGapProperty()
The gap between tick labels and the tick mark linesfinal DoubleProperty
Axis.tickLabelRotationProperty()
Rotation in degrees of tick mark labels from their normal horizontal.final DoubleProperty
Axis.tickLengthProperty()
The length of tick mark linesfinal DoubleProperty
NumberAxis.tickUnitProperty()
The value between each major tick mark in data units.final DoubleProperty
ValueAxis.upperBoundProperty()
The value for the upper bound of this axis (maximum value). -
Uses of DoubleProperty in javafx.scene.control
Modifier and TypeMethodDescriptionfinal DoubleProperty
SpinnerValueFactory.DoubleSpinnerValueFactory.amountToStepByProperty()
Sets the amount to increment or decrement by, per step.final DoubleProperty
ScrollBar.blockIncrementProperty()
The amount by which to adjust the scrollbar if the track of the bar is clicked.final DoubleProperty
Slider.blockIncrementProperty()
The amount by which to adjust the slider if the track of the slider is clicked.final DoubleProperty
ButtonBar.buttonMinWidthProperty()
Specifies the minimum width of all buttons placed in this button bar.final DoubleProperty
ListView.fixedCellSizeProperty()
Specifies whether this control has cells that are a fixed height (of the specified value).final DoubleProperty
TableView.fixedCellSizeProperty()
Specifies whether this control has cells that are a fixed height (of the specified value).final DoubleProperty
TreeTableView.fixedCellSizeProperty()
Specifies whether this control has cells that are a fixed height (of the specified value).final DoubleProperty
TreeView.fixedCellSizeProperty()
Specifies whether this control has cells that are a fixed height (of the specified value).final DoubleProperty
Labeled.graphicTextGapProperty()
The amount of space between the graphic and textfinal DoubleProperty
Tooltip.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
Slider.majorTickUnitProperty()
The unit distance between major tick marks.final DoubleProperty
PopupControl.maxHeightProperty()
Property for overriding the control's computed maximum height.final DoubleProperty
ScrollBar.maxProperty()
The maximum value represented by thisScrollBar
.final DoubleProperty
Slider.maxProperty()
The maximum value represented by this Slider.final DoubleProperty
SpinnerValueFactory.DoubleSpinnerValueFactory.maxProperty()
Sets the maximum allowable value for this value factoryfinal DoubleProperty
PopupControl.maxWidthProperty()
Property for overriding the control's computed maximum width.final DoubleProperty
TableColumnBase.maxWidthProperty()
The maximum width the table column is permitted to be resized to.final DoubleProperty
PopupControl.minHeightProperty()
Property for overriding the control's computed minimum height.final DoubleProperty
ScrollBar.minProperty()
The minimum value represented by thisScrollBar
.final DoubleProperty
Slider.minProperty()
The minimum value represented by this Slider.final DoubleProperty
SpinnerValueFactory.DoubleSpinnerValueFactory.minProperty()
Sets the minimum allowable value for this value factoryfinal DoubleProperty
ScrollPane.minViewportHeightProperty()
Specify the minimum height of the ScrollPane Viewport.final DoubleProperty
ScrollPane.minViewportWidthProperty()
Specify the minimum width of the ScrollPane Viewport.final DoubleProperty
PopupControl.minWidthProperty()
Property for overriding the control's computed minimum width.final DoubleProperty
TableColumnBase.minWidthProperty()
The minimum width the table column is permitted to be resized to.final DoubleProperty
SplitPane.Divider.positionProperty()
Represents the location where the divider should ideally be positioned, between 0.0 and 1.0 (inclusive).final DoubleProperty
PopupControl.prefHeightProperty()
Property for overriding the control's computed preferred height.final DoubleProperty
ScrollPane.prefViewportHeightProperty()
Specify the preferred height of the ScrollPane Viewport.final DoubleProperty
ScrollPane.prefViewportWidthProperty()
Specify the preferred width of the ScrollPane Viewport.final DoubleProperty
PopupControl.prefWidthProperty()
Property for overriding the control's computed preferred width.final DoubleProperty
TableColumnBase.prefWidthProperty()
The preferred width of the TableColumn.final DoubleProperty
ProgressIndicator.progressProperty()
The actual progress of the ProgressIndicator.final DoubleProperty
TextArea.scrollLeftProperty()
The number of pixels by which the content is horizontally scrolled.final DoubleProperty
TextArea.scrollTopProperty()
The number of pixels by which the content is vertically scrolled.final DoubleProperty
TabPane.tabMaxHeightProperty()
The maximum height of aTab
in theTabPane
.final DoubleProperty
TabPane.tabMaxWidthProperty()
The maximum width of aTab
in theTabPane
.final DoubleProperty
TabPane.tabMinHeightProperty()
The minimum height of aTab
in theTabPane
.final DoubleProperty
TabPane.tabMinWidthProperty()
The minimum width of aTab
in theTabPane
.final DoubleProperty
ScrollBar.unitIncrementProperty()
final DoubleProperty
ScrollBar.valueProperty()
The current value represented by thisScrollBar
.final DoubleProperty
Slider.valueProperty()
The current value represented by this Slider.final DoubleProperty
ScrollBar.visibleAmountProperty()
Visible amount of the scrollbar's range, typically represented by the size of the scroll bar's thumb.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.control.skin
Modifier and TypeMethodDescriptionfinal DoubleProperty
VirtualFlow.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.final DoubleProperty
TreeCellSkin.indentProperty()
The amount of space to multiply by the treeItem.level to get the left margin for this tree cell.final DoubleProperty
TreeTableRowSkin.indentProperty()
The amount of space to multiply by the treeItem.level to get the left margin for this tree cell.final DoubleProperty
VirtualFlow.positionProperty()
The position of the VirtualFlow within its list of cells.final DoubleProperty
MenuBarSkin.spacingProperty()
Specifies the spacing between menu buttons on the MenuBar. -
Uses of DoubleProperty in javafx.scene.effect
Modifier and TypeMethodDescriptionfinal DoubleProperty
MotionBlur.angleProperty()
The angle of the motion effect, in degrees.final DoubleProperty
Light.Distant.azimuthProperty()
The azimuth of the light.final DoubleProperty
Reflection.bottomOpacityProperty()
The bottom opacity value, which is the opacity of the reflection at its bottom extreme.final DoubleProperty
ColorAdjust.brightnessProperty()
The brightness adjustment value.final DoubleProperty
InnerShadow.chokeProperty()
The choke of the shadow.final DoubleProperty
ColorAdjust.contrastProperty()
The contrast adjustment value.final DoubleProperty
Lighting.diffuseConstantProperty()
The diffuse constant.final DoubleProperty
Light.Distant.elevationProperty()
The elevation of the light.final DoubleProperty
Reflection.fractionProperty()
The fraction of the input that is visible in the reflection.final DoubleProperty
BoxBlur.heightProperty()
The vertical dimension of the blur effect.final DoubleProperty
ColorInput.heightProperty()
Sets the height of the region to be flooded, relative to the local coordinate space of the contentNode
.final DoubleProperty
DropShadow.heightProperty()
The vertical size of the shadow blur kernel.final DoubleProperty
InnerShadow.heightProperty()
The vertical size of the shadow blur kernel.final DoubleProperty
Shadow.heightProperty()
The vertical size of the shadow blur kernel.final DoubleProperty
ColorAdjust.hueProperty()
The hue adjustment value.final DoubleProperty
Glow.levelProperty()
The level value, which controls the intensity of the glow effect.final DoubleProperty
SepiaTone.levelProperty()
The level value, which controls the intensity of the sepia effect.final DoubleProperty
PerspectiveTransform.llxProperty()
The x coordinate of the output location onto which the lower left corner of the source is mapped.final DoubleProperty
PerspectiveTransform.llyProperty()
The y coordinate of the output location onto which the lower left corner of the source is mapped.final DoubleProperty
PerspectiveTransform.lrxProperty()
The x coordinate of the output location onto which the lower right corner of the source is mapped.final DoubleProperty
PerspectiveTransform.lryProperty()
The y coordinate of the output location onto which the lower right corner of the source is mapped.final DoubleProperty
DisplacementMap.offsetXProperty()
The offset by which all x coordinate offset values in theFloatMap
are displaced after they are scaled.final DoubleProperty
DropShadow.offsetXProperty()
The shadow offset in the x direction, in pixels.final DoubleProperty
InnerShadow.offsetXProperty()
The shadow offset in the x direction, in pixels.final DoubleProperty
DisplacementMap.offsetYProperty()
The offset by which all y coordinate offset values in theFloatMap
are displaced after they are scaled.final DoubleProperty
DropShadow.offsetYProperty()
The shadow offset in the y direction, in pixels.final DoubleProperty
InnerShadow.offsetYProperty()
The shadow offset in the y direction, in pixels.final DoubleProperty
Blend.opacityProperty()
The opacity value, which is modulated with the top input prior to blending.final DoubleProperty
Light.Spot.pointsAtXProperty()
The x coordinate of the direction vector for this light.final DoubleProperty
Light.Spot.pointsAtYProperty()
The y coordinate of the direction vector for this light.final DoubleProperty
Light.Spot.pointsAtZProperty()
The z coordinate of the direction vector for this light.final DoubleProperty
DropShadow.radiusProperty()
The radius of the shadow blur kernel.final DoubleProperty
GaussianBlur.radiusProperty()
The radius of the blur kernel.final DoubleProperty
InnerShadow.radiusProperty()
The radius of the shadow blur kernel.final DoubleProperty
MotionBlur.radiusProperty()
The radius of the blur kernel.final DoubleProperty
Shadow.radiusProperty()
The radius of the shadow blur kernel.final DoubleProperty
ColorAdjust.saturationProperty()
The saturation adjustment value.final DoubleProperty
DisplacementMap.scaleXProperty()
The scale factor by which all x coordinate offset values in theFloatMap
are multiplied.final DoubleProperty
DisplacementMap.scaleYProperty()
The scale factor by which all y coordinate offset values in theFloatMap
are multiplied.final DoubleProperty
Lighting.specularConstantProperty()
The specular constant.final DoubleProperty
Light.Spot.specularExponentProperty()
The specular exponent, which controls the focus of this light source.final DoubleProperty
Lighting.specularExponentProperty()
The specular exponent.final DoubleProperty
DropShadow.spreadProperty()
The spread of the shadow.final DoubleProperty
Lighting.surfaceScaleProperty()
The surface scale factor.final DoubleProperty
Bloom.thresholdProperty()
The threshold value controls the minimum luminosity value of the pixels that will be made to glow.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.final DoubleProperty
PerspectiveTransform.ulxProperty()
The x coordinate of the output location onto which the upper left corner of the source is mapped.final DoubleProperty
PerspectiveTransform.ulyProperty()
The y coordinate of the output location onto which the upper left corner of the source is mapped.final DoubleProperty
PerspectiveTransform.urxProperty()
The x coordinate of the output location onto which the upper right corner of the source is mapped.final DoubleProperty
PerspectiveTransform.uryProperty()
The y coordinate of the output location onto which the upper right corner of the source is mapped.final DoubleProperty
BoxBlur.widthProperty()
The horizontal dimension of the blur effect.final DoubleProperty
ColorInput.widthProperty()
Sets the width of the region to be flooded, relative to the local coordinate space of the contentNode
.final DoubleProperty
DropShadow.widthProperty()
The horizontal size of the shadow blur kernel.final DoubleProperty
InnerShadow.widthProperty()
The horizontal size of the shadow blur kernel.final DoubleProperty
Shadow.widthProperty()
The horizontal size of the shadow blur kernel.final DoubleProperty
ColorInput.xProperty()
Sets the x location of the region to be flooded, relative to the local coordinate space of the contentNode
.final DoubleProperty
ImageInput.xProperty()
Sets the x location of the source image, relative to the local coordinate space of the contentNode
.final DoubleProperty
Light.Point.xProperty()
The x coordinate of the light position.final DoubleProperty
ColorInput.yProperty()
Sets the y location of the region to be flooded, relative to the local coordinate space of the contentNode
.final DoubleProperty
ImageInput.yProperty()
Sets the y location of the source image, relative to the local coordinate space of the contentNode
.final DoubleProperty
Light.Point.yProperty()
The y coordinate of the light position.final DoubleProperty
Light.Point.zProperty()
The z coordinate of the light position. -
Uses of DoubleProperty in javafx.scene.image
Modifier and TypeMethodDescriptionfinal DoubleProperty
ImageView.fitHeightProperty()
The height of the bounding box within which the source image is resized as necessary to fit.final DoubleProperty
ImageView.fitWidthProperty()
The width of the bounding box within which the source image is resized as necessary to fit.final DoubleProperty
ImageView.xProperty()
The current x coordinate of theImageView
origin.final DoubleProperty
ImageView.yProperty()
The current y coordinate of theImageView
origin. -
Uses of DoubleProperty in javafx.scene.layout
Modifier and TypeMethodDescriptionfinal 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.final DoubleProperty
TilePane.hgapProperty()
The amount of horizontal space between each tile in a row.final DoubleProperty
Region.maxHeightProperty()
Property for overriding the region's computed maximum height.final DoubleProperty
RowConstraints.maxHeightProperty()
The maximum height for the row.final DoubleProperty
ColumnConstraints.maxWidthProperty()
The maximum width for the column.final DoubleProperty
Region.maxWidthProperty()
Property for overriding the region's computed maximum width.final DoubleProperty
Region.minHeightProperty()
Property for overriding the region's computed minimum height.final DoubleProperty
RowConstraints.minHeightProperty()
The minimum height for the row.final DoubleProperty
ColumnConstraints.minWidthProperty()
The minimum width for the column.final DoubleProperty
Region.minWidthProperty()
Property for overriding the region's computed minimum width.final DoubleProperty
RowConstraints.percentHeightProperty()
The height percentage of the row.final DoubleProperty
ColumnConstraints.percentWidthProperty()
The width percentage of the column.final DoubleProperty
Region.prefHeightProperty()
Property for overriding the region's computed preferred height.final DoubleProperty
RowConstraints.prefHeightProperty()
The preferred height for the row.final DoubleProperty
TilePane.prefTileHeightProperty()
The preferred height of each tile.final DoubleProperty
TilePane.prefTileWidthProperty()
The preferred width of each tile.final DoubleProperty
ColumnConstraints.prefWidthProperty()
The preferred width for the column.final DoubleProperty
Region.prefWidthProperty()
Property for overriding the region's computed preferred width.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.final DoubleProperty
TilePane.vgapProperty()
The amount of vertical space between each tile in a column. -
Uses of DoubleProperty in javafx.scene.media
Modifier 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.final DoubleProperty
MediaView.fitHeightProperty()
Determines the height of the bounding box within which the source media is resized as necessary to fit.final DoubleProperty
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.final DoubleProperty
MediaView.xProperty()
Defines the current x coordinate of theMediaView
origin.final DoubleProperty
MediaView.yProperty()
Defines the current y coordinate of theMediaView
origin. -
Uses of DoubleProperty in javafx.scene.paint
Modifier and TypeMethodDescriptionfinal DoubleProperty
PhongMaterial.specularPowerProperty()
The specular power of thisPhongMaterial
. -
Uses of DoubleProperty in javafx.scene.shape
Modifier and TypeMethodDescriptionfinal DoubleProperty
Rectangle.arcHeightProperty()
Defines the vertical diameter of the arc at the four corners of the rectangle.final DoubleProperty
Rectangle.arcWidthProperty()
Defines the horizontal diameter of the arc at the four corners of the rectangle.final DoubleProperty
Arc.centerXProperty()
Defines the X coordinate of the center point of the arc.final DoubleProperty
Circle.centerXProperty()
Defines the horizontal position of the center of the circle in pixels.final DoubleProperty
Ellipse.centerXProperty()
Defines the horizontal position of the center of the ellipse in pixels.final DoubleProperty
Arc.centerYProperty()
Defines the Y coordinate of the center point of the arc.final DoubleProperty
Circle.centerYProperty()
Defines the vertical position of the center of the circle in pixels.final DoubleProperty
Ellipse.centerYProperty()
Defines the vertical position of the center of the ellipse in pixels.final DoubleProperty
CubicCurve.controlX1Property()
Defines the X coordinate of the first control point of the cubic curve segment.final DoubleProperty
CubicCurveTo.controlX1Property()
Defines the X coordinate of the first Bézier control point.final DoubleProperty
CubicCurve.controlX2Property()
Defines the X coordinate of the second control point of the cubic curve segment.final DoubleProperty
CubicCurveTo.controlX2Property()
Defines the X coordinate of the second Bézier control point.final DoubleProperty
QuadCurve.controlXProperty()
Defines the X coordinate of the control point of the quadratic curve segment.final DoubleProperty
QuadCurveTo.controlXProperty()
Defines the X coordinate of the quadratic control point.final DoubleProperty
CubicCurve.controlY1Property()
Defines the Y coordinate of the first control point of the cubic curve segment.final DoubleProperty
CubicCurveTo.controlY1Property()
Defines the Y coordinate of the first Bézier control point.final DoubleProperty
CubicCurve.controlY2Property()
Defines the Y coordinate of the second control point of the cubic curve segment.final DoubleProperty
CubicCurveTo.controlY2Property()
Defines the Y coordinate of the second Bézier control point.final DoubleProperty
QuadCurve.controlYProperty()
Defines the Y coordinate of the control point of the quadratic curve segment.final DoubleProperty
QuadCurveTo.controlYProperty()
Defines the Y coordinate of the quadratic control point.final DoubleProperty
Box.depthProperty()
Defines the depth or the Z dimension of the Box.final DoubleProperty
CubicCurve.endXProperty()
Defines the X coordinate of the end point of the cubic curve segment.final DoubleProperty
Line.endXProperty()
The X coordinate of the end point of the line segment.final DoubleProperty
QuadCurve.endXProperty()
Defines the X coordinate of the end point of the quadratic curve segment.final DoubleProperty
CubicCurve.endYProperty()
Defines the Y coordinate of the end point of the cubic curve segment.final DoubleProperty
Line.endYProperty()
The Y coordinate of the end point of the line segment.final DoubleProperty
QuadCurve.endYProperty()
Defines the Y coordinate of the end point of the quadratic curve segment.final DoubleProperty
Box.heightProperty()
Defines the height or the Y dimension of the Box.final DoubleProperty
Cylinder.heightProperty()
Defines the height or the Y dimension of the Cylinder.final DoubleProperty
Rectangle.heightProperty()
Defines the height of the rectangle.final DoubleProperty
Arc.lengthProperty()
Defines the angular extent of the arc in degrees.final DoubleProperty
Circle.radiusProperty()
Defines the radius of the circle in pixels.final DoubleProperty
Cylinder.radiusProperty()
Defines the radius in the Z plane of the Cylinder.final DoubleProperty
Sphere.radiusProperty()
Defines the radius of the Sphere.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
Ellipse.radiusXProperty()
Defines the width of the ellipse in pixels.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
Ellipse.radiusYProperty()
Defines the height of the ellipse in pixels.final DoubleProperty
Arc.startAngleProperty()
Defines the starting angle of the arc in degrees.final DoubleProperty
CubicCurve.startXProperty()
Defines the X coordinate of the start point of the cubic curve segment.final DoubleProperty
Line.startXProperty()
The X coordinate of the start point of the line segment.final DoubleProperty
QuadCurve.startXProperty()
Defines the X coordinate of the start point of the quadratic curve segment.final DoubleProperty
CubicCurve.startYProperty()
Defines the Y coordinate of the start point of the cubic curve segment.final DoubleProperty
Line.startYProperty()
The Y coordinate of the start point of the line segment.final DoubleProperty
QuadCurve.startYProperty()
Defines the Y coordinate of the start point of the quadratic curve segment.final DoubleProperty
Shape.strokeDashOffsetProperty()
Defines a distance specified in user coordinates that represents an offset into the dashing pattern.final DoubleProperty
Shape.strokeMiterLimitProperty()
Defines the limit for theStrokeLineJoin.MITER
line join style.final DoubleProperty
Shape.strokeWidthProperty()
Defines a square pen line width.final DoubleProperty
Box.widthProperty()
Defines the width or the X dimension of the Box.final DoubleProperty
Rectangle.widthProperty()
Defines the width of the rectangle.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
HLineTo.xProperty()
Defines the X coordinate.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.final DoubleProperty
Rectangle.xProperty()
Defines the X coordinate of the upper-left corner of the rectangle.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.final DoubleProperty
Rectangle.yProperty()
Defines the Y coordinate of the upper-left corner of the rectangle.final DoubleProperty
VLineTo.yProperty()
Defines the Y coordinate. -
Uses of DoubleProperty in javafx.scene.text
Modifier and TypeMethodDescriptionfinal DoubleProperty
Text.lineSpacingProperty()
Defines the vertical space in pixel between lines.final DoubleProperty
TextFlow.lineSpacingProperty()
Defines the vertical space in pixel between lines.final DoubleProperty
Text.wrappingWidthProperty()
Defines a width constraint for the text in user space coordinates.final DoubleProperty
Text.xProperty()
Defines the X coordinate of text origin.final DoubleProperty
Text.yProperty()
Defines the Y coordinate of text origin. -
Uses of DoubleProperty in javafx.scene.transform
Modifier and TypeMethodDescriptionfinal DoubleProperty
Rotate.angleProperty()
Defines the angle of rotation measured in degrees.final DoubleProperty
Affine.mxxProperty()
Defines the X coordinate scaling element of the 3x4 matrix.final DoubleProperty
Affine.mxyProperty()
Defines the XY coordinate element of the 3x4 matrix.final DoubleProperty
Affine.mxzProperty()
Defines the XZ coordinate element of the 3x4 matrix.final DoubleProperty
Affine.myxProperty()
Defines the YX coordinate element of the 3x4 matrix.final DoubleProperty
Affine.myyProperty()
Defines the Y coordinate scaling element of the 3x4 matrix.final DoubleProperty
Affine.myzProperty()
Defines the YZ coordinate element of the 3x4 matrix.final DoubleProperty
Affine.mzxProperty()
Defines the ZX coordinate element of the 3x4 matrix.final DoubleProperty
Affine.mzyProperty()
Defines the ZY coordinate element of the 3x4 matrix.final DoubleProperty
Affine.mzzProperty()
Defines the Z coordinate scaling element of the 3x4 matrix.final DoubleProperty
Rotate.pivotXProperty()
Defines the X coordinate of the rotation pivot point.final DoubleProperty
Scale.pivotXProperty()
Defines the X coordinate about which point the scale occurs.final DoubleProperty
Shear.pivotXProperty()
Defines the X coordinate of the shear pivot point.final DoubleProperty
Rotate.pivotYProperty()
Defines the Y coordinate of the rotation pivot point.final DoubleProperty
Scale.pivotYProperty()
Defines the Y coordinate about which point the scale occurs.final DoubleProperty
Shear.pivotYProperty()
Defines the Y coordinate of the shear pivot point.final DoubleProperty
Rotate.pivotZProperty()
Defines the Z coordinate of the rotation pivot point.final DoubleProperty
Scale.pivotZProperty()
Defines the Z coordinate about which point the scale occurs.final DoubleProperty
Affine.txProperty()
Defines the X coordinate translation element of the 3x4 matrix.final DoubleProperty
Affine.tyProperty()
Defines the Y coordinate translation element of the 3x4 matrix.final DoubleProperty
Affine.tzProperty()
Defines the Z coordinate translation element of the 3x4 matrix.final DoubleProperty
Scale.xProperty()
Defines the factor by which coordinates are scaled along the X axis direction.final DoubleProperty
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.final DoubleProperty
Translate.xProperty()
Defines the distance by which coordinates are translated in the X axis directionfinal DoubleProperty
Scale.yProperty()
Defines the factor by which coordinates are scaled along the Y axis direction.final DoubleProperty
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.final DoubleProperty
Translate.yProperty()
Defines the distance by which coordinates are translated in the Y axis directionfinal DoubleProperty
Scale.zProperty()
Defines the factor by which coordinates are scaled along the Z axis direction.final DoubleProperty
Translate.zProperty()
Defines the distance by which coordinates are translated in the Z axis direction -
Uses of DoubleProperty in javafx.scene.web
Modifier 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.final DoubleProperty
WebView.zoomProperty()
The current zoom factor applied to the entire page contents. -
Uses of DoubleProperty in javafx.stage
Modifier and TypeMethodDescriptionfinal DoubleProperty
Stage.maxHeightProperty()
Defines the maximum height of thisStage
.final DoubleProperty
Stage.maxWidthProperty()
Defines the maximum width of thisStage
.final DoubleProperty
Stage.minHeightProperty()
Defines the minimum height of thisStage
.final DoubleProperty
Stage.minWidthProperty()
Defines the minimum width of thisStage
.final DoubleProperty
Window.opacityProperty()
Defines the opacity of theWindow
as a value between 0.0 and 1.0.final DoubleProperty
Window.renderScaleXProperty()
The horizontal scale that theWindow
will use when rendering itsScene
to the rendering buffer.final DoubleProperty
Window.renderScaleYProperty()
The vertical scale that theWindow
will use when rendering itsScene
to the rendering buffer.