Spec-Zone .ru
спецификации, руководства, описания, API
|
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.concurrent |
Provides the set of classes for javafx.task.
|
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.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 | Field and Description |
---|---|
private DoubleProperty |
RotateTransition.byAngle
Specifies the incremented stop angle value, from the start, of this
RotateTransition . |
private DoubleProperty |
FadeTransition.byValue
Specifies the incremented stop opacity value, from the start, of this
FadeTransition . |
private DoubleProperty |
TranslateTransition.byX
Specifies the incremented stop X coordinate value, from the start, of
this
TranslateTransition . |
private DoubleProperty |
ScaleTransition.byX
Specifies the incremented stop X scale value, from the start, of this
ScaleTransition . |
private DoubleProperty |
TranslateTransition.byY
Specifies the incremented stop Y coordinate value, from the start, of
this
TranslateTransition . |
private DoubleProperty |
ScaleTransition.byY
Specifies the incremented stop Y scale value, from the start, of this
ScaleTransition . |
private DoubleProperty |
TranslateTransition.byZ
Specifies the incremented stop Z coordinate value, from the start, of
this
TranslateTransition . |
private DoubleProperty |
ScaleTransition.byZ
Specifies the incremented stop Z scale value, from the start, of this
ScaleTransition . |
private DoubleProperty |
RotateTransition.fromAngle
Specifies the start angle value for this
RotateTransition . |
private DoubleProperty |
FadeTransition.fromValue
Specifies the start opacity value for this
FadeTransition . |
private DoubleProperty |
TranslateTransition.fromX
Specifies the start X coordinate value of this
TranslateTransition . |
private DoubleProperty |
ScaleTransition.fromX
Specifies the start X scale value of this
ScaleTransition . |
private DoubleProperty |
TranslateTransition.fromY
Specifies the start Y coordinate value of this
TranslateTransition . |
private DoubleProperty |
ScaleTransition.fromY
Specifies the start Y scale value of this
ScaleTransition . |
private DoubleProperty |
TranslateTransition.fromZ
Specifies the start Z coordinate value of this
TranslateTransition . |
private DoubleProperty |
ScaleTransition.fromZ
Specifies the start Z scale value of this
ScaleTransition . |
private DoubleProperty |
Animation.rate
Defines the direction/speed at which the
Animation is expected to
be played. |
private DoubleProperty |
RotateTransition.toAngle
Specifies the stop angle value for this
RotateTransition . |
private DoubleProperty |
FadeTransition.toValue
Specifies the stop opacity value for this
FadeTransition . |
private DoubleProperty |
TranslateTransition.toX
Specifies the stop X coordinate value of this
TranslateTransition . |
private DoubleProperty |
ScaleTransition.toX
Specifies the stop X scale value of this
ScaleTransition . |
private DoubleProperty |
TranslateTransition.toY
Specifies the stop Y coordinate value of this
TranslateTransition . |
private DoubleProperty |
ScaleTransition.toY
The stop Y scale value of this
ScaleTransition . |
private DoubleProperty |
TranslateTransition.toZ
Specifies the stop Z coordinate value of this
TranslateTransition . |
private DoubleProperty |
ScaleTransition.toZ
The stop Z scale value of this
ScaleTransition . |
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 |
TranslateTransition.byXProperty()
Specifies the incremented stop X coordinate value, from the start, of
this
TranslateTransition . |
DoubleProperty |
ScaleTransition.byXProperty()
Specifies the incremented stop X 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.byYProperty()
Specifies the incremented stop Y 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 |
ScaleTransition.byZProperty()
Specifies the incremented stop Z scale value, from the start, of this
ScaleTransition . |
DoubleProperty |
RotateTransition.fromAngleProperty()
Specifies the start angle value for this
RotateTransition . |
DoubleProperty |
FadeTransition.fromValueProperty()
Specifies the start opacity value for this
FadeTransition . |
DoubleProperty |
TranslateTransition.fromXProperty()
Specifies the start X coordinate value of this
TranslateTransition . |
DoubleProperty |
ScaleTransition.fromXProperty()
Specifies the start X scale value of this
ScaleTransition . |
DoubleProperty |
TranslateTransition.fromYProperty()
Specifies the start Y coordinate value of this
TranslateTransition . |
DoubleProperty |
ScaleTransition.fromYProperty()
Specifies the start Y scale value of this
ScaleTransition . |
DoubleProperty |
TranslateTransition.fromZProperty()
Specifies the start Z coordinate value of this
TranslateTransition . |
DoubleProperty |
ScaleTransition.fromZProperty()
Specifies the start Z scale value of this
ScaleTransition . |
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 |
TranslateTransition.toXProperty()
Specifies the stop X coordinate value of this
TranslateTransition . |
DoubleProperty |
ScaleTransition.toXProperty()
Specifies the stop X scale value of this
ScaleTransition . |
DoubleProperty |
TranslateTransition.toYProperty()
Specifies the stop Y coordinate value of this
TranslateTransition . |
DoubleProperty |
ScaleTransition.toYProperty()
The stop Y scale value of this
ScaleTransition . |
DoubleProperty |
TranslateTransition.toZProperty()
Specifies the stop Z coordinate value of this
TranslateTransition . |
DoubleProperty |
ScaleTransition.toZProperty()
The stop Z scale value of this
ScaleTransition . |
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 | 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 | Field and Description |
---|---|
private DoubleProperty |
Task.progress |
private DoubleProperty |
Service.progress |
private DoubleProperty |
Task.totalWork |
private DoubleProperty |
Service.totalWorkToBeDone |
private DoubleProperty |
Task.workDone |
private DoubleProperty |
Service.workDone |
Modifier and Type | Field and Description |
---|---|
private DoubleProperty |
PerspectiveCamera.fieldOfView
Specifies the vertical angle of the camera's projection.
|
private DoubleProperty |
Node.layoutX
Defines the x coordinate of the translation that is added to this
Node 's
transform for the purpose of layout. |
private DoubleProperty |
Node.layoutY
Defines the y coordinate of the translation that is added to this
Node 's
transform for the purpose of layout. |
private DoubleProperty |
Node.opacity
Specifies how opaque (that is, solid) the
Node appears. |
private DoubleProperty |
Node.NodeTransformation.rotate |
private DoubleProperty |
Node.NodeTransformation.scaleX |
private DoubleProperty |
Node.NodeTransformation.scaleY |
private DoubleProperty |
Node.NodeTransformation.scaleZ |
private DoubleProperty |
Node.NodeTransformation.translateX |
private DoubleProperty |
Node.NodeTransformation.translateY |
private DoubleProperty |
Node.NodeTransformation.translateZ |
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
PerspectiveCamera.fieldOfViewProperty()
Specifies the vertical angle of the camera's projection.
|
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 |
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.NodeTransformation.rotateProperty() |
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.NodeTransformation.scaleXProperty() |
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.NodeTransformation.scaleYProperty() |
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.NodeTransformation.scaleZProperty() |
DoubleProperty |
Node.translateXProperty()
Defines the x coordinate of the translation that is added to this
Node 's
transform. |
DoubleProperty |
Node.NodeTransformation.translateXProperty() |
DoubleProperty |
Node.translateYProperty()
Defines the y coordinate of the translation that is added to this
Node 's
transform. |
DoubleProperty |
Node.NodeTransformation.translateYProperty() |
DoubleProperty |
Node.translateZProperty()
Defines the Z coordinate of the translation that is added to the
transformed coordinates of this
Node . |
DoubleProperty |
Node.NodeTransformation.translateZProperty() |
Modifier and Type | Field and Description |
---|---|
private DoubleProperty |
Canvas.height
Defines the height of the canvas.
|
private DoubleProperty |
Canvas.width
Defines the width of the canvas.
|
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 |
---|---|
private DoubleProperty |
BarChart.barGap
The gap to leave between bars in the same category
|
private DoubleProperty |
StackedBarChart.categoryGap
The gap to leave between bars in separate categories
|
private DoubleProperty |
BarChart.categoryGap
The gap to leave between bars in separate categories
|
protected DoubleProperty |
ValueAxis.currentLowerBound
The current value for the lowerBound of this axis, ie min value.
|
private DoubleProperty |
PieChart.Data.currentPieValue
The current pie value, used during animation.
|
private DoubleProperty |
CategoryAxis.endMargin
The margin between the last tick mark and the axis end
|
private DoubleProperty |
CategoryAxis.firstCategoryPos
This is the gap between one category and the next along this axis
|
private DoubleProperty |
PieChart.labelLineLength
The length of the line from the outside of the pie to the slice labels.
|
private DoubleProperty |
ValueAxis.lowerBound
The value for the lower bound of this axis, ie min value.
|
private DoubleProperty |
ValueAxis.minorTickLength
The length of minor tick mark lines.
|
private DoubleProperty |
PieChart.Data.pieValue
The value of the pie slice
|
private DoubleProperty |
Axis.TickMark.position
The display position along the axis from axis origin in display units
|
private DoubleProperty |
PieChart.Data.radiusMultiplier
Multiplier that is used to animate the radius of the pie slice
|
private DoubleProperty |
PieChart.startAngle
The angle to start the first pie slice at
|
private DoubleProperty |
CategoryAxis.startMargin
The margin between the axis start and the first tick-mark
|
private DoubleProperty |
Axis.tickLabelGap
The gap between tick labels and the tick mark lines
|
private DoubleProperty |
Axis.tickLabelRotation
Rotation in degrees of tick mark labels from their normal horizontal.
|
private DoubleProperty |
Axis.tickLength
The length of tick mark lines
|
private DoubleProperty |
NumberAxis.tickUnit
The value between each major tick mark in data units.
|
private DoubleProperty |
ValueAxis.upperBound
The value for the upper bound of this axis, ie max value.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<XYChart.Series,DoubleProperty> |
StackedAreaChart.seriesYMultiplierMap
A multiplier for teh Y values that we store for each series, it is used to animate in a new series
|
private java.util.Map<XYChart.Series,DoubleProperty> |
LineChart.seriesYMultiplierMap
A multiplier for teh Y values that we store for each series, it is used to animate in a new series
|
private java.util.Map<XYChart.Series,DoubleProperty> |
AreaChart.seriesYMultiplierMap
A multiplier for teh Y values that we store for each series, it is used to animate in a new series
|
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
BarChart.barGapProperty()
The gap to leave between bars in the same category
|
DoubleProperty |
StackedBarChart.categoryGapProperty()
The gap to leave between bars in separate categories
|
DoubleProperty |
BarChart.categoryGapProperty()
The gap to leave between bars in separate categories
|
private DoubleProperty |
PieChart.Data.currentPieValueProperty()
The current pie value, used during animation.
|
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
|
private DoubleProperty |
PieChart.Data.radiusMultiplierProperty()
Multiplier that is used to animate the radius 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 | Field and Description |
---|---|
private DoubleProperty |
Slider.blockIncrement
The amount by which to adjust the slider if the track of the slider is
clicked.
|
private DoubleProperty |
ScrollBar.blockIncrement
The amount by which to adjust the scrollbar if the track of the bar is
clicked.
|
private DoubleProperty |
Tooltip.CSSBridge.graphicTextGap |
private DoubleProperty |
Labeled.graphicTextGap |
private DoubleProperty |
ScrollPane.hmax
The maximum allowable
hvalue for this ScrollPane. |
private DoubleProperty |
ScrollPane.hmin
The minimum allowable
hvalue for this ScrollPane. |
private DoubleProperty |
ScrollPane.hvalue
The current horizontal scroll position of the ScrollPane.
|
private DoubleProperty |
Slider.majorTickUnit
The unit distance between major tick marks.
|
private DoubleProperty |
Slider.max
The maximum value represented by this Slider.
|
private DoubleProperty |
ScrollBar.max
The maximum value represented by this
ScrollBar . |
private DoubleProperty |
PopupControl.maxHeight
Property for overriding the control's computed maximum height.
|
private DoubleProperty |
Control.maxHeight |
private DoubleProperty |
TableColumn.maxWidth |
private DoubleProperty |
PopupControl.maxWidth
Property for overriding the control's computed maximum width.
|
private DoubleProperty |
Control.maxWidth |
private DoubleProperty |
Slider.min
The minimum value represented by this Slider.
|
private DoubleProperty |
ScrollBar.min
The minimum value represented by this
ScrollBar . |
private DoubleProperty |
PopupControl.minHeight
Property for overriding the control's computed minimum height.
|
private DoubleProperty |
Control.minHeight |
private DoubleProperty |
TableColumn.minWidth |
private DoubleProperty |
PopupControl.minWidth
Property for overriding the control's computed minimum width.
|
private DoubleProperty |
Control.minWidth |
private DoubleProperty |
SplitPane.Divider.position
Represents the location where the divider should ideally be
positioned, between 0.0 and 1.0 (inclusive).
|
private DoubleProperty |
PopupControl.prefHeight
Property for overriding the control's computed preferred height.
|
private DoubleProperty |
Control.prefHeight |
private DoubleProperty |
ScrollPane.prefViewportHeight
Specify the preferred height of the ScrollPane Viewport.
|
private DoubleProperty |
ScrollPane.prefViewportWidth
Specify the perferred width of the ScrollPane Viewport.
|
private DoubleProperty |
TableColumn.prefWidth |
private DoubleProperty |
PopupControl.prefWidth
Property for overriding the control's computed preferred width.
|
private DoubleProperty |
Control.prefWidth |
private DoubleProperty |
ProgressIndicator.progress
The actual progress of the ProgressIndicator.
|
private DoubleProperty |
TextArea.scrollLeft
The number of pixels by which the content is horizontally
scrolled.
|
private DoubleProperty |
TextArea.scrollTop
The number of pixels by which the content is vertically
scrolled.
|
private DoubleProperty |
TabPane.tabMaxHeight
The maximum height if the tabs in the TabPane.
|
private DoubleProperty |
TabPane.tabMaxWidth
Specifies the maximum width of a tab.
|
private DoubleProperty |
TabPane.tabMinHeight |
private DoubleProperty |
TabPane.tabMinWidth |
private DoubleProperty |
ScrollBar.unitIncrement
|
private DoubleProperty |
Slider.value
The current value represented by this Slider.
|
private DoubleProperty |
ScrollBar.value
The current value represented by this
ScrollBar . |
private DoubleProperty |
ScrollBar.visibleAmount
Visible amount of the scrollbar's range, typically represented by
the size of the scroll bar's thumb.
|
private DoubleProperty |
ScrollPane.vmax
The maximum allowable
vvalue for this ScrollPane. |
private DoubleProperty |
ScrollPane.vmin
The minimum allowable
vvalue for this ScrollPane. |
private DoubleProperty |
ScrollPane.vvalue
The current vertical scroll position of the ScrollPane.
|
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
Slider.blockIncrementProperty()
The amount by which to adjust the slider if the track of the slider is
clicked.
|
DoubleProperty |
ScrollBar.blockIncrementProperty()
The amount by which to adjust the scrollbar if the track of the bar is
clicked.
|
DoubleProperty |
Tooltip.graphicTextGapProperty()
The amount of space between the graphic and text
|
private DoubleProperty |
Tooltip.CSSBridge.graphicTextGapProperty() |
DoubleProperty |
Labeled.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 |
Slider.majorTickUnitProperty()
The unit distance between major tick marks.
|
DoubleProperty |
PopupControl.maxHeightProperty()
Property for overriding the control's computed maximum height.
|
DoubleProperty |
Control.maxHeightProperty()
Property for overriding the control's computed maximum height.
|
DoubleProperty |
Slider.maxProperty()
The maximum value represented by this Slider.
|
DoubleProperty |
ScrollBar.maxProperty()
The maximum value represented by this
ScrollBar . |
DoubleProperty |
TableColumn.maxWidthProperty()
The maximum width the TableColumn is permitted to be resized to.
|
DoubleProperty |
PopupControl.maxWidthProperty()
Property for overriding the control's computed maximum width.
|
DoubleProperty |
Control.maxWidthProperty()
Property for overriding the control's computed maximum width.
|
DoubleProperty |
PopupControl.minHeightProperty()
Property for overriding the control's computed minimum height.
|
DoubleProperty |
Control.minHeightProperty()
Property for overriding the control's computed minimum height.
|
DoubleProperty |
Slider.minProperty()
The minimum value represented by this Slider.
|
DoubleProperty |
ScrollBar.minProperty()
The minimum value represented by this
ScrollBar . |
DoubleProperty |
TableColumn.minWidthProperty()
The minimum width the TableColumn is permitted to be resized to.
|
DoubleProperty |
PopupControl.minWidthProperty()
Property for overriding the control's computed minimum width.
|
DoubleProperty |
Control.minWidthProperty()
Property for overriding the control's computed minimum width.
|
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 |
Control.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 |
TableColumn.prefWidthProperty()
The preferred width of the TableColumn.
|
DoubleProperty |
PopupControl.prefWidthProperty()
Property for overriding the control's computed preferred width.
|
DoubleProperty |
Control.prefWidthProperty()
Property for overriding the control's computed preferred width.
|
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 |
Slider.valueProperty()
The current value represented by this Slider.
|
DoubleProperty |
ScrollBar.valueProperty()
The current value represented by this
ScrollBar . |
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 | Field and Description |
---|---|
private DoubleProperty |
MotionBlur.angle
The angle of the motion effect, in degrees.
|
private DoubleProperty |
Light.Distant.azimuth
The azimuth of the light.
|
private DoubleProperty |
Reflection.bottomOpacity
The bottom opacity value, which is the opacity of the reflection
at its bottom extreme.
|
private DoubleProperty |
ColorAdjust.brightness
The brightness adjustment value.
|
private DoubleProperty |
InnerShadow.choke
The choke of the shadow.
|
private DoubleProperty |
ColorAdjust.contrast
The contrast adjustment value.
|
private DoubleProperty |
Lighting.diffuseConstant
The diffuse constant.
|
private DoubleProperty |
Light.Distant.elevation
The elevation of the light.
|
private DoubleProperty |
Reflection.fraction
The fraction of the input that is visible in the reflection.
|
private DoubleProperty |
Shadow.height
The vertical size of the shadow blur kernel.
|
private DoubleProperty |
InnerShadow.height
The vertical size of the shadow blur kernel.
|
private DoubleProperty |
DropShadow.height
The vertical size of the shadow blur kernel.
|
private DoubleProperty |
ColorInput.height
Sets the height of the region to be flooded, relative to the
local coordinate space of the content
Node . |
private DoubleProperty |
BoxBlur.height
The vertical dimension of the blur effect.
|
private DoubleProperty |
ColorAdjust.hue
The hue adjustment value.
|
private DoubleProperty |
SepiaTone.level
The level value, which controls the intensity of the sepia effect.
|
private DoubleProperty |
Glow.level
The level value, which controls the intensity of the glow effect.
|
private DoubleProperty |
PerspectiveTransform.llx
The x coordinate of the output location onto which the lower left
corner of the source is mapped.
|
private DoubleProperty |
PerspectiveTransform.lly
The y coordinate of the output location onto which the lower left
corner of the source is mapped.
|
private DoubleProperty |
PerspectiveTransform.lrx
The x coordinate of the output location onto which the lower right
corner of the source is mapped.
|
private DoubleProperty |
PerspectiveTransform.lry
The y coordinate of the output location onto which the lower right
corner of the source is mapped.
|
private DoubleProperty |
InnerShadow.offsetX
The shadow offset in the x direction, in pixels.
|
private DoubleProperty |
DropShadow.offsetX
The shadow offset in the x direction, in pixels.
|
private DoubleProperty |
DisplacementMap.offsetX
The offset by which all x coordinate offset values in the
FloatMap are displaced after they are scaled. |
private DoubleProperty |
InnerShadow.offsetY
The shadow offset in the y direction, in pixels.
|
private DoubleProperty |
DropShadow.offsetY
The shadow offset in the y direction, in pixels.
|
private DoubleProperty |
DisplacementMap.offsetY
The offset by which all y coordinate offset values in the
FloatMap are displaced after they are scaled. |
private DoubleProperty |
Blend.opacity
The opacity value, which is modulated with the top input prior
to blending.
|
private DoubleProperty |
Light.Spot.pointsAtX
The x coordinate of the direction vector for this light.
|
private DoubleProperty |
Light.Spot.pointsAtY
The y coordinate of the direction vector for this light.
|
private DoubleProperty |
Light.Spot.pointsAtZ
The z coordinate of the direction vector for this light.
|
private DoubleProperty |
Shadow.radius
The radius of the shadow blur kernel.
|
private DoubleProperty |
MotionBlur.radius
The radius of the blur kernel.
|
private DoubleProperty |
InnerShadow.radius
The radius of the shadow blur kernel.
|
private DoubleProperty |
GaussianBlur.radius
The radius of the blur kernel.
|
private DoubleProperty |
DropShadow.radius
The radius of the shadow blur kernel.
|
private DoubleProperty |
ColorAdjust.saturation
The saturation adjustment value.
|
private DoubleProperty |
DisplacementMap.scaleX
The scale factor by which all x coordinate offset values in the
FloatMap are multiplied. |
private DoubleProperty |
DisplacementMap.scaleY
The scale factor by which all y coordinate offset values in the
FloatMap are multiplied. |
private DoubleProperty |
Lighting.specularConstant
The specular constant.
|
private DoubleProperty |
Lighting.specularExponent
The specular exponent.
|
private DoubleProperty |
Light.Spot.specularExponent
The specular exponent, which controls the focus of this
light source.
|
private DoubleProperty |
DropShadow.spread
The spread of the shadow.
|
private DoubleProperty |
Lighting.surfaceScale
The surface scale factor.
|
private DoubleProperty |
Bloom.threshold
The threshold value controls the minimum luminosity value of
the pixels that will be made to glow.
|
private DoubleProperty |
Reflection.topOffset
The top offset adjustment, which is the distance between the
bottom of the input and the top of the reflection.
|
private DoubleProperty |
Reflection.topOpacity
The top opacity value, which is the opacity of the reflection
at its top extreme.
|
private DoubleProperty |
PerspectiveTransform.ulx
The x coordinate of the output location onto which the upper left
corner of the source is mapped.
|
private DoubleProperty |
PerspectiveTransform.uly
The y coordinate of the output location onto which the upper left
corner of the source is mapped.
|
private DoubleProperty |
PerspectiveTransform.urx
The x coordinate of the output location onto which the upper right
corner of the source is mapped.
|
private DoubleProperty |
PerspectiveTransform.ury
The y coordinate of the output location onto which the upper right
corner of the source is mapped.
|
private DoubleProperty |
Shadow.width
The horizontal size of the shadow blur kernel.
|
private DoubleProperty |
InnerShadow.width
The horizontal size of the shadow blur kernel.
|
private DoubleProperty |
DropShadow.width
The horizontal size of the shadow blur kernel.
|
private DoubleProperty |
ColorInput.width
Sets the width of the region to be flooded, relative to the
local coordinate space of the content
Node . |
private DoubleProperty |
BoxBlur.width
The horizontal dimension of the blur effect.
|
private DoubleProperty |
Light.Point.x
The x coordinate of the light position.
|
private DoubleProperty |
ImageInput.x
Sets the x location of the source image, relative to the
local coordinate space of the content
Node . |
private DoubleProperty |
ColorInput.x
Sets the x location of the region to be flooded, relative to the
local coordinate space of the content
Node . |
private DoubleProperty |
Light.Point.y
The y coordinate of the light position.
|
private DoubleProperty |
ImageInput.y
Sets the y location of the source image, relative to the
local coordinate space of the content
Node . |
private DoubleProperty |
ColorInput.y
Sets the y location of the region to be flooded, relative to the
local coordinate space of the content
Node . |
private DoubleProperty |
Light.Point.z
The z coordinate of the light position.
|
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 |
Shadow.heightProperty()
The vertical size of the shadow blur kernel.
|
DoubleProperty |
InnerShadow.heightProperty()
The vertical size of the shadow blur kernel.
|
DoubleProperty |
DropShadow.heightProperty()
The vertical size of the shadow blur kernel.
|
DoubleProperty |
ColorInput.heightProperty()
Sets the height of the region to be flooded, relative to the
local coordinate space of the content
Node . |
DoubleProperty |
BoxBlur.heightProperty()
The vertical dimension of the blur effect.
|
DoubleProperty |
ColorAdjust.hueProperty()
The hue adjustment value.
|
DoubleProperty |
SepiaTone.levelProperty()
The level value, which controls the intensity of the sepia effect.
|
DoubleProperty |
Glow.levelProperty()
The level value, which controls the intensity of the glow 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 |
InnerShadow.offsetXProperty()
The shadow offset in the x direction, in pixels.
|
DoubleProperty |
DropShadow.offsetXProperty()
The shadow offset in the x direction, in pixels.
|
DoubleProperty |
DisplacementMap.offsetXProperty()
The offset by which all x coordinate offset values in the
FloatMap are displaced after they are scaled. |
DoubleProperty |
InnerShadow.offsetYProperty()
The shadow offset in the y direction, in pixels.
|
DoubleProperty |
DropShadow.offsetYProperty()
The shadow offset in the y 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 |
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 |
Shadow.radiusProperty()
The radius of the shadow blur kernel.
|
DoubleProperty |
MotionBlur.radiusProperty()
The radius of the blur kernel.
|
DoubleProperty |
InnerShadow.radiusProperty()
The radius of the shadow blur kernel.
|
DoubleProperty |
GaussianBlur.radiusProperty()
The radius of the blur kernel.
|
DoubleProperty |
DropShadow.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 |
Lighting.specularExponentProperty()
The specular exponent.
|
DoubleProperty |
Light.Spot.specularExponentProperty()
The specular exponent, which controls the focus of this
light source.
|
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 |
Shadow.widthProperty()
The horizontal size of the shadow blur kernel.
|
DoubleProperty |
InnerShadow.widthProperty()
The horizontal size of the shadow blur kernel.
|
DoubleProperty |
DropShadow.widthProperty()
The horizontal size of the shadow blur kernel.
|
DoubleProperty |
ColorInput.widthProperty()
Sets the width of the region to be flooded, relative to the
local coordinate space of the content
Node . |
DoubleProperty |
BoxBlur.widthProperty()
The horizontal dimension of the blur effect.
|
DoubleProperty |
Light.Point.xProperty()
The x coordinate of the light position.
|
DoubleProperty |
ImageInput.xProperty()
Sets the x location of the source image, relative to the
local coordinate space of the content
Node . |
DoubleProperty |
ColorInput.xProperty()
Sets the x location of the region to be flooded, relative to the
local coordinate space of the content
Node . |
DoubleProperty |
Light.Point.yProperty()
The y coordinate of the light position.
|
DoubleProperty |
ImageInput.yProperty()
Sets the y location of the source image, relative to the
local coordinate space of the content
Node . |
DoubleProperty |
ColorInput.yProperty()
Sets the y location of the region to be flooded, relative to the
local coordinate space of the content
Node . |
DoubleProperty |
Light.Point.zProperty()
The z coordinate of the light position.
|
Modifier and Type | Field and Description |
---|---|
private DoubleProperty |
ImageView.fitHeight
The height of the bounding box within which the source image is resized
as necessary to fit.
|
private DoubleProperty |
ImageView.fitWidth
The width of the bounding box within which the source image is resized as
necessary to fit.
|
private DoubleProperty |
ImageView.x
The current x coordinate of the
ImageView origin. |
private DoubleProperty |
ImageView.y
The current y coordinate of the
ImageView origin. |
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 | Field and Description |
---|---|
private DoubleProperty |
TilePane.hgap |
private DoubleProperty |
GridPane.hgap |
private DoubleProperty |
FlowPane.hgap |
private DoubleProperty |
RowConstraints.maxHeight
The maximum height for the row.
|
private DoubleProperty |
Region.maxHeight |
private DoubleProperty |
Region.maxWidth |
private DoubleProperty |
ColumnConstraints.maxWidth
The maximum width for the column.
|
private DoubleProperty |
RowConstraints.minHeight
The minimum height for the row.
|
private DoubleProperty |
Region.minHeight |
private DoubleProperty |
Region.minWidth |
private DoubleProperty |
ColumnConstraints.minWidth
The minimum width for the column.
|
private DoubleProperty |
RowConstraints.percentHeight
The height percentage of the row.
|
private DoubleProperty |
ColumnConstraints.percentWidth
The width percentage of the column.
|
private DoubleProperty |
RowConstraints.prefHeight
The preferred height for the row.
|
private DoubleProperty |
Region.prefHeight |
private DoubleProperty |
TilePane.prefTileHeight |
private DoubleProperty |
TilePane.prefTileWidth |
private DoubleProperty |
Region.prefWidth |
private DoubleProperty |
ColumnConstraints.prefWidth
The preferred width for the column.
|
private DoubleProperty |
FlowPane.prefWrapLength |
private DoubleProperty |
VBox.spacing |
private DoubleProperty |
HBox.spacing |
private DoubleProperty |
TilePane.vgap |
private DoubleProperty |
GridPane.vgap |
private DoubleProperty |
FlowPane.vgap |
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
TilePane.hgapProperty()
The amount of horizontal space between each tile in a row.
|
DoubleProperty |
GridPane.hgapProperty()
The width of the horizontal gaps between columns.
|
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 |
RowConstraints.maxHeightProperty()
The maximum height for the row.
|
DoubleProperty |
Region.maxHeightProperty()
Property for overriding the region's computed maximum height.
|
DoubleProperty |
Region.maxWidthProperty()
Property for overriding the region's computed maximum width.
|
DoubleProperty |
ColumnConstraints.maxWidthProperty()
The maximum width for the column.
|
DoubleProperty |
RowConstraints.minHeightProperty()
The minimum height for the row.
|
DoubleProperty |
Region.minHeightProperty()
Property for overriding the region's computed minimum height.
|
DoubleProperty |
Region.minWidthProperty()
Property for overriding the region's computed minimum width.
|
DoubleProperty |
ColumnConstraints.minWidthProperty()
The minimum width for the column.
|
DoubleProperty |
RowConstraints.percentHeightProperty()
The height percentage of the row.
|
DoubleProperty |
ColumnConstraints.percentWidthProperty()
The width percentage of the column.
|
DoubleProperty |
RowConstraints.prefHeightProperty()
The preferred height for the row.
|
DoubleProperty |
Region.prefHeightProperty()
Property for overriding the region's computed preferred height.
|
DoubleProperty |
TilePane.prefTileHeightProperty()
The preferred height of each tile.
|
DoubleProperty |
TilePane.prefTileWidthProperty()
The preferred width of each tile.
|
DoubleProperty |
Region.prefWidthProperty()
Property for overriding the region's computed preferred width.
|
DoubleProperty |
ColumnConstraints.prefWidthProperty()
The preferred width for the column.
|
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 |
VBox.spacingProperty()
The amount of vertical space between each child in the vbox.
|
DoubleProperty |
HBox.spacingProperty()
The amount of horizontal space between each child in the hbox.
|
DoubleProperty |
TilePane.vgapProperty()
The amount of vertical space between each tile in a column.
|
DoubleProperty |
GridPane.vgapProperty()
The height of the vertical gaps between rows.
|
DoubleProperty |
FlowPane.vgapProperty()
The amount of vertical space between each node in a vertical flowpane
or the space between rows in a horizontal flowpane.
|
Modifier and Type | Field and Description |
---|---|
private DoubleProperty |
MediaPlayer.audioSpectrumInterval
The interval between spectrum updates in seconds.
|
private DoubleProperty |
MediaPlayer.balance
The balance, or left-right setting, of the audio output.
|
private DoubleProperty |
AudioClip.balance
The relative left and right volume levels of the clip.
|
private DoubleProperty |
EqualizerBand.bandwidth
Bandwidth of the band in Hertz.
|
private DoubleProperty |
EqualizerBand.centerFrequency
Center frequency of the band in Hertz.
|
private DoubleProperty |
MediaView.fitHeight
Determines the height of the bounding box within which the source media is
resized as necessary to fit.
|
private DoubleProperty |
MediaView.fitWidth
Determines the width of the bounding box within which the source media is
resized as necessary to fit.
|
private DoubleProperty |
EqualizerBand.gain
The gain to be applied to the frequencies of this band.
|
private DoubleProperty |
AudioClip.pan
The relative "center" of the clip.
|
private DoubleProperty |
MediaPlayer.rate
The rate at which the media should be played.
|
private DoubleProperty |
AudioClip.rate
The relative rate at which the clip is played.
|
private DoubleProperty |
MediaPlayer.volume
The volume at which the media should be played.
|
private DoubleProperty |
AudioClip.volume
The relative volume level at which the clip is played.
|
private DoubleProperty |
MediaView.x
Defines the current x coordinate of the
MediaView origin. |
private DoubleProperty |
MediaView.y
Defines the current y coordinate of the
MediaView origin. |
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
MediaPlayer.audioSpectrumIntervalProperty()
The interval between spectrum updates in seconds.
|
DoubleProperty |
MediaPlayer.balanceProperty()
The balance, or left-right setting, of the audio output.
|
DoubleProperty |
AudioClip.balanceProperty()
The relative left and right volume levels of the clip.
|
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 |
MediaPlayer.rateProperty()
The rate at which the media should be played.
|
DoubleProperty |
AudioClip.rateProperty()
The relative rate at which the clip is played.
|
DoubleProperty |
MediaPlayer.volumeProperty()
The volume at which the media should be played.
|
DoubleProperty |
AudioClip.volumeProperty()
The relative volume level at which the clip is 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 | Field and Description |
---|---|
private DoubleProperty |
Rectangle.arcHeight
Defines the vertical diameter of the arc
at the four corners of the rectangle.
|
private DoubleProperty |
Rectangle.arcWidth
Defines the horizontal diameter of the arc
at the four corners of the rectangle.
|
private DoubleProperty |
Ellipse.centerX
Defines the horizontal position of the center of the ellipse in pixels.
|
private DoubleProperty |
Circle.centerX
Defines the horizontal position of the center of the circle in pixels.
|
private DoubleProperty |
Arc.centerX
Defines the X coordinate of the center point of the arc.
|
private DoubleProperty |
Ellipse.centerY
Defines the vertical position of the center of the ellipse in pixels.
|
private DoubleProperty |
Circle.centerY
Defines the vertical position of the center of the circle in pixels.
|
private DoubleProperty |
Arc.centerY
Defines the Y coordinate of the center point of the arc.
|
private DoubleProperty |
QuadCurveTo.controlX
Defines the X coordinate of the quadratic control point.
|
private DoubleProperty |
QuadCurve.controlX
Defines the X coordinate of the control point
of the quadratic curve segment.
|
private DoubleProperty |
CubicCurveTo.controlX1
Defines the X coordinate of the first Bézier control point.
|
private DoubleProperty |
CubicCurve.controlX1
Defines the X coordinate of the first control point
of the cubic curve segment.
|
private DoubleProperty |
CubicCurveTo.controlX2
Defines the X coordinate of the second Bézier control point.
|
private DoubleProperty |
CubicCurve.controlX2
Defines the X coordinate of the second control point
of the cubic curve segment.
|
private DoubleProperty |
QuadCurveTo.controlY
Defines the Y coordinate of the quadratic control point.
|
private DoubleProperty |
QuadCurve.controlY
Defines the Y coordinate of the control point
of the quadratic curve segment.
|
private DoubleProperty |
CubicCurveTo.controlY1
Defines the Y coordinate of the first Bézier control point.
|
private DoubleProperty |
CubicCurve.controlY1
Defines the Y coordinate of the first control point
of the cubic curve segment.
|
private DoubleProperty |
CubicCurveTo.controlY2
Defines the Y coordinate of the second Bézier control point.
|
private DoubleProperty |
CubicCurve.controlY2
Defines the Y coordinate of the second control point
of the cubic curve segment.
|
private DoubleProperty |
Shape.StrokeAttributes.dashOffset |
private DoubleProperty |
QuadCurve.endX
Defines the X coordinate of the end point
of the quadratic curve segment.
|
private DoubleProperty |
Line.endX
The X coordinate of the end point of the line segment.
|
private DoubleProperty |
CubicCurve.endX
Defines the X coordinate of the end point of the cubic curve segment.
|
private DoubleProperty |
QuadCurve.endY
Defines the Y coordinate of the end point
of the quadratic curve segment.
|
private DoubleProperty |
Line.endY
The Y coordinate of the end point of the line segment.
|
private DoubleProperty |
CubicCurve.endY
Defines the Y coordinate of the end point of the cubic curve segment.
|
private DoubleProperty |
Rectangle.height
Defines the height of the rectangle.
|
private DoubleProperty |
Arc.length
Defines the angular extent of the arc in degrees.
|
private DoubleProperty |
Shape.StrokeAttributes.miterLimit |
private DoubleProperty |
Circle.radius
Defines the radius of the circle in pixels.
|
private DoubleProperty |
Ellipse.radiusX
Defines the width of the ellipse in pixels.
|
private DoubleProperty |
ArcTo.radiusX
The horizontal radius to use for the arc.
|
private DoubleProperty |
Arc.radiusX
Defines the overall width (horizontal radius) of the full ellipse
of which this arc is a partial section.
|
private DoubleProperty |
Ellipse.radiusY
Defines the height of the ellipse in pixels.
|
private DoubleProperty |
ArcTo.radiusY
The vertical radius to use for the arc.
|
private DoubleProperty |
Arc.radiusY
Defines the overall height (vertical radius) of the full ellipse
of which this arc is a partial section.
|
private DoubleProperty |
Arc.startAngle
Defines the starting angle of the arc in degrees.
|
private DoubleProperty |
QuadCurve.startX
Defines the X coordinate of the start point
of the quadratic curve segment.
|
private DoubleProperty |
Line.startX
The X coordinate of the start point of the line segment.
|
private DoubleProperty |
CubicCurve.startX
Defines the X coordinate of the start point of the cubic curve segment.
|
private DoubleProperty |
QuadCurve.startY
Defines the Y coordinate of the start point
of the quadratic curve segment.
|
private DoubleProperty |
Line.startY
The Y coordinate of the start point of the line segment.
|
private DoubleProperty |
CubicCurve.startY
Defines the Y coordinate of the start point of the cubic curve segment.
|
private DoubleProperty |
Shape.StrokeAttributes.width |
private DoubleProperty |
Rectangle.width
Defines the width of the rectangle.
|
private DoubleProperty |
Rectangle.x
Defines the X coordinate of the upper-left corner of the rectangle.
|
private DoubleProperty |
QuadCurveTo.x
Defines the X coordinate of the final end point.
|
private DoubleProperty |
MoveTo.x
Defines the specified X coordinate.
|
private DoubleProperty |
LineTo.x
Defines the X coordinate.
|
private DoubleProperty |
HLineTo.x
Defines the X coordinate.
|
private DoubleProperty |
CubicCurveTo.x
Defines the X coordinate of the final end point.
|
private DoubleProperty |
ArcTo.x
The x coordinate to arc to.
|
private DoubleProperty |
ArcTo.xAxisRotation
The x-axis rotation in degrees.
|
private DoubleProperty |
VLineTo.y
Defines the Y coordinate.
|
private DoubleProperty |
Rectangle.y
Defines the Y coordinate of the upper-left corner of the rectangle.
|
private DoubleProperty |
QuadCurveTo.y
Defines the Y coordinate of the final end point.
|
private DoubleProperty |
MoveTo.y
Defines the specified Y coordinate.
|
private DoubleProperty |
LineTo.y
Defines the Y coordinate.
|
private DoubleProperty |
CubicCurveTo.y
Defines the Y coordinate of the final end point.
|
private DoubleProperty |
ArcTo.y
The y coordinate to arc to.
|
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 |
Ellipse.centerXProperty()
Defines the horizontal position of the center of the ellipse in pixels.
|
DoubleProperty |
Circle.centerXProperty()
Defines the horizontal position of the center of the circle in pixels.
|
DoubleProperty |
Arc.centerXProperty()
Defines the X coordinate of the center point of the arc.
|
DoubleProperty |
Ellipse.centerYProperty()
Defines the vertical position of the center of the ellipse in pixels.
|
DoubleProperty |
Circle.centerYProperty()
Defines the vertical position of the center of the circle in pixels.
|
DoubleProperty |
Arc.centerYProperty()
Defines the Y coordinate of the center point of the arc.
|
DoubleProperty |
CubicCurveTo.controlX1Property()
Defines the X coordinate of the first Bézier control point.
|
DoubleProperty |
CubicCurve.controlX1Property()
Defines the X coordinate of the first control point
of the cubic curve segment.
|
DoubleProperty |
CubicCurveTo.controlX2Property()
Defines the X coordinate of the second Bézier control point.
|
DoubleProperty |
CubicCurve.controlX2Property()
Defines the X coordinate of the second control point
of the cubic curve segment.
|
DoubleProperty |
QuadCurveTo.controlXProperty()
Defines the X coordinate of the quadratic control point.
|
DoubleProperty |
QuadCurve.controlXProperty()
Defines the X coordinate of the control point
of the quadratic curve segment.
|
DoubleProperty |
CubicCurveTo.controlY1Property()
Defines the Y coordinate of the first Bézier control point.
|
DoubleProperty |
CubicCurve.controlY1Property()
Defines the Y coordinate of the first control point
of the cubic curve segment.
|
DoubleProperty |
CubicCurveTo.controlY2Property()
Defines the Y coordinate of the second Bézier control point.
|
DoubleProperty |
CubicCurve.controlY2Property()
Defines the Y coordinate of the second control point
of the cubic curve segment.
|
DoubleProperty |
QuadCurveTo.controlYProperty()
Defines the Y coordinate of the quadratic control point.
|
DoubleProperty |
QuadCurve.controlYProperty()
Defines the Y coordinate of the control point
of the quadratic curve segment.
|
DoubleProperty |
Shape.StrokeAttributes.dashOffsetProperty() |
DoubleProperty |
QuadCurve.endXProperty()
Defines the X coordinate of the end point
of the quadratic curve segment.
|
DoubleProperty |
Line.endXProperty()
The X coordinate of the end point of the line segment.
|
DoubleProperty |
CubicCurve.endXProperty()
Defines the X coordinate of the end point of the cubic curve segment.
|
DoubleProperty |
QuadCurve.endYProperty()
Defines the Y coordinate of the end point
of the quadratic curve segment.
|
DoubleProperty |
Line.endYProperty()
The Y coordinate of the end point of the line segment.
|
DoubleProperty |
CubicCurve.endYProperty()
Defines the Y coordinate of the end point of the cubic curve segment.
|
DoubleProperty |
Rectangle.heightProperty()
Defines the height of the rectangle.
|
DoubleProperty |
Arc.lengthProperty()
Defines the angular extent of the arc in degrees.
|
DoubleProperty |
Shape.StrokeAttributes.miterLimitProperty() |
DoubleProperty |
Circle.radiusProperty()
Defines the radius of the circle in pixels.
|
DoubleProperty |
Ellipse.radiusXProperty()
Defines the width of the ellipse in pixels.
|
DoubleProperty |
ArcTo.radiusXProperty()
The horizontal radius to use for the arc.
|
DoubleProperty |
Arc.radiusXProperty()
Defines the overall width (horizontal radius) of the full ellipse
of which this arc is a partial section.
|
DoubleProperty |
Ellipse.radiusYProperty()
Defines the height of the ellipse in pixels.
|
DoubleProperty |
ArcTo.radiusYProperty()
The vertical radius to use for the arc.
|
DoubleProperty |
Arc.radiusYProperty()
Defines the overall height (vertical radius) of the full ellipse
of which this arc is a partial section.
|
DoubleProperty |
Arc.startAngleProperty()
Defines the starting angle of the arc in degrees.
|
DoubleProperty |
QuadCurve.startXProperty()
Defines the X coordinate of the start point
of the quadratic curve segment.
|
DoubleProperty |
Line.startXProperty()
The X coordinate of the start point of the line segment.
|
DoubleProperty |
CubicCurve.startXProperty()
Defines the X coordinate of the start point of the cubic curve segment.
|
DoubleProperty |
QuadCurve.startYProperty()
Defines the Y coordinate of the start point
of the quadratic curve segment.
|
DoubleProperty |
Line.startYProperty()
The Y coordinate of the start point of the line segment.
|
DoubleProperty |
CubicCurve.startYProperty()
Defines the Y coordinate of the start point of the cubic 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 |
Shape.StrokeAttributes.widthProperty() |
DoubleProperty |
Rectangle.widthProperty()
Defines the width of the rectangle.
|
DoubleProperty |
ArcTo.XAxisRotationProperty()
The x-axis rotation in degrees.
|
DoubleProperty |
Rectangle.xProperty()
Defines the X coordinate of the upper-left corner of the rectangle.
|
DoubleProperty |
QuadCurveTo.xProperty()
Defines the X coordinate of the final end point.
|
DoubleProperty |
MoveTo.xProperty()
Defines the specified X coordinate.
|
DoubleProperty |
LineTo.xProperty()
Defines the X coordinate.
|
DoubleProperty |
HLineTo.xProperty()
Defines the X coordinate.
|
DoubleProperty |
CubicCurveTo.xProperty()
Defines the X coordinate of the final end point.
|
DoubleProperty |
ArcTo.xProperty()
The x coordinate to arc to.
|
DoubleProperty |
VLineTo.yProperty()
Defines the Y coordinate.
|
DoubleProperty |
Rectangle.yProperty()
Defines the Y coordinate of the upper-left corner of the rectangle.
|
DoubleProperty |
QuadCurveTo.yProperty()
Defines the Y coordinate of the final end point.
|
DoubleProperty |
MoveTo.yProperty()
Defines the specified Y coordinate.
|
DoubleProperty |
LineTo.yProperty()
Defines the Y coordinate.
|
DoubleProperty |
CubicCurveTo.yProperty()
Defines the Y coordinate of the final end point.
|
DoubleProperty |
ArcTo.yProperty()
The y coordinate to arc to.
|
Modifier and Type | Field and Description |
---|---|
private DoubleProperty |
Text.wrappingWidth
Defines a width constraint for the text in user space coordinates,
e.g.
|
private DoubleProperty |
Text.x
Defines the X coordinate of text origin.
|
private DoubleProperty |
Text.y
Defines the Y coordinate of text origin.
|
Modifier and Type | Method and Description |
---|---|
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 | Field and Description |
---|---|
private DoubleProperty |
Rotate.angle
Defines the angle of rotation measured in degrees.
|
private DoubleProperty |
Affine.mxx
Defines the X coordinate scaling element of the 3x4 matrix.
|
private DoubleProperty |
Affine.mxy
Defines the XY coordinate element of the 3x4 matrix.
|
private DoubleProperty |
Affine.mxz
Defines the XZ coordinate element of the 3x4 matrix.
|
private DoubleProperty |
Affine.myx
Defines the YX coordinate element of the 3x4 matrix.
|
private DoubleProperty |
Affine.myy
Defines the Y coordinate scaling element of the 3x4 matrix.
|
private DoubleProperty |
Affine.myz
Defines the YZ coordinate element of the 3x4 matrix.
|
private DoubleProperty |
Affine.mzx
Defines the ZX coordinate element of the 3x4 matrix.
|
private DoubleProperty |
Affine.mzy
Defines the ZY coordinate element of the 3x4 matrix.
|
private DoubleProperty |
Affine.mzz
Defines the Z coordinate scaling element of the 3x4 matrix.
|
private DoubleProperty |
Shear.pivotX
Defines the X coordinate of the shear pivot point.
|
private DoubleProperty |
Scale.pivotX
Defines the X coordinate about which point the scale occurs.
|
private DoubleProperty |
Rotate.pivotX
Defines the X coordinate of the rotation pivot point.
|
private DoubleProperty |
Shear.pivotY
Defines the Y coordinate of the shear pivot point.
|
private DoubleProperty |
Scale.pivotY
Defines the Y coordinate about which point the scale occurs.
|
private DoubleProperty |
Rotate.pivotY
Defines the Y coordinate of the rotation pivot point.
|
private DoubleProperty |
Scale.pivotZ
Defines the Z coordinate about which point the scale occurs.
|
private DoubleProperty |
Rotate.pivotZ
Defines the Z coordinate of the rotation pivot point.
|
private DoubleProperty |
Affine.tx
Defines the X coordinate translation element of the 3x4 matrix.
|
private DoubleProperty |
Affine.ty
Defines the Y coordinate translation element of the 3x4 matrix.
|
private DoubleProperty |
Affine.tz
Defines the Z coordinate translation element of the 3x4 matrix.
|
private DoubleProperty |
Translate.x
Defines the distance by which coordinates are translated in the
X axis direction
|
private DoubleProperty |
Shear.x
Defines the multiplier by which coordinates are shifted in the direction
of the positive X axis as a factor of their Y coordinate.
|
private DoubleProperty |
Scale.x
Defines the factor by which coordinates are scaled
along the X axis direction.
|
private DoubleProperty |
Translate.y
Defines the distance by which coordinates are translated in the
Y axis direction
|
private DoubleProperty |
Shear.y
Defines the multiplier by which coordinates are shifted in the direction
of the positive Y axis as a factor of their X coordinate.
|
private DoubleProperty |
Scale.y
Defines the factor by which coordinates are scaled
along the Y axis direction.
|
private DoubleProperty |
Translate.z
Defines the distance by which coordinates are translated in the
Z axis direction
|
private DoubleProperty |
Scale.z
Defines the factor by which coordinates are scaled
along the Z axis direction.
|
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 |
Shear.pivotXProperty()
Defines the X coordinate of the shear pivot point.
|
DoubleProperty |
Scale.pivotXProperty()
Defines the X coordinate about which point the scale occurs.
|
DoubleProperty |
Rotate.pivotXProperty()
Defines the X coordinate of the rotation pivot point.
|
DoubleProperty |
Shear.pivotYProperty()
Defines the Y coordinate of the shear pivot point.
|
DoubleProperty |
Scale.pivotYProperty()
Defines the Y coordinate about which point the scale occurs.
|
DoubleProperty |
Rotate.pivotYProperty()
Defines the Y coordinate of the rotation pivot point.
|
DoubleProperty |
Scale.pivotZProperty()
Defines the Z coordinate about which point the scale occurs.
|
DoubleProperty |
Rotate.pivotZProperty()
Defines the Z coordinate of the rotation pivot point.
|
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 |
Translate.xProperty()
Defines the distance by which coordinates are translated in 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 |
Scale.xProperty()
Defines the factor by which coordinates are scaled
along the X axis direction.
|
DoubleProperty |
Translate.yProperty()
Defines the distance by which coordinates are translated in 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 |
Scale.yProperty()
Defines the factor by which coordinates are scaled
along the Y axis direction.
|
DoubleProperty |
Translate.zProperty()
Defines the distance by which coordinates are translated in the
Z axis direction
|
DoubleProperty |
Scale.zProperty()
Defines the factor by which coordinates are scaled
along the Z axis direction.
|
Modifier and Type | Field and Description |
---|---|
private DoubleProperty |
WebView.fontScale
Specifies scale factor applied to font.
|
private DoubleProperty |
WebView.maxHeight |
private DoubleProperty |
WebView.maxWidth |
private DoubleProperty |
WebView.minHeight |
private DoubleProperty |
WebView.minWidth |
private DoubleProperty |
WebView.prefHeight |
private DoubleProperty |
WebView.prefWidth |
private DoubleProperty |
WebView.scale |
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.
|
private DoubleProperty |
WebView.scaleProperty() |
Modifier and Type | Field and Description |
---|---|
private DoubleProperty |
Stage.maxHeight
Defines the maximum height of this
Stage . |
private DoubleProperty |
Stage.maxWidth
Defines the maximum width of this
Stage . |
private DoubleProperty |
Stage.minHeight
Defines the minimum height of this
Stage . |
private DoubleProperty |
Stage.minWidth
Defines the minimum width of this
Stage . |
private DoubleProperty |
Window.opacity
Defines the opacity of the
Stage as a value between 0.0 and 1.0. |
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. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to