Class GridPane.C

java.lang.Object
jfxtras.scene.layout.GenericLayoutConstraints.C<GridPane.C>
jfxtras.scene.layout.GridPane.C
Enclosing class:
GridPane

public static class GridPane.C extends jfxtras.scene.layout.GenericLayoutConstraints.C<GridPane.C>
The layout constraints
Author:
Tom Eugelink
  • Constructor Details

    • C

      public C()
  • Method Details

    • row

      public GridPane.C row(int value)
    • col

      public GridPane.C col(int value)
    • rowSpan

      public GridPane.C rowSpan(int value)
    • colSpan

      public GridPane.C colSpan(int value)
    • margin

      public GridPane.C margin(javafx.geometry.Insets value)
    • halignment

      public GridPane.C halignment(javafx.geometry.HPos value)
    • hgrow

      public GridPane.C hgrow(javafx.scene.layout.Priority value)
    • valignment

      public GridPane.C valignment(javafx.geometry.VPos value)
    • vgrow

      public GridPane.C vgrow(javafx.scene.layout.Priority value)
    • rememberResetValues

      protected void rememberResetValues(javafx.scene.Node node)
      Overrides:
      rememberResetValues in class jfxtras.scene.layout.GenericLayoutConstraints.C<GridPane.C>
      Parameters:
      node -
    • apply

      protected void apply(javafx.scene.Node node)
      Overrides:
      apply in class jfxtras.scene.layout.GenericLayoutConstraints.C<GridPane.C>
      Parameters:
      node -