Uses of Class
io.github.sosuisen.jfxbuilder.graphics.ImagePatternBuilder
Packages that use ImagePatternBuilder
-
Uses of ImagePatternBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return ImagePatternBuilderModifier and TypeMethodDescriptionImagePatternBuilder.apply
(Consumer<ImagePattern> func) Applies a function to the ImagePattern instance being constructed.static ImagePatternBuilder
Accepts the constructor arguments ofImagePattern(Image)
and returns an instance ofImagePatternBuilder
.static ImagePatternBuilder
ImagePatternBuilder.create
(Image image, double x, double y, double width, double height, boolean proportional) Accepts the constructor arguments ofImagePattern(Image, double, double, double, double, boolean)
and returns an instance ofImagePatternBuilder
.