Class VBox.C

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

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

    Constructors
    Constructor
    Description
    C()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    apply(javafx.scene.Node node)
     
    margin(javafx.geometry.Insets value)
     
    protected void
    rememberResetValues(javafx.scene.Node node)
     
    vgrow(javafx.scene.layout.Priority value)
     

    Methods inherited from class jfxtras.scene.layout.GenericLayoutConstraints.C

    maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • C

      public C()
  • Method Details

    • vgrow

      public VBox.C vgrow(javafx.scene.layout.Priority value)
    • margin

      public VBox.C margin(javafx.geometry.Insets value)
    • rememberResetValues

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

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