Uses of Class
io.github.sosuisen.jfxbuilder.graphics.BorderImageBuilder
Packages that use BorderImageBuilder
-
Uses of BorderImageBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return BorderImageBuilderModifier and TypeMethodDescriptionBorderImageBuilder.apply
(Consumer<BorderImage> func) Applies a function to the BorderImage instance being constructed.static BorderImageBuilder
BorderImageBuilder.create
(Image image, BorderWidths widths, Insets insets, BorderWidths slices, boolean filled, BorderRepeat repeatX, BorderRepeat repeatY) Accepts the constructor arguments ofBorderImage(Image, BorderWidths, Insets, BorderWidths, boolean, BorderRepeat, BorderRepeat)
and returns an instance ofBorderImageBuilder
.