java.lang.Object
io.github.palexdev.materialfx.factories.InsetsFactory
Convenience class to build
Insets objects.-
Method Summary
Modifier and TypeMethodDescriptionstatic Insetsall(double topRightBottomLeft) static Insetsbottom(double bottom) static Insetsleft(double left) static Insetsnone()static Insetsof(double top, double right) static Insetsof(double top, double right, double bottom) static Insetsof(double top, double right, double bottom, double left) static Insetsright(double right) static Insetstop(double top)
-
Method Details
-
all
-
none
-
top
-
right
-
bottom
-
left
-
of
-
of
-
of
-