Uses of Class
io.github.sosuisen.jfxbuilder.graphics.BackgroundImageBuilder
Packages that use BackgroundImageBuilder
-
Uses of BackgroundImageBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return BackgroundImageBuilderModifier and TypeMethodDescriptionBackgroundImageBuilder.apply
(Consumer<BackgroundImage> func) Applies a function to the BackgroundImage instance being constructed.static BackgroundImageBuilder
BackgroundImageBuilder.create
(Image image, BackgroundRepeat repeatX, BackgroundRepeat repeatY, BackgroundPosition position, BackgroundSize size) Accepts the constructor arguments ofBackgroundImage(Image, BackgroundRepeat, BackgroundRepeat, BackgroundPosition, BackgroundSize)
and returns an instance ofBackgroundImageBuilder
.