Uses of Class
io.github.sosuisen.jfxbuilder.graphics.BackgroundBuilder
Packages that use BackgroundBuilder
-
Uses of BackgroundBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return BackgroundBuilderModifier and TypeMethodDescriptionBackgroundBuilder.apply
(Consumer<Background> func) Applies a function to the Background instance being constructed.static BackgroundBuilder
BackgroundBuilder.create
(List<BackgroundFill> fills, List<BackgroundImage> images) Accepts the constructor arguments ofBackground(List, List)
and returns an instance ofBackgroundBuilder
.static BackgroundBuilder
BackgroundBuilder.create
(BackgroundFill... fills) Accepts the constructor arguments ofBackground(BackgroundFill...)
and returns an instance ofBackgroundBuilder
.static BackgroundBuilder
BackgroundBuilder.create
(BackgroundFill[] fills, BackgroundImage[] images) Accepts the constructor arguments ofBackground(BackgroundFill..., BackgroundImage...)
and returns an instance ofBackgroundBuilder
.static BackgroundBuilder
BackgroundBuilder.create
(BackgroundImage... images) Accepts the constructor arguments ofBackground(BackgroundImage...)
and returns an instance ofBackgroundBuilder
.