Class Layout

java.lang.Object
jfxtras.scene.layout.responsivepane.Layout

@DefaultProperty("root") public class Layout extends Object
  • Property Details

  • Field Details

    • rootProperty

      private final javafx.beans.property.SimpleObjectProperty<javafx.scene.Node> rootProperty
    • sizeAtLeastProperty

      private final javafx.beans.property.SimpleObjectProperty<Size> sizeAtLeastProperty
    • orientationProperty

      private final javafx.beans.property.SimpleObjectProperty<Orientation> orientationProperty
  • Constructor Details

    • Layout

      public Layout()
      For FXML
    • Layout

      public Layout(Size sizeAtLeast, javafx.scene.Node root)
    • Layout

      public Layout(Size sizeAtLeast, Orientation orientation, javafx.scene.Node root)
  • Method Details

    • rootProperty

      public javafx.beans.property.ObjectProperty<javafx.scene.Node> rootProperty()
      Root
      See Also:
    • getRoot

      public javafx.scene.Node getRoot()
      Gets the value of the property root.
      Property description:
      Root
    • setRoot

      public void setRoot(javafx.scene.Node value)
      Sets the value of the property root.
      Property description:
      Root
    • withRoot

      public Layout withRoot(javafx.scene.Node value)
    • sizeAtLeastProperty

      public javafx.beans.property.ObjectProperty<Size> sizeAtLeastProperty()
      sizeAtLeast
      See Also:
    • getSizeAtLeast

      public Size getSizeAtLeast()
      Gets the value of the property sizeAtLeast.
      Property description:
      sizeAtLeast
    • setSizeAtLeast

      public void setSizeAtLeast(Size value)
      Sets the value of the property sizeAtLeast.
      Property description:
      sizeAtLeast
    • withSizeAtLeast

      public Layout withSizeAtLeast(Size value)
    • orientationProperty

      public javafx.beans.property.ObjectProperty<Orientation> orientationProperty()
      Orientation
      See Also:
    • getOrientation

      public Orientation getOrientation()
      Gets the value of the property orientation.
      Property description:
      Orientation
    • setOrientation

      public void setOrientation(Orientation value)
      Sets the value of the property orientation.
      Property description:
      Orientation
    • withOrientation

      public Layout withOrientation(Orientation value)
    • describeSizeConstraints

      public String describeSizeConstraints()
    • toString

      public String toString()
      Overrides:
      toString in class Object