Uses of Class
io.github.sosuisen.jfxbuilder.graphics.BackgroundPositionBuilder
Packages that use BackgroundPositionBuilder
-
Uses of BackgroundPositionBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return BackgroundPositionBuilderModifier and TypeMethodDescriptionBackgroundPositionBuilder.apply
(Consumer<BackgroundPosition> func) Applies a function to the BackgroundPosition instance being constructed.static BackgroundPositionBuilder
BackgroundPositionBuilder.create
(Side horizontalSide, double horizontalPosition, boolean horizontalAsPercentage, Side verticalSide, double verticalPosition, boolean verticalAsPercentage) Accepts the constructor arguments ofBackgroundPosition(Side, double, boolean, Side, double, boolean)
and returns an instance ofBackgroundPositionBuilder
.