Uses of Class
org.controlsfx.tools.Borders.EmptyBorders
Packages that use Borders.EmptyBorders
-
Uses of Borders.EmptyBorders in org.controlsfx.tools
Methods in org.controlsfx.tools that return Borders.EmptyBordersModifier and TypeMethodDescriptionBorders.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.padding
(double padding) Specifies that the wrapped Node should have the given padding around all four sides of itself.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.