Class Layout
java.lang.Object
jfxtras.scene.layout.responsivepane.Layout
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.ObjectProperty<Orientation> Orientationjavafx.beans.property.ObjectProperty<javafx.scene.Node> Rootjavafx.beans.property.ObjectProperty<Size> sizeAtLeast -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final javafx.beans.property.SimpleObjectProperty<Orientation> private final javafx.beans.property.SimpleObjectProperty<javafx.scene.Node> private final javafx.beans.property.SimpleObjectProperty<Size> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theorientationproperty.javafx.scene.NodegetRoot()Gets the value of therootproperty.Gets the value of thesizeAtLeastproperty.javafx.beans.property.ObjectProperty<Orientation> Orientationjavafx.beans.property.ObjectProperty<javafx.scene.Node> RootvoidsetOrientation(Orientation value) Sets the value of theorientationproperty.voidsetRoot(javafx.scene.Node value) Sets the value of therootproperty.voidsetSizeAtLeast(Size value) Sets the value of thesizeAtLeastproperty.javafx.beans.property.ObjectProperty<Size> sizeAtLeasttoString()withOrientation(Orientation value) withRoot(javafx.scene.Node value) withSizeAtLeast(Size value)
-
Property Details
-
root
public javafx.beans.property.ObjectProperty<javafx.scene.Node> rootPropertyRoot- See Also:
-
sizeAtLeast
-
orientation
-
-
Field Details
-
rootProperty
private final javafx.beans.property.SimpleObjectProperty<javafx.scene.Node> rootProperty -
sizeAtLeastProperty
-
orientationProperty
-
-
Constructor Details
-
Layout
public Layout()For FXML -
Layout
-
Layout
-
-
Method Details
-
rootProperty
public javafx.beans.property.ObjectProperty<javafx.scene.Node> rootProperty()Root- Returns:
- the
rootproperty - See Also:
-
getRoot
public javafx.scene.Node getRoot()Gets the value of therootproperty.- Property description:
- Root
- Returns:
- the value of the
rootproperty - See Also:
-
setRoot
public void setRoot(javafx.scene.Node value) Sets the value of therootproperty.- Property description:
- Root
- Parameters:
value- the value for therootproperty- See Also:
-
withRoot
-
sizeAtLeastProperty
sizeAtLeast- Returns:
- the
sizeAtLeastproperty - See Also:
-
getSizeAtLeast
Gets the value of thesizeAtLeastproperty.- Property description:
- sizeAtLeast
- Returns:
- the value of the
sizeAtLeastproperty - See Also:
-
setSizeAtLeast
Sets the value of thesizeAtLeastproperty.- Property description:
- sizeAtLeast
- Parameters:
value- the value for thesizeAtLeastproperty- See Also:
-
withSizeAtLeast
-
orientationProperty
Orientation- Returns:
- the
orientationproperty - See Also:
-
getOrientation
Gets the value of theorientationproperty.- Property description:
- Orientation
- Returns:
- the value of the
orientationproperty - See Also:
-
setOrientation
Sets the value of theorientationproperty.- Property description:
- Orientation
- Parameters:
value- the value for theorientationproperty- See Also:
-
withOrientation
-
describeSizeConstraints
-
toString
-