Class HBox.C

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

public static class HBox.C extends jfxtras.scene.layout.GenericLayoutConstraints.C<HBox.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)
     
    hgrow(javafx.scene.layout.Priority value)
     
    margin(javafx.geometry.Insets value)
     
    protected void
    rememberResetValues(javafx.scene.Node node)
     

    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

    • hgrow

      public HBox.C hgrow(javafx.scene.layout.Priority value)
    • margin

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

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

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