Uses of Class
org.controlsfx.tools.Borders.EmptyBorders
-
Packages that use Borders.EmptyBorders Package Description org.controlsfx.tools A package containing a number of useful utility methods. -
-
Uses of Borders.EmptyBorders in org.controlsfx.tools
Methods in org.controlsfx.tools that return Borders.EmptyBorders Modifier and Type Method Description Borders.EmptyBorders
Borders. emptyBorder()
Often times it is useful to have a bit of whitespace around a Node, to separate it from what it is next to.Borders.EmptyBorders
Borders.EmptyBorders. padding(double padding)
Specifies that the wrapped Node should have the given padding around all four sides of itself.Borders.EmptyBorders
Borders.EmptyBorders. padding(double top, double right, double bottom, double left)
Specifies that the wrapped Node should be wrapped with the given padding for each of its four sides, going in the order top, right, bottom, and finally left.
-