Package | Description |
---|---|
com.sun.javafx.binding | |
com.sun.javafx.scene.control.skin | |
com.sun.javafx.tk.quantum | |
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.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 | Field and Description |
---|---|
private java.lang.ref.WeakReference<DoubleProperty> |
BidirectionalBinding.BidirectionalDoubleBinding.propertyRef1 |
private java.lang.ref.WeakReference<DoubleProperty> |
BidirectionalBinding.BidirectionalDoubleBinding.propertyRef2 |
Modifier and Type | Method and Description |
---|---|
static BidirectionalBinding |
BidirectionalBinding.bindNumber(DoubleProperty property1,
Property<java.lang.Double> property2) |
static BidirectionalBinding |
BidirectionalBinding.bindNumber(Property<java.lang.Double> property1,
DoubleProperty property2) |
Constructor and Description |
---|
BidirectionalDoubleBinding(DoubleProperty property1,
DoubleProperty property2) |
Modifier and Type | Field and Description |
---|---|
private DoubleProperty |
CustomColorDialog.ColorRectPane.alpha |
private DoubleProperty |
TabPaneSkin.TabHeaderSkin.animationTransition |
private DoubleProperty |
PaginationSkin.arrowButtonGap
The size of the gap between number buttons and arrow buttons
|
private DoubleProperty |
CustomColorDialog.ColorRectPane.bright |
private DoubleProperty |
CellSkinBase.cellSize
The default cell size.
|
private DoubleProperty |
ScrollPaneSkin.contentPosX |
private DoubleProperty |
ScrollPaneSkin.contentPosY |
private DoubleProperty |
CustomColorDialog.ColorRectPane.hue |
private DoubleProperty |
TreeCellSkin.indent
The amount of space to multiply by the treeItem.level to get the left
margin for this tree cell.
|
private DoubleProperty |
TreeTableRowSkin.indent
The amount of space to multiply by the treeItem.level to get the left
margin for this tree cell.
|
private DoubleProperty |
ProgressBarSkin.indeterminateBarAnimationTime
How many seconds it should take for the indeterminate bar to go from
one edge to the other
|
private DoubleProperty |
ProgressBarSkin.indeterminateBarLength
The length of the bouncing progress bar in indeterminate state
|
private DoubleProperty |
CustomColorDialog.ColorRectPane.sat |
private DoubleProperty |
TableColumnHeader.size
*
Properties *
*
|
private DoubleProperty |
ToolBarSkin.spacing |
private DoubleProperty |
MenuBarSkin.spacing |
private DoubleProperty |
TextFieldSkin.textTranslateX |
private DoubleProperty |
TitledPaneSkin.transition |
private DoubleProperty |
DoubleField.value
The value of the DoubleField.
|
private static DoubleProperty |
FXVKSkin.winY |
Modifier and Type | Field and Description |
---|---|
private DoubleProperty |
RotateGestureRecognizer.inertiaRotationVelocity |
private DoubleProperty |
ScrollGestureRecognizer.inertiaScrollVelocity |
private DoubleProperty |
ZoomGestureRecognizer.inertiaZoomVelocity |
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 |
ScaleTransition.byX
Specifies the incremented stop X scale value, from the start, of this
ScaleTransition . |
private DoubleProperty |
TranslateTransition.byX
Specifies the incremented stop X 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.byY
Specifies the incremented stop Y 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 |
TranslateTransition.byZ
Specifies the incremented stop Z coordinate value, from the start, of
this
TranslateTransition . |
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 |
ScaleTransition.fromX
Specifies the start X scale value of this
ScaleTransition . |
private DoubleProperty |
TranslateTransition.fromX
Specifies the start X coordinate value of this
TranslateTransition . |
private DoubleProperty |
ScaleTransition.fromY
Specifies the start Y scale value of this
ScaleTransition . |
private DoubleProperty |
TranslateTransition.fromY
Specifies the start Y coordinate value of this
TranslateTransition . |
private DoubleProperty |
ScaleTransition.fromZ
Specifies the start Z scale value of this
ScaleTransition . |
private DoubleProperty |
TranslateTransition.fromZ
Specifies the start Z coordinate value of this
TranslateTransition . |
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 |
ScaleTransition.toX
Specifies the stop X scale value of this
ScaleTransition . |
private DoubleProperty |
TranslateTransition.toX
Specifies the stop X coordinate value of this
TranslateTransition . |
private DoubleProperty |
ScaleTransition.toY
The stop Y scale value of this
ScaleTransition . |
private DoubleProperty |
TranslateTransition.toY
Specifies the stop Y coordinate value of this
TranslateTransition . |
private DoubleProperty |
ScaleTransition.toZ
The stop Z scale value of this
ScaleTransition . |
private DoubleProperty |
TranslateTransition.toZ
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<java.lang.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 | 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 | 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 | Field and Description |
---|---|
private DoubleProperty |
Camera.farClip
Specifies the distance from the eye of the far clipping plane of
this
Camera in the eye coordinate space. |
private DoubleProperty |
PerspectiveCamera.fieldOfView
Specifies the field of view angle of the camera's projection plane,
measured in degrees.
|
private DoubleProperty |
SubScene.height
Defines the height of this
SubScene |
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 |
Camera.nearClip
Specifies the distance from the eye of the near clipping plane of
this
Camera in the eye coordinate space. |
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 |
private DoubleProperty |
SubScene.width
Defines the width of this
SubScene |
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
Camera.farClipProperty() |
DoubleProperty |
PerspectiveCamera.fieldOfViewProperty() |
DoubleProperty |
SubScene.heightProperty() |
DoubleProperty |
Node.layoutXProperty() |
DoubleProperty |
Node.layoutYProperty() |
DoubleProperty |
Camera.nearClipProperty() |
DoubleProperty |
Node.opacityProperty() |
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() |
DoubleProperty |
SubScene.widthProperty() |
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() |
DoubleProperty |
Canvas.widthProperty() |
Modifier and Type | Field and Description |
---|---|
private DoubleProperty |
BarChart.barGap
The gap to leave between bars in the same category
|
private DoubleProperty |
BarChart.categoryGap
The gap to leave between bars in separate categories
|
private DoubleProperty |
StackedBarChart.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<X,Y>,DoubleProperty> |
AreaChart.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<X,Y>,DoubleProperty> |
LineChart.seriesYMultiplierMap
A multiplier for the Y values that we store for each series, it is used to animate in a new series
|
private java.util.Map<XYChart.Series<X,Y>,DoubleProperty> |
StackedAreaChart.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() |
DoubleProperty |
BarChart.categoryGapProperty() |
DoubleProperty |
StackedBarChart.categoryGapProperty() |
private DoubleProperty |
PieChart.Data.currentPieValueProperty() |
DoubleProperty |
CategoryAxis.endMarginProperty() |
DoubleProperty |
PieChart.labelLineLengthProperty() |
DoubleProperty |
ValueAxis.lowerBoundProperty() |
DoubleProperty |
ValueAxis.minorTickLengthProperty() |
DoubleProperty |
PieChart.Data.pieValueProperty() |
private DoubleProperty |
PieChart.Data.radiusMultiplierProperty() |
DoubleProperty |
PieChart.startAngleProperty() |
DoubleProperty |
CategoryAxis.startMarginProperty() |
DoubleProperty |
Axis.tickLabelGapProperty() |
DoubleProperty |
Axis.tickLabelRotationProperty() |
DoubleProperty |
Axis.tickLengthProperty() |
DoubleProperty |
NumberAxis.tickUnitProperty() |
DoubleProperty |
ValueAxis.upperBoundProperty() |
Modifier and Type | Field and Description |
---|---|
private DoubleProperty |
SpinnerValueFactory.DoubleSpinnerValueFactory.amountToStepBy |
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 |
ButtonBar.buttonMinWidthProperty |
private DoubleProperty |
TableView.fixedCellSize |
private DoubleProperty |
ListView.fixedCellSize |
private DoubleProperty |
TreeTableView.fixedCellSize |
private DoubleProperty |
TreeView.fixedCellSize |
private DoubleProperty |
Tooltip.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 |
Labeled.lineSpacing |
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 |
SpinnerValueFactory.DoubleSpinnerValueFactory.max |
private DoubleProperty |
PopupControl.maxHeight
Property for overriding the control's computed maximum height.
|
private DoubleProperty |
PopupControl.maxWidth
Property for overriding the control's computed maximum width.
|
private DoubleProperty |
TableColumnBase.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 |
SpinnerValueFactory.DoubleSpinnerValueFactory.min
*
Properties *
*
|
private DoubleProperty |
PopupControl.minHeight
Property for overriding the control's computed minimum height.
|
private DoubleProperty |
ScrollPane.minViewportHeight
Specify the minimum height of the ScrollPane Viewport.
|
private DoubleProperty |
ScrollPane.minViewportWidth
Specify the minimum width of the ScrollPane Viewport.
|
private DoubleProperty |
PopupControl.minWidth
Property for overriding the control's computed minimum width.
|
private DoubleProperty |
TableColumnBase.minWidth
The minimum width the table column is permitted to be resized to.
|
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 |
ScrollPane.prefViewportHeight
Specify the preferred height of the ScrollPane Viewport.
|
private DoubleProperty |
ScrollPane.prefViewportWidth
Specify the perferred width of the ScrollPane Viewport.
|
private DoubleProperty |
PopupControl.prefWidth
Property for overriding the control's computed preferred width.
|
private DoubleProperty |
TableColumnBase.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 |
SpinnerValueFactory.DoubleSpinnerValueFactory.amountToStepByProperty()
Sets the amount to increment or decrement by, per step.
|
DoubleProperty |
Slider.blockIncrementProperty() |
DoubleProperty |
ScrollBar.blockIncrementProperty() |
DoubleProperty |
ButtonBar.buttonMinWidthProperty()
Specifies the minimum width of all buttons placed in this button bar.
|
DoubleProperty |
TableView.fixedCellSizeProperty()
Specifies whether this control has cells that are a fixed height (of the
specified value).
|
DoubleProperty |
ListView.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 |
Tooltip.graphicTextGapProperty()
The amount of space between the graphic and text
|
DoubleProperty |
Labeled.graphicTextGapProperty()
The amount of space between the graphic and text
|
DoubleProperty |
ScrollPane.hmaxProperty() |
DoubleProperty |
ScrollPane.hminProperty() |
DoubleProperty |
ScrollPane.hvalueProperty() |
DoubleProperty |
Labeled.lineSpacingProperty()
Specifies the space in pixel between lines.
|
DoubleProperty |
Slider.majorTickUnitProperty() |
DoubleProperty |
PopupControl.maxHeightProperty() |
DoubleProperty |
Slider.maxProperty() |
DoubleProperty |
ScrollBar.maxProperty() |
DoubleProperty |
SpinnerValueFactory.DoubleSpinnerValueFactory.maxProperty()
Sets the maximum allowable value for this value factory
|
DoubleProperty |
PopupControl.maxWidthProperty() |
DoubleProperty |
TableColumnBase.maxWidthProperty()
The maximum width the table column is permitted to be resized to.
|
DoubleProperty |
PopupControl.minHeightProperty() |
DoubleProperty |
Slider.minProperty() |
DoubleProperty |
ScrollBar.minProperty() |
DoubleProperty |
SpinnerValueFactory.DoubleSpinnerValueFactory.minProperty()
Sets the minimum allowable value for this value factory
|
DoubleProperty |
ScrollPane.minViewportHeightProperty() |
DoubleProperty |
ScrollPane.minViewportWidthProperty() |
DoubleProperty |
PopupControl.minWidthProperty() |
DoubleProperty |
TableColumnBase.minWidthProperty() |
DoubleProperty |
SplitPane.Divider.positionProperty() |
DoubleProperty |
PopupControl.prefHeightProperty() |
DoubleProperty |
ScrollPane.prefViewportHeightProperty() |
DoubleProperty |
ScrollPane.prefViewportWidthProperty() |
DoubleProperty |
PopupControl.prefWidthProperty() |
DoubleProperty |
TableColumnBase.prefWidthProperty()
The preferred width of the TableColumn.
|
DoubleProperty |
ProgressIndicator.progressProperty() |
DoubleProperty |
TextArea.scrollLeftProperty() |
DoubleProperty |
TextArea.scrollTopProperty() |
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() |
DoubleProperty |
ScrollBar.valueProperty() |
DoubleProperty |
ScrollBar.visibleAmountProperty() |
DoubleProperty |
ScrollPane.vmaxProperty() |
DoubleProperty |
ScrollPane.vminProperty() |
DoubleProperty |
ScrollPane.vvalueProperty() |
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 |
ColorInput.height
Sets the height of the region to be flooded, relative to the
local coordinate space of the content
Node . |
private DoubleProperty |
InnerShadow.height
The vertical size of the shadow blur kernel.
|
private DoubleProperty |
Shadow.height
The vertical size of the shadow blur kernel.
|
private DoubleProperty |
DropShadow.height
The vertical size of the shadow blur kernel.
|
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 |
DisplacementMap.offsetX
The offset by which all x coordinate offset values in the
FloatMap are displaced after they are scaled. |
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.offsetY
The offset by which all y 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 |
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 |
InnerShadow.radius
The radius of the shadow blur kernel.
|
private DoubleProperty |
MotionBlur.radius
The radius of the blur kernel.
|
private DoubleProperty |
GaussianBlur.radius
The radius of the blur kernel.
|
private DoubleProperty |
Shadow.radius
The radius of the shadow 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 |
Light.Spot.specularExponent
The specular exponent, which controls the focus of this
light source.
|
private DoubleProperty |
Lighting.specularExponent
The specular exponent.
|
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 |
ColorInput.width
Sets the width of the region to be flooded, relative to the
local coordinate space of the content
Node . |
private DoubleProperty |
InnerShadow.width
The horizontal size of the shadow blur kernel.
|
private DoubleProperty |
Shadow.width
The horizontal size of the shadow blur kernel.
|
private DoubleProperty |
DropShadow.width
The horizontal size of the shadow blur kernel.
|
private DoubleProperty |
BoxBlur.width
The horizontal dimension of the blur effect.
|
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.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.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.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 |
Light.Point.z
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() |
DoubleProperty |
ImageView.fitWidthProperty() |
DoubleProperty |
ImageView.xProperty() |
DoubleProperty |
ImageView.yProperty() |
Modifier and Type | Class and Description |
---|---|
private class |
Region.MinPrefMaxProperty
This class is reused for the min, pref, and max properties since
they all performed the same function (to call requestParentLayout).
|
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
Property for overriding the region's computed maximum height.
|
private DoubleProperty |
ColumnConstraints.maxWidth
The maximum width for the column.
|
private DoubleProperty |
Region.maxWidth
Property for overriding the region's computed maximum width.
|
private DoubleProperty |
RowConstraints.minHeight
The minimum height for the row.
|
private DoubleProperty |
Region.minHeight
Property for overriding the region's computed minimum height.
|
private DoubleProperty |
ColumnConstraints.minWidth
The minimum width for the column.
|
private DoubleProperty |
Region.minWidth
Property for overriding the region's computed minimum width.
|
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
Property for overriding the region's computed preferred height.
|
private DoubleProperty |
TilePane.prefTileHeight |
private DoubleProperty |
TilePane.prefTileWidth |
private DoubleProperty |
ColumnConstraints.prefWidth
The preferred width for the column.
|
private DoubleProperty |
Region.prefWidth
Property for overriding the region's computed preferred width.
|
private DoubleProperty |
FlowPane.prefWrapLength |
private DoubleProperty |
HBox.spacing |
private DoubleProperty |
VBox.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() |
DoubleProperty |
Region.maxHeightProperty() |
DoubleProperty |
ColumnConstraints.maxWidthProperty() |
DoubleProperty |
Region.maxWidthProperty() |
DoubleProperty |
RowConstraints.minHeightProperty() |
DoubleProperty |
Region.minHeightProperty() |
DoubleProperty |
ColumnConstraints.minWidthProperty() |
DoubleProperty |
Region.minWidthProperty() |
DoubleProperty |
RowConstraints.percentHeightProperty() |
DoubleProperty |
ColumnConstraints.percentWidthProperty() |
DoubleProperty |
RowConstraints.prefHeightProperty() |
DoubleProperty |
Region.prefHeightProperty() |
DoubleProperty |
TilePane.prefTileHeightProperty()
The preferred height of each tile.
|
DoubleProperty |
TilePane.prefTileWidthProperty()
The preferred width of each tile.
|
DoubleProperty |
ColumnConstraints.prefWidthProperty() |
DoubleProperty |
Region.prefWidthProperty() |
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 |
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() |
DoubleProperty |
MediaPlayer.balanceProperty() |
DoubleProperty |
AudioClip.balanceProperty() |
DoubleProperty |
EqualizerBand.bandwidthProperty() |
DoubleProperty |
EqualizerBand.centerFrequencyProperty() |
DoubleProperty |
MediaView.fitHeightProperty() |
DoubleProperty |
MediaView.fitWidthProperty() |
DoubleProperty |
EqualizerBand.gainProperty() |
DoubleProperty |
AudioClip.panProperty() |
DoubleProperty |
MediaPlayer.rateProperty() |
DoubleProperty |
AudioClip.rateProperty() |
DoubleProperty |
MediaPlayer.volumeProperty() |
DoubleProperty |
AudioClip.volumeProperty() |
DoubleProperty |
MediaView.xProperty() |
DoubleProperty |
MediaView.yProperty() |
Modifier and Type | Field and Description |
---|---|
private DoubleProperty |
PhongMaterial.specularPower
The specular power of this
PhongMaterial . |
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
PhongMaterial.specularPowerProperty() |
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 |
Circle.centerX
Defines the horizontal position of the center of the circle in pixels.
|
private DoubleProperty |
Ellipse.centerX
Defines the horizontal position of the center of the ellipse in pixels.
|
private DoubleProperty |
Arc.centerX
Defines the X coordinate of the center point of the arc.
|
private DoubleProperty |
Circle.centerY
Defines the vertical position of the center of the circle in pixels.
|
private DoubleProperty |
Ellipse.centerY
Defines the vertical position of the center of the ellipse in pixels.
|
private DoubleProperty |
Arc.centerY
Defines the Y coordinate of the center point of the arc.
|
private DoubleProperty |
QuadCurve.controlX
Defines the X coordinate of the control point
of the quadratic curve segment.
|
private DoubleProperty |
QuadCurveTo.controlX
Defines the X coordinate of the quadratic control point.
|
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 |
QuadCurve.controlY
Defines the Y coordinate of the control point
of the quadratic curve segment.
|
private DoubleProperty |
QuadCurveTo.controlY
Defines the Y coordinate of the quadratic control point.
|
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 |
Box.depth
Defines the depth or the Z dimension of the Box.
|
private DoubleProperty |
QuadCurve.endX
Defines the X coordinate of the end point
of the quadratic curve segment.
|
private DoubleProperty |
CubicCurve.endX
Defines the X coordinate of the end point of the cubic curve segment.
|
private DoubleProperty |
Line.endX
The X coordinate of the end point of the line segment.
|
private DoubleProperty |
QuadCurve.endY
Defines the Y coordinate of the end point
of the quadratic curve segment.
|
private DoubleProperty |
CubicCurve.endY
Defines the Y coordinate of the end point of the cubic curve segment.
|
private DoubleProperty |
Line.endY
The Y coordinate of the end point of the line segment.
|
private DoubleProperty |
Rectangle.height
Defines the height of the rectangle.
|
private DoubleProperty |
Box.height
Defines the height or the Y dimension of the Box.
|
private DoubleProperty |
Cylinder.height
Defines the height or the Y dimension of the Cylinder.
|
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 |
Sphere.radius
Defines the radius of the Sphere.
|
private DoubleProperty |
Cylinder.radius
Defines the radius in the Z plane of the Cylinder.
|
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 |
CubicCurve.startX
Defines the X coordinate of the start point of the cubic curve segment.
|
private DoubleProperty |
Line.startX
The X coordinate of the start point of the line segment.
|
private DoubleProperty |
QuadCurve.startY
Defines the Y coordinate of the start point
of the quadratic curve segment.
|
private DoubleProperty |
CubicCurve.startY
Defines the Y coordinate of the start point of the cubic curve segment.
|
private DoubleProperty |
Line.startY
The Y coordinate of the start point of the line segment.
|
private DoubleProperty |
Rectangle.width
Defines the width of the rectangle.
|
private DoubleProperty |
Box.width
Defines the width or the X dimension of the Box.
|
private DoubleProperty |
Shape.StrokeAttributes.width |
private DoubleProperty |
Rectangle.x
Defines the X coordinate of the upper-left corner of the rectangle.
|
private DoubleProperty |
CubicCurveTo.x
Defines the X coordinate of the final end point.
|
private DoubleProperty |
HLineTo.x
Defines the X coordinate.
|
private DoubleProperty |
LineTo.x
Defines the X coordinate.
|
private DoubleProperty |
ArcTo.x
The x coordinate to arc to.
|
private DoubleProperty |
MoveTo.x
Defines the specified X coordinate.
|
private DoubleProperty |
QuadCurveTo.x
Defines the X coordinate of the final end point.
|
private DoubleProperty |
ArcTo.xAxisRotation
The x-axis rotation in degrees.
|
private DoubleProperty |
Rectangle.y
Defines the Y coordinate of the upper-left corner of the rectangle.
|
private DoubleProperty |
CubicCurveTo.y
Defines the Y coordinate of the final end point.
|
private DoubleProperty |
LineTo.y
Defines the Y coordinate.
|
private DoubleProperty |
ArcTo.y
The y coordinate to arc to.
|
private DoubleProperty |
MoveTo.y
Defines the specified Y coordinate.
|
private DoubleProperty |
VLineTo.y
Defines the Y coordinate.
|
private DoubleProperty |
QuadCurveTo.y
Defines the Y coordinate of the final end point.
|
Modifier and Type | Field and Description |
---|---|
private DoubleProperty |
TextFlow.lineSpacing
Defines the vertical space in pixel between lines.
|
private DoubleProperty |
Text.TextAttribute.lineSpacing |
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 |
TextFlow.lineSpacingProperty() |
DoubleProperty |
Text.lineSpacingProperty()
Defines the vertical space in pixel between lines.
|
DoubleProperty |
Text.TextAttribute.lineSpacingProperty() |
DoubleProperty |
Text.wrappingWidthProperty() |
DoubleProperty |
Text.xProperty() |
DoubleProperty |
Text.yProperty() |
Modifier and Type | Class and Description |
---|---|
private class |
Affine.AffineElementProperty
Affine element property which handles the atomic changes of more
properties.
|
Modifier and Type | Field and Description |
---|---|
private DoubleProperty |
Rotate.angle
Defines the angle of rotation measured in degrees.
|
private DoubleProperty |
Shear.pivotX
Defines the X coordinate of the shear pivot point.
|
private DoubleProperty |
Rotate.pivotX
Defines the X coordinate of the rotation pivot point.
|
private DoubleProperty |
Scale.pivotX
Defines the X coordinate about which point the scale occurs.
|
private DoubleProperty |
Shear.pivotY
Defines the Y coordinate of the shear pivot point.
|
private DoubleProperty |
Rotate.pivotY
Defines the Y coordinate of the rotation pivot point.
|
private DoubleProperty |
Scale.pivotY
Defines the Y coordinate about which point the scale occurs.
|
private DoubleProperty |
Rotate.pivotZ
Defines the Z coordinate of the rotation pivot point.
|
private DoubleProperty |
Scale.pivotZ
Defines the Z coordinate about which point the scale occurs.
|
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 |
Translate.x
Defines the distance by which coordinates are translated in the
X axis direction
|
private DoubleProperty |
Scale.x
Defines the factor by which coordinates are scaled
along the X 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 |
Translate.y
Defines the distance by which coordinates are translated in the
Y axis direction
|
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 | 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.zoom
Zoom factor applied to the whole page contents.
|
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
WebView.fontScaleProperty() |
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 | 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
Window as a value between 0.0 and 1.0. |
Modifier and Type | Method and Description |
---|---|
DoubleProperty |
Stage.maxHeightProperty() |
DoubleProperty |
Stage.maxWidthProperty() |
DoubleProperty |
Stage.minHeightProperty() |
DoubleProperty |
Stage.minWidthProperty() |
DoubleProperty |
Window.opacityProperty() |