Class Fillers


  • public final class Fillers
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javafx.scene.Node horizontalFiller()
      Creates an horizontal filler
      static javafx.scene.Node verticalFiller()
      Creates a vertical filler
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • verticalFiller

        public static javafx.scene.Node verticalFiller()
        Creates a vertical filler
        Returns:
        a new instance of a vertical filler
      • horizontalFiller

        public static javafx.scene.Node horizontalFiller()
        Creates an horizontal filler
        Returns:
        a new instance of a horizontal filler