- java.lang.Object
- 
- javafx.scene.control.SplitPane.Divider
 
- 
- 
Property SummaryProperties Type Property Description DoublePropertypositionRepresents the location where the divider should ideally be positioned, between 0.0 and 1.0 (inclusive).
 - 
Constructor SummaryConstructors Constructor Description Divider()Creates a default Divider instance.
 - 
Method SummaryModifier and Type Method Description doublegetPosition()Gets the value of the property position.DoublePropertypositionProperty()Represents the location where the divider should ideally be positioned, between 0.0 and 1.0 (inclusive).voidsetPosition(double value)Sets the value of the property position.
 
- 
- 
- 
Property Detail- 
positionpublic final DoubleProperty positionProperty Represents the location where the divider should ideally be positioned, between 0.0 and 1.0 (inclusive). 0.0 represents the left- or top-most point, and 1.0 represents the right- or bottom-most point (depending on the horizontal property). The SplitPane will attempt to get the divider to the point requested, but it must take into account the minimum width/height of the nodes contained within it. As the user drags the SplitPane divider around this property will be updated to always represent its current location. - Default value:
- 0.5
- See Also:
- getPosition(),- setPosition(double)
 
 
- 
 - 
Method Detail- 
setPositionpublic final void setPosition(double value) Sets the value of the property position.- Property description:
- Represents the location where the divider should ideally be positioned, between 0.0 and 1.0 (inclusive). 0.0 represents the left- or top-most point, and 1.0 represents the right- or bottom-most point (depending on the horizontal property). The SplitPane will attempt to get the divider to the point requested, but it must take into account the minimum width/height of the nodes contained within it. - As the user drags the SplitPane divider around this property will be updated to always represent its current location. 
- Default value:
- 0.5
 
 - 
getPositionpublic final double getPosition() Gets the value of the property position.- Property description:
- Represents the location where the divider should ideally be positioned, between 0.0 and 1.0 (inclusive). 0.0 represents the left- or top-most point, and 1.0 represents the right- or bottom-most point (depending on the horizontal property). The SplitPane will attempt to get the divider to the point requested, but it must take into account the minimum width/height of the nodes contained within it. - As the user drags the SplitPane divider around this property will be updated to always represent its current location. 
- Default value:
- 0.5
 
 - 
positionPropertypublic final DoubleProperty positionProperty() Represents the location where the divider should ideally be positioned, between 0.0 and 1.0 (inclusive). 0.0 represents the left- or top-most point, and 1.0 represents the right- or bottom-most point (depending on the horizontal property). The SplitPane will attempt to get the divider to the point requested, but it must take into account the minimum width/height of the nodes contained within it. As the user drags the SplitPane divider around this property will be updated to always represent its current location. - Default value:
- 0.5
- See Also:
- getPosition(),- setPosition(double)
 
 
- 
 
-