Module MaterialFX

Class InsetsFactory

java.lang.Object
io.github.palexdev.materialfx.factories.InsetsFactory

public class InsetsFactory extends Object
Convenience class to build Insets objects.
  • Method Details

    • all

      public static Insets all(double topRightBottomLeft)
    • none

      public static Insets none()
    • top

      public static Insets top(double top)
    • right

      public static Insets right(double right)
    • bottom

      public static Insets bottom(double bottom)
    • left

      public static Insets left(double left)
    • of

      public static Insets of(double top, double right)
    • of

      public static Insets of(double top, double right, double bottom)
    • of

      public static Insets of(double top, double right, double bottom, double left)