Uses of Class
io.github.sosuisen.jfxbuilder.graphics.BorderWidthsBuilder
Packages that use BorderWidthsBuilder
-
Uses of BorderWidthsBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return BorderWidthsBuilderModifier and TypeMethodDescriptionBorderWidthsBuilder.apply
(Consumer<BorderWidths> func) Applies a function to the BorderWidths instance being constructed.static BorderWidthsBuilder
BorderWidthsBuilder.create
(double width) Accepts the constructor arguments ofBorderWidths(double)
and returns an instance ofBorderWidthsBuilder
.static BorderWidthsBuilder
BorderWidthsBuilder.create
(double top, double right, double bottom, double left) Accepts the constructor arguments ofBorderWidths(double, double, double, double)
and returns an instance ofBorderWidthsBuilder
.static BorderWidthsBuilder
BorderWidthsBuilder.create
(double top, double right, double bottom, double left, boolean topAsPercentage, boolean rightAsPercentage, boolean bottomAsPercentage, boolean leftAsPercentage) Accepts the constructor arguments ofBorderWidths(double, double, double, double, boolean, boolean, boolean, boolean)
and returns an instance ofBorderWidthsBuilder
.