Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
javafx.beans.property |
The package
javafx.beans.property defines read-only
properties and writable properties, plus a number of implementations. |
javafx.beans.property.adapter | |
javafx.css |
Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.canvas |
Provides the set of classes for canvas, an immediate mode style of rendering API.
|
javafx.scene.chart |
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
|
javafx.scene.control |
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.
|
javafx.scene.effect |
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
|
javafx.scene.image |
Provides the set of classes for loading and displaying images.
|
javafx.scene.layout |
Provides classes to support user interface layout.
|
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
javafx.scene.paint |
Provides the set of classes for colors and gradients used to fill shapes and
backgrounds when rendering the scene graph.
|
javafx.scene.shape |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
javafx.scene.transform |
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for
Affine objects. |
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
RotateTransition.byAngleProperty()
Specifies the incremented stop angle value, from the start, of this
RotateTransition . |
DoubleProperty |
FadeTransition.byValueProperty()
Specifies the incremented stop opacity value, from the start, of this
FadeTransition . |
DoubleProperty |
ScaleTransition.byXProperty()
Specifies the incremented stop X scale value, from the start, of this
ScaleTransition . |
DoubleProperty |
TranslateTransition.byXProperty()
Specifies the incremented stop X coordinate value, from the start, of
this
TranslateTransition . |
DoubleProperty |
ScaleTransition.byYProperty()
Specifies the incremented stop Y scale value, from the start, of this
ScaleTransition . |
DoubleProperty |
TranslateTransition.byYProperty()
Specifies the incremented stop Y coordinate value, from the start, of
this
TranslateTransition . |
DoubleProperty |
ScaleTransition.byZProperty()
Specifies the incremented stop Z scale value, from the start, of this
ScaleTransition . |
DoubleProperty |
TranslateTransition.byZProperty()
Specifies the incremented stop Z coordinate value, from the start, of
this
TranslateTransition . |
DoubleProperty |
RotateTransition.fromAngleProperty()
Specifies the start angle value for this
RotateTransition . |
DoubleProperty |
FadeTransition.fromValueProperty()
Specifies the start opacity value for this
FadeTransition . |
DoubleProperty |
ScaleTransition.fromXProperty()
Specifies the start X scale value of this
ScaleTransition . |
DoubleProperty |
TranslateTransition.fromXProperty()
Specifies the start X coordinate value of this
TranslateTransition . |
DoubleProperty |
ScaleTransition.fromYProperty()
Specifies the start Y scale value of this
ScaleTransition . |
DoubleProperty |
TranslateTransition.fromYProperty()
Specifies the start Y coordinate value of this
TranslateTransition . |
DoubleProperty |
ScaleTransition.fromZProperty()
Specifies the start Z scale value of this
ScaleTransition . |
DoubleProperty |
TranslateTransition.fromZProperty()
Specifies the start Z coordinate value of this
TranslateTransition . |
DoubleProperty |
Animation.rateProperty()
Defines the direction/speed at which the
Animation is expected to
be played. |
DoubleProperty |
RotateTransition.toAngleProperty()
Specifies the stop angle value for this
RotateTransition . |
DoubleProperty |
FadeTransition.toValueProperty()
Specifies the stop opacity value for this
FadeTransition . |
DoubleProperty |
ScaleTransition.toXProperty()
Specifies the stop X scale value of this
ScaleTransition . |
DoubleProperty |
TranslateTransition.toXProperty()
Specifies the stop X coordinate value of this
TranslateTransition . |
DoubleProperty |
ScaleTransition.toYProperty()
The stop Y scale value of this
ScaleTransition . |
DoubleProperty |
TranslateTransition.toYProperty()
Specifies the stop Y coordinate value of this
TranslateTransition . |
DoubleProperty |
ScaleTransition.toZProperty()
The stop Z scale value of this
ScaleTransition . |
DoubleProperty |
TranslateTransition.toZProperty()
Specifies the stop Z coordinate value of this
TranslateTransition . |
Modifier and Type | Class and Description |
---|---|
class |
DoublePropertyBase
The class
DoublePropertyBase is the base class for a property
wrapping a double value. |
class |
ReadOnlyDoubleWrapper
This class provides a convenient class to define read-only properties.
|
class |
SimpleDoubleProperty
This class provides a full implementation of a
Property wrapping a
double value. |
Modifier and Type | Method and Description |
---|---|
static DoubleProperty |
DoubleProperty.doubleProperty(Property<Double> property)
Returns a
DoubleProperty that wraps a
Property and is
bidirectionally bound to it. |
Modifier and Type | Class and Description |
---|---|
class |
JavaBeanDoubleProperty
A
JavaBeanDoubleProperty provides an adapter between a regular
Java Bean property of type double or Double and a JavaFX
DoubleProperty . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleStyleableDoubleProperty
This class extends
SimpleDoubleProperty and provides a full
implementation of a StyleableProperty . |
class |
StyleableDoubleProperty
This class extends
DoublePropertyBase and provides a partial
implementation of a StyleableProperty . |
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
Camera.farClipProperty()
Specifies the distance from the eye of the far clipping plane of
this
Camera in the eye coordinate space. |
DoubleProperty |
PerspectiveCamera.fieldOfViewProperty()
Specifies the field of view angle of the camera's projection plane,
measured in degrees.
|
DoubleProperty |
SubScene.heightProperty()
Defines the height of this
SubScene |
DoubleProperty |
Node.layoutXProperty()
Defines the x coordinate of the translation that is added to this
Node 's
transform for the purpose of layout. |
DoubleProperty |
Node.layoutYProperty()
Defines the y coordinate of the translation that is added to this
Node 's
transform for the purpose of layout. |
DoubleProperty |
Camera.nearClipProperty()
Specifies the distance from the eye of the near clipping plane of
this
Camera in the eye coordinate space. |
DoubleProperty |
Node.opacityProperty()
Specifies how opaque (that is, solid) the
Node appears. |
DoubleProperty |
Node.rotateProperty()
Defines the angle of rotation about the
Node 's center, measured in
degrees. |
DoubleProperty |
Node.scaleXProperty()
Defines the factor by which coordinates are scaled about the center of the
object along the X axis of this
Node . |
DoubleProperty |
Node.scaleYProperty()
Defines the factor by which coordinates are scaled about the center of the
object along the Y axis of this
Node . |
DoubleProperty |
Node.scaleZProperty()
Defines the factor by which coordinates are scaled about the center of the
object along the Z axis of this
Node . |
DoubleProperty |
Node.translateXProperty()
Defines the x coordinate of the translation that is added to this
Node 's
transform. |
DoubleProperty |
Node.translateYProperty()
Defines the y coordinate of the translation that is added to this
Node 's
transform. |
DoubleProperty |
Node.translateZProperty()
Defines the Z coordinate of the translation that is added to the
transformed coordinates of this
Node . |
DoubleProperty |
SubScene.widthProperty()
Defines the width of this
SubScene |
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
Canvas.heightProperty()
Defines the height of the canvas.
|
DoubleProperty |
Canvas.widthProperty()
Defines the width of the canvas.
|
Modifier and Type | Field and Description |
---|---|
protected DoubleProperty |
ValueAxis.currentLowerBound
The current value for the lowerBound of this axis, ie min value.
|
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
BarChart.barGapProperty()
The gap to leave between bars in the same category
|
DoubleProperty |
BarChart.categoryGapProperty()
The gap to leave between bars in separate categories
|
DoubleProperty |
StackedBarChart.categoryGapProperty()
The gap to leave between bars in separate categories
|
DoubleProperty |
CategoryAxis.endMarginProperty()
The margin between the last tick mark and the axis end
|
DoubleProperty |
PieChart.labelLineLengthProperty()
The length of the line from the outside of the pie to the slice labels.
|
DoubleProperty |
ValueAxis.lowerBoundProperty()
The value for the lower bound of this axis, ie min value.
|
DoubleProperty |
ValueAxis.minorTickLengthProperty()
The length of minor tick mark lines.
|
DoubleProperty |
PieChart.Data.pieValueProperty()
The value of the pie slice
|
DoubleProperty |
PieChart.startAngleProperty()
The angle to start the first pie slice at
|
DoubleProperty |
CategoryAxis.startMarginProperty()
The margin between the axis start and the first tick-mark
|
DoubleProperty |
Axis.tickLabelGapProperty()
The gap between tick labels and the tick mark lines
|
DoubleProperty |
Axis.tickLabelRotationProperty()
Rotation in degrees of tick mark labels from their normal horizontal.
|
DoubleProperty |
Axis.tickLengthProperty()
The length of tick mark lines
|
DoubleProperty |
NumberAxis.tickUnitProperty()
The value between each major tick mark in data units.
|
DoubleProperty |
ValueAxis.upperBoundProperty()
The value for the upper bound of this axis, ie max value.
|
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
SpinnerValueFactory.DoubleSpinnerValueFactory.amountToStepByProperty()
Sets the amount to increment or decrement by, per step.
|
DoubleProperty |
ScrollBar.blockIncrementProperty()
The amount by which to adjust the scrollbar if the track of the bar is
clicked.
|
DoubleProperty |
Slider.blockIncrementProperty()
The amount by which to adjust the slider if the track of the slider is
clicked.
|
DoubleProperty |
ButtonBar.buttonMinWidthProperty()
Specifies the minimum width of all buttons placed in this button bar.
|
DoubleProperty |
ListView.fixedCellSizeProperty()
Specifies whether this control has cells that are a fixed height (of the
specified value).
|
DoubleProperty |
TableView.fixedCellSizeProperty()
Specifies whether this control has cells that are a fixed height (of the
specified value).
|
DoubleProperty |
TreeTableView.fixedCellSizeProperty()
Specifies whether this control has cells that are a fixed height (of the
specified value).
|
DoubleProperty |
TreeView.fixedCellSizeProperty()
Specifies whether this control has cells that are a fixed height (of the
specified value).
|
DoubleProperty |
Labeled.graphicTextGapProperty()
The amount of space between the graphic and text
|
DoubleProperty |
Tooltip.graphicTextGapProperty()
The amount of space between the graphic and text
|
DoubleProperty |
ScrollPane.hmaxProperty()
The maximum allowable
hvalue for this ScrollPane. |
DoubleProperty |
ScrollPane.hminProperty()
The minimum allowable
hvalue for this ScrollPane. |
DoubleProperty |
ScrollPane.hvalueProperty()
The current horizontal scroll position of the ScrollPane.
|
DoubleProperty |
Labeled.lineSpacingProperty()
Specifies the space in pixel between lines.
|
DoubleProperty |
Slider.majorTickUnitProperty()
The unit distance between major tick marks.
|
DoubleProperty |
PopupControl.maxHeightProperty()
Property for overriding the control's computed maximum height.
|
DoubleProperty |
ScrollBar.maxProperty()
The maximum value represented by this
ScrollBar . |
DoubleProperty |
Slider.maxProperty()
The maximum value represented by this Slider.
|
DoubleProperty |
SpinnerValueFactory.DoubleSpinnerValueFactory.maxProperty()
Sets the maximum allowable value for this value factory
|
DoubleProperty |
PopupControl.maxWidthProperty()
Property for overriding the control's computed maximum width.
|
DoubleProperty |
TableColumnBase.maxWidthProperty()
The maximum width the table column is permitted to be resized to.
|
DoubleProperty |
PopupControl.minHeightProperty()
Property for overriding the control's computed minimum height.
|
DoubleProperty |
ScrollBar.minProperty()
The minimum value represented by this
ScrollBar . |
DoubleProperty |
Slider.minProperty()
The minimum value represented by this Slider.
|
DoubleProperty |
SpinnerValueFactory.DoubleSpinnerValueFactory.minProperty()
Sets the minimum allowable value for this value factory
|
DoubleProperty |
ScrollPane.minViewportHeightProperty()
Specify the minimum height of the ScrollPane Viewport.
|
DoubleProperty |
ScrollPane.minViewportWidthProperty()
Specify the minimum width of the ScrollPane Viewport.
|
DoubleProperty |
PopupControl.minWidthProperty()
Property for overriding the control's computed minimum width.
|
DoubleProperty |
TableColumnBase.minWidthProperty()
The minimum width the table column is permitted to be resized to.
|
DoubleProperty |
SplitPane.Divider.positionProperty()
Represents the location where the divider should ideally be
positioned, between 0.0 and 1.0 (inclusive).
|
DoubleProperty |
PopupControl.prefHeightProperty()
Property for overriding the control's computed preferred height.
|
DoubleProperty |
ScrollPane.prefViewportHeightProperty()
Specify the preferred height of the ScrollPane Viewport.
|
DoubleProperty |
ScrollPane.prefViewportWidthProperty()
Specify the perferred width of the ScrollPane Viewport.
|
DoubleProperty |
PopupControl.prefWidthProperty()
Property for overriding the control's computed preferred width.
|
DoubleProperty |
TableColumnBase.prefWidthProperty()
The preferred width of the TableColumn.
|
DoubleProperty |
ProgressIndicator.progressProperty()
The actual progress of the ProgressIndicator.
|
DoubleProperty |
TextArea.scrollLeftProperty()
The number of pixels by which the content is horizontally
scrolled.
|
DoubleProperty |
TextArea.scrollTopProperty()
The number of pixels by which the content is vertically
scrolled.
|
DoubleProperty |
TabPane.tabMaxHeightProperty()
The maximum height of the tabs in the TabPane.
|
DoubleProperty |
TabPane.tabMaxWidthProperty()
The maximum width of the tabs in the TabPane.
|
DoubleProperty |
TabPane.tabMinHeightProperty()
The minimum height of the tab.
|
DoubleProperty |
TabPane.tabMinWidthProperty()
The minimum width of the tabs in the TabPane.
|
DoubleProperty |
ScrollBar.unitIncrementProperty()
|
DoubleProperty |
ScrollBar.valueProperty()
The current value represented by this
ScrollBar . |
DoubleProperty |
Slider.valueProperty()
The current value represented by this Slider.
|
DoubleProperty |
ScrollBar.visibleAmountProperty()
Visible amount of the scrollbar's range, typically represented by
the size of the scroll bar's thumb.
|
DoubleProperty |
ScrollPane.vmaxProperty()
The maximum allowable
vvalue for this ScrollPane. |
DoubleProperty |
ScrollPane.vminProperty()
The minimum allowable
vvalue for this ScrollPane. |
DoubleProperty |
ScrollPane.vvalueProperty()
The current vertical scroll position of the ScrollPane.
|
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
MotionBlur.angleProperty()
The angle of the motion effect, in degrees.
|
DoubleProperty |
Light.Distant.azimuthProperty()
The azimuth of the light.
|
DoubleProperty |
Reflection.bottomOpacityProperty()
The bottom opacity value, which is the opacity of the reflection
at its bottom extreme.
|
DoubleProperty |
ColorAdjust.brightnessProperty()
The brightness adjustment value.
|
DoubleProperty |
InnerShadow.chokeProperty()
The choke of the shadow.
|
DoubleProperty |
ColorAdjust.contrastProperty()
The contrast adjustment value.
|
DoubleProperty |
Lighting.diffuseConstantProperty()
The diffuse constant.
|
DoubleProperty |
Light.Distant.elevationProperty()
The elevation of the light.
|
DoubleProperty |
Reflection.fractionProperty()
The fraction of the input that is visible in the reflection.
|
DoubleProperty |
BoxBlur.heightProperty()
The vertical dimension of the blur effect.
|
DoubleProperty |
ColorInput.heightProperty()
Sets the height of the region to be flooded, relative to the
local coordinate space of the content
Node . |
DoubleProperty |
DropShadow.heightProperty()
The vertical size of the shadow blur kernel.
|
DoubleProperty |
InnerShadow.heightProperty()
The vertical size of the shadow blur kernel.
|
DoubleProperty |
Shadow.heightProperty()
The vertical size of the shadow blur kernel.
|
DoubleProperty |
ColorAdjust.hueProperty()
The hue adjustment value.
|
DoubleProperty |
Glow.levelProperty()
The level value, which controls the intensity of the glow effect.
|
DoubleProperty |
SepiaTone.levelProperty()
The level value, which controls the intensity of the sepia effect.
|
DoubleProperty |
PerspectiveTransform.llxProperty()
The x coordinate of the output location onto which the lower left
corner of the source is mapped.
|
DoubleProperty |
PerspectiveTransform.llyProperty()
The y coordinate of the output location onto which the lower left
corner of the source is mapped.
|
DoubleProperty |
PerspectiveTransform.lrxProperty()
The x coordinate of the output location onto which the lower right
corner of the source is mapped.
|
DoubleProperty |
PerspectiveTransform.lryProperty()
The y coordinate of the output location onto which the lower right
corner of the source is mapped.
|
DoubleProperty |
DisplacementMap.offsetXProperty()
The offset by which all x coordinate offset values in the
FloatMap are displaced after they are scaled. |
DoubleProperty |
DropShadow.offsetXProperty()
The shadow offset in the x direction, in pixels.
|
DoubleProperty |
InnerShadow.offsetXProperty()
The shadow offset in the x direction, in pixels.
|
DoubleProperty |
DisplacementMap.offsetYProperty()
The offset by which all y coordinate offset values in the
FloatMap are displaced after they are scaled. |
DoubleProperty |
DropShadow.offsetYProperty()
The shadow offset in the y direction, in pixels.
|
DoubleProperty |
InnerShadow.offsetYProperty()
The shadow offset in the y direction, in pixels.
|
DoubleProperty |
Blend.opacityProperty()
The opacity value, which is modulated with the top input prior
to blending.
|
DoubleProperty |
Light.Spot.pointsAtXProperty()
The x coordinate of the direction vector for this light.
|
DoubleProperty |
Light.Spot.pointsAtYProperty()
The y coordinate of the direction vector for this light.
|
DoubleProperty |
Light.Spot.pointsAtZProperty()
The z coordinate of the direction vector for this light.
|
DoubleProperty |
DropShadow.radiusProperty()
The radius of the shadow blur kernel.
|
DoubleProperty |
GaussianBlur.radiusProperty()
The radius of the blur kernel.
|
DoubleProperty |
InnerShadow.radiusProperty()
The radius of the shadow blur kernel.
|
DoubleProperty |
MotionBlur.radiusProperty()
The radius of the blur kernel.
|
DoubleProperty |
Shadow.radiusProperty()
The radius of the shadow blur kernel.
|
DoubleProperty |
ColorAdjust.saturationProperty()
The saturation adjustment value.
|
DoubleProperty |
DisplacementMap.scaleXProperty()
The scale factor by which all x coordinate offset values in the
FloatMap are multiplied. |
DoubleProperty |
DisplacementMap.scaleYProperty()
The scale factor by which all y coordinate offset values in the
FloatMap are multiplied. |
DoubleProperty |
Lighting.specularConstantProperty()
The specular constant.
|
DoubleProperty |
Light.Spot.specularExponentProperty()
The specular exponent, which controls the focus of this
light source.
|
DoubleProperty |
Lighting.specularExponentProperty()
The specular exponent.
|
DoubleProperty |
DropShadow.spreadProperty()
The spread of the shadow.
|
DoubleProperty |
Lighting.surfaceScaleProperty()
The surface scale factor.
|
DoubleProperty |
Bloom.thresholdProperty()
The threshold value controls the minimum luminosity value of
the pixels that will be made to glow.
|
DoubleProperty |
Reflection.topOffsetProperty()
The top offset adjustment, which is the distance between the
bottom of the input and the top of the reflection.
|
DoubleProperty |
Reflection.topOpacityProperty()
The top opacity value, which is the opacity of the reflection
at its top extreme.
|
DoubleProperty |
PerspectiveTransform.ulxProperty()
The x coordinate of the output location onto which the upper left
corner of the source is mapped.
|
DoubleProperty |
PerspectiveTransform.ulyProperty()
The y coordinate of the output location onto which the upper left
corner of the source is mapped.
|
DoubleProperty |
PerspectiveTransform.urxProperty()
The x coordinate of the output location onto which the upper right
corner of the source is mapped.
|
DoubleProperty |
PerspectiveTransform.uryProperty()
The y coordinate of the output location onto which the upper right
corner of the source is mapped.
|
DoubleProperty |
BoxBlur.widthProperty()
The horizontal dimension of the blur effect.
|
DoubleProperty |
ColorInput.widthProperty()
Sets the width of the region to be flooded, relative to the
local coordinate space of the content
Node . |
DoubleProperty |
DropShadow.widthProperty()
The horizontal size of the shadow blur kernel.
|
DoubleProperty |
InnerShadow.widthProperty()
The horizontal size of the shadow blur kernel.
|
DoubleProperty |
Shadow.widthProperty()
The horizontal size of the shadow blur kernel.
|
DoubleProperty |
ColorInput.xProperty()
Sets the x location of the region to be flooded, relative to the
local coordinate space of the content
Node . |
DoubleProperty |
ImageInput.xProperty()
Sets the x location of the source image, relative to the
local coordinate space of the content
Node . |
DoubleProperty |
Light.Point.xProperty()
The x coordinate of the light position.
|
DoubleProperty |
ColorInput.yProperty()
Sets the y location of the region to be flooded, relative to the
local coordinate space of the content
Node . |
DoubleProperty |
ImageInput.yProperty()
Sets the y location of the source image, relative to the
local coordinate space of the content
Node . |
DoubleProperty |
Light.Point.yProperty()
The y coordinate of the light position.
|
DoubleProperty |
Light.Point.zProperty()
The z coordinate of the light position.
|
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
ImageView.fitHeightProperty()
The height of the bounding box within which the source image is resized
as necessary to fit.
|
DoubleProperty |
ImageView.fitWidthProperty()
The width of the bounding box within which the source image is resized as
necessary to fit.
|
DoubleProperty |
ImageView.xProperty()
The current x coordinate of the
ImageView origin. |
DoubleProperty |
ImageView.yProperty()
The current y coordinate of the
ImageView origin. |
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
FlowPane.hgapProperty()
The amount of horizontal space between each node in a horizontal flowpane
or the space between columns in a vertical flowpane.
|
DoubleProperty |
GridPane.hgapProperty()
The width of the horizontal gaps between columns.
|
DoubleProperty |
TilePane.hgapProperty()
The amount of horizontal space between each tile in a row.
|
DoubleProperty |
Region.maxHeightProperty()
Property for overriding the region's computed maximum height.
|
DoubleProperty |
RowConstraints.maxHeightProperty()
The maximum height for the row.
|
DoubleProperty |
ColumnConstraints.maxWidthProperty()
The maximum width for the column.
|
DoubleProperty |
Region.maxWidthProperty()
Property for overriding the region's computed maximum width.
|
DoubleProperty |
Region.minHeightProperty()
Property for overriding the region's computed minimum height.
|
DoubleProperty |
RowConstraints.minHeightProperty()
The minimum height for the row.
|
DoubleProperty |
ColumnConstraints.minWidthProperty()
The minimum width for the column.
|
DoubleProperty |
Region.minWidthProperty()
Property for overriding the region's computed minimum width.
|
DoubleProperty |
RowConstraints.percentHeightProperty()
The height percentage of the row.
|
DoubleProperty |
ColumnConstraints.percentWidthProperty()
The width percentage of the column.
|
DoubleProperty |
Region.prefHeightProperty()
Property for overriding the region's computed preferred height.
|
DoubleProperty |
RowConstraints.prefHeightProperty()
The preferred height for the row.
|
DoubleProperty |
TilePane.prefTileHeightProperty()
The preferred height of each tile.
|
DoubleProperty |
TilePane.prefTileWidthProperty()
The preferred width of each tile.
|
DoubleProperty |
ColumnConstraints.prefWidthProperty()
The preferred width for the column.
|
DoubleProperty |
Region.prefWidthProperty()
Property for overriding the region's computed preferred width.
|
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.
|
DoubleProperty |
HBox.spacingProperty()
The amount of horizontal space between each child in the hbox.
|
DoubleProperty |
VBox.spacingProperty()
The amount of vertical space between each child in the vbox.
|
DoubleProperty |
FlowPane.vgapProperty()
The amount of vertical space between each node in a vertical flowpane
or the space between rows in a horizontal flowpane.
|
DoubleProperty |
GridPane.vgapProperty()
The height of the vertical gaps between rows.
|
DoubleProperty |
TilePane.vgapProperty()
The amount of vertical space between each tile in a column.
|
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
MediaPlayer.audioSpectrumIntervalProperty()
The interval between spectrum updates in seconds.
|
DoubleProperty |
AudioClip.balanceProperty()
The relative left and right volume levels of the clip.
|
DoubleProperty |
MediaPlayer.balanceProperty()
The balance, or left-right setting, of the audio output.
|
DoubleProperty |
EqualizerBand.bandwidthProperty()
Bandwidth of the band in Hertz.
|
DoubleProperty |
EqualizerBand.centerFrequencyProperty()
Center frequency of the band in Hertz.
|
DoubleProperty |
MediaView.fitHeightProperty()
Determines the height of the bounding box within which the source media is
resized as necessary to fit.
|
DoubleProperty |
MediaView.fitWidthProperty()
Determines the width of the bounding box within which the source media is
resized as necessary to fit.
|
DoubleProperty |
EqualizerBand.gainProperty()
The gain to be applied to the frequencies of this band.
|
DoubleProperty |
AudioClip.panProperty()
The relative "center" of the clip.
|
DoubleProperty |
AudioClip.rateProperty()
The relative rate at which the clip is played.
|
DoubleProperty |
MediaPlayer.rateProperty()
The rate at which the media should be played.
|
DoubleProperty |
AudioClip.volumeProperty()
The relative volume level at which the clip is played.
|
DoubleProperty |
MediaPlayer.volumeProperty()
The volume at which the media should be played.
|
DoubleProperty |
MediaView.xProperty()
Defines the current x coordinate of the
MediaView origin. |
DoubleProperty |
MediaView.yProperty()
Defines the current y coordinate of the
MediaView origin. |
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
PhongMaterial.specularPowerProperty()
The specular power of this
PhongMaterial . |
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
Rectangle.arcHeightProperty()
Defines the vertical diameter of the arc
at the four corners of the rectangle.
|
DoubleProperty |
Rectangle.arcWidthProperty()
Defines the horizontal diameter of the arc
at the four corners of the rectangle.
|
DoubleProperty |
Arc.centerXProperty()
Defines the X coordinate of the center point of the arc.
|
DoubleProperty |
Circle.centerXProperty()
Defines the horizontal position of the center of the circle in pixels.
|
DoubleProperty |
Ellipse.centerXProperty()
Defines the horizontal position of the center of the ellipse in pixels.
|
DoubleProperty |
Arc.centerYProperty()
Defines the Y coordinate of the center point of the arc.
|
DoubleProperty |
Circle.centerYProperty()
Defines the vertical position of the center of the circle in pixels.
|
DoubleProperty |
Ellipse.centerYProperty()
Defines the vertical position of the center of the ellipse in pixels.
|
DoubleProperty |
CubicCurve.controlX1Property()
Defines the X coordinate of the first control point
of the cubic curve segment.
|
DoubleProperty |
CubicCurveTo.controlX1Property()
Defines the X coordinate of the first Bézier control point.
|
DoubleProperty |
CubicCurve.controlX2Property()
Defines the X coordinate of the second control point
of the cubic curve segment.
|
DoubleProperty |
CubicCurveTo.controlX2Property()
Defines the X coordinate of the second Bézier control point.
|
DoubleProperty |
QuadCurve.controlXProperty()
Defines the X coordinate of the control point
of the quadratic curve segment.
|
DoubleProperty |
QuadCurveTo.controlXProperty()
Defines the X coordinate of the quadratic control point.
|
DoubleProperty |
CubicCurve.controlY1Property()
Defines the Y coordinate of the first control point
of the cubic curve segment.
|
DoubleProperty |
CubicCurveTo.controlY1Property()
Defines the Y coordinate of the first Bézier control point.
|
DoubleProperty |
CubicCurve.controlY2Property()
Defines the Y coordinate of the second control point
of the cubic curve segment.
|
DoubleProperty |
CubicCurveTo.controlY2Property()
Defines the Y coordinate of the second Bézier control point.
|
DoubleProperty |
QuadCurve.controlYProperty()
Defines the Y coordinate of the control point
of the quadratic curve segment.
|
DoubleProperty |
QuadCurveTo.controlYProperty()
Defines the Y coordinate of the quadratic control point.
|
DoubleProperty |
Box.depthProperty()
Defines the depth or the Z dimension of the Box.
|
DoubleProperty |
CubicCurve.endXProperty()
Defines the X coordinate of the end point of the cubic curve segment.
|
DoubleProperty |
Line.endXProperty()
The X coordinate of the end point of the line segment.
|
DoubleProperty |
QuadCurve.endXProperty()
Defines the X coordinate of the end point
of the quadratic curve segment.
|
DoubleProperty |
CubicCurve.endYProperty()
Defines the Y coordinate of the end point of the cubic curve segment.
|
DoubleProperty |
Line.endYProperty()
The Y coordinate of the end point of the line segment.
|
DoubleProperty |
QuadCurve.endYProperty()
Defines the Y coordinate of the end point
of the quadratic curve segment.
|
DoubleProperty |
Box.heightProperty()
Defines the height or the Y dimension of the Box.
|
DoubleProperty |
Cylinder.heightProperty()
Defines the height or the Y dimension of the Cylinder.
|
DoubleProperty |
Rectangle.heightProperty()
Defines the height of the rectangle.
|
DoubleProperty |
Arc.lengthProperty()
Defines the angular extent of the arc in degrees.
|
DoubleProperty |
Circle.radiusProperty()
Defines the radius of the circle in pixels.
|
DoubleProperty |
Cylinder.radiusProperty()
Defines the radius in the Z plane of the Cylinder.
|
DoubleProperty |
Sphere.radiusProperty()
Defines the radius of the Sphere.
|
DoubleProperty |
Arc.radiusXProperty()
Defines the overall width (horizontal radius) of the full ellipse
of which this arc is a partial section.
|
DoubleProperty |
ArcTo.radiusXProperty()
The horizontal radius to use for the arc.
|
DoubleProperty |
Ellipse.radiusXProperty()
Defines the width of the ellipse in pixels.
|
DoubleProperty |
Arc.radiusYProperty()
Defines the overall height (vertical radius) of the full ellipse
of which this arc is a partial section.
|
DoubleProperty |
ArcTo.radiusYProperty()
The vertical radius to use for the arc.
|
DoubleProperty |
Ellipse.radiusYProperty()
Defines the height of the ellipse in pixels.
|
DoubleProperty |
Arc.startAngleProperty()
Defines the starting angle of the arc in degrees.
|
DoubleProperty |
CubicCurve.startXProperty()
Defines the X coordinate of the start point of the cubic curve segment.
|
DoubleProperty |
Line.startXProperty()
The X coordinate of the start point of the line segment.
|
DoubleProperty |
QuadCurve.startXProperty()
Defines the X coordinate of the start point
of the quadratic curve segment.
|
DoubleProperty |
CubicCurve.startYProperty()
Defines the Y coordinate of the start point of the cubic curve segment.
|
DoubleProperty |
Line.startYProperty()
The Y coordinate of the start point of the line segment.
|
DoubleProperty |
QuadCurve.startYProperty()
Defines the Y coordinate of the start point
of the quadratic curve segment.
|
DoubleProperty |
Shape.strokeDashOffsetProperty()
Defines a distance specified in user coordinates that represents
an offset into the dashing pattern.
|
DoubleProperty |
Shape.strokeMiterLimitProperty()
Defines the limit for the
StrokeLineJoin.MITER line join style. |
DoubleProperty |
Shape.strokeWidthProperty()
Defines a square pen line width.
|
DoubleProperty |
Box.widthProperty()
Defines the width or the X dimension of the Box.
|
DoubleProperty |
Rectangle.widthProperty()
Defines the width of the rectangle.
|
DoubleProperty |
ArcTo.XAxisRotationProperty()
The x-axis rotation in degrees.
|
DoubleProperty |
ArcTo.xProperty()
The x coordinate to arc to.
|
DoubleProperty |
CubicCurveTo.xProperty()
Defines the X coordinate of the final end point.
|
DoubleProperty |
HLineTo.xProperty()
Defines the X coordinate.
|
DoubleProperty |
LineTo.xProperty()
Defines the X coordinate.
|
DoubleProperty |
MoveTo.xProperty()
Defines the specified X coordinate.
|
DoubleProperty |
QuadCurveTo.xProperty()
Defines the X coordinate of the final end point.
|
DoubleProperty |
Rectangle.xProperty()
Defines the X coordinate of the upper-left corner of the rectangle.
|
DoubleProperty |
ArcTo.yProperty()
The y coordinate to arc to.
|
DoubleProperty |
CubicCurveTo.yProperty()
Defines the Y coordinate of the final end point.
|
DoubleProperty |
LineTo.yProperty()
Defines the Y coordinate.
|
DoubleProperty |
MoveTo.yProperty()
Defines the specified Y coordinate.
|
DoubleProperty |
QuadCurveTo.yProperty()
Defines the Y coordinate of the final end point.
|
DoubleProperty |
Rectangle.yProperty()
Defines the Y coordinate of the upper-left corner of the rectangle.
|
DoubleProperty |
VLineTo.yProperty()
Defines the Y coordinate.
|
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
Text.lineSpacingProperty()
Defines the vertical space in pixel between lines.
|
DoubleProperty |
TextFlow.lineSpacingProperty()
Defines the vertical space in pixel between lines.
|
DoubleProperty |
Text.wrappingWidthProperty()
Defines a width constraint for the text in user space coordinates,
e.g.
|
DoubleProperty |
Text.xProperty()
Defines the X coordinate of text origin.
|
DoubleProperty |
Text.yProperty()
Defines the Y coordinate of text origin.
|
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
Rotate.angleProperty()
Defines the angle of rotation measured in degrees.
|
DoubleProperty |
Affine.mxxProperty()
Defines the X coordinate scaling element of the 3x4 matrix.
|
DoubleProperty |
Affine.mxyProperty()
Defines the XY coordinate element of the 3x4 matrix.
|
DoubleProperty |
Affine.mxzProperty()
Defines the XZ coordinate element of the 3x4 matrix.
|
DoubleProperty |
Affine.myxProperty()
Defines the YX coordinate element of the 3x4 matrix.
|
DoubleProperty |
Affine.myyProperty()
Defines the Y coordinate scaling element of the 3x4 matrix.
|
DoubleProperty |
Affine.myzProperty()
Defines the YZ coordinate element of the 3x4 matrix.
|
DoubleProperty |
Affine.mzxProperty()
Defines the ZX coordinate element of the 3x4 matrix.
|
DoubleProperty |
Affine.mzyProperty()
Defines the ZY coordinate element of the 3x4 matrix.
|
DoubleProperty |
Affine.mzzProperty()
Defines the Z coordinate scaling element of the 3x4 matrix.
|
DoubleProperty |
Rotate.pivotXProperty()
Defines the X coordinate of the rotation pivot point.
|
DoubleProperty |
Scale.pivotXProperty()
Defines the X coordinate about which point the scale occurs.
|
DoubleProperty |
Shear.pivotXProperty()
Defines the X coordinate of the shear pivot point.
|
DoubleProperty |
Rotate.pivotYProperty()
Defines the Y coordinate of the rotation pivot point.
|
DoubleProperty |
Scale.pivotYProperty()
Defines the Y coordinate about which point the scale occurs.
|
DoubleProperty |
Shear.pivotYProperty()
Defines the Y coordinate of the shear pivot point.
|
DoubleProperty |
Rotate.pivotZProperty()
Defines the Z coordinate of the rotation pivot point.
|
DoubleProperty |
Scale.pivotZProperty()
Defines the Z coordinate about which point the scale occurs.
|
DoubleProperty |
Affine.txProperty()
Defines the X coordinate translation element of the 3x4 matrix.
|
DoubleProperty |
Affine.tyProperty()
Defines the Y coordinate translation element of the 3x4 matrix.
|
DoubleProperty |
Affine.tzProperty()
Defines the Z coordinate translation element of the 3x4 matrix.
|
DoubleProperty |
Scale.xProperty()
Defines the factor by which coordinates are scaled
along the X axis direction.
|
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.
|
DoubleProperty |
Translate.xProperty()
Defines the distance by which coordinates are translated in the
X axis direction
|
DoubleProperty |
Scale.yProperty()
Defines the factor by which coordinates are scaled
along the Y axis direction.
|
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.
|
DoubleProperty |
Translate.yProperty()
Defines the distance by which coordinates are translated in the
Y axis direction
|
DoubleProperty |
Scale.zProperty()
Defines the factor by which coordinates are scaled
along the Z axis direction.
|
DoubleProperty |
Translate.zProperty()
Defines the distance by which coordinates are translated in the
Z axis direction
|
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
WebView.fontScaleProperty()
Specifies scale factor applied to font.
|
DoubleProperty |
WebView.maxHeightProperty()
Maximum height property.
|
DoubleProperty |
WebView.maxWidthProperty()
Maximum width property.
|
DoubleProperty |
WebView.minHeightProperty()
Minimum height property.
|
DoubleProperty |
WebView.minWidthProperty()
Minimum width property.
|
DoubleProperty |
WebView.prefHeightProperty()
Preferred height property.
|
DoubleProperty |
WebView.prefWidthProperty()
Preferred width property.
|
DoubleProperty |
WebView.zoomProperty()
Returns zoom property object.
|
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
Stage.maxHeightProperty()
Defines the maximum height of this
Stage . |
DoubleProperty |
Stage.maxWidthProperty()
Defines the maximum width of this
Stage . |
DoubleProperty |
Stage.minHeightProperty()
Defines the minimum height of this
Stage . |
DoubleProperty |
Stage.minWidthProperty()
Defines the minimum width of this
Stage . |
DoubleProperty |
Window.opacityProperty()
Defines the opacity of the
Stage as a value between 0.0 and 1.0. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.