Uses of Class
io.github.sosuisen.jfxbuilder.graphics.BackgroundFillBuilder
Packages that use BackgroundFillBuilder
-
Uses of BackgroundFillBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return BackgroundFillBuilderModifier and TypeMethodDescriptionBackgroundFillBuilder.apply
(Consumer<BackgroundFill> func) Applies a function to the BackgroundFill instance being constructed.static BackgroundFillBuilder
BackgroundFillBuilder.create
(Paint fill, CornerRadii radii, Insets insets) Accepts the constructor arguments ofBackgroundFill(Paint, CornerRadii, Insets)
and returns an instance ofBackgroundFillBuilder
.