Uses of Class
io.github.sosuisen.jfxbuilder.graphics.BackgroundSizeBuilder
Packages that use BackgroundSizeBuilder
-
Uses of BackgroundSizeBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return BackgroundSizeBuilderModifier and TypeMethodDescriptionBackgroundSizeBuilder.apply(Consumer<BackgroundSize> func) Applies a function to the BackgroundSize instance being constructed.static BackgroundSizeBuilderBackgroundSizeBuilder.create(double width, double height, boolean widthAsPercentage, boolean heightAsPercentage, boolean contain, boolean cover) Accepts the constructor arguments ofBackgroundSize(double, double, boolean, boolean, boolean, boolean)and returns an instance ofBackgroundSizeBuilder.