Uses of Class
io.github.sosuisen.jfxbuilder.graphics.BorderBuilder
Packages that use BorderBuilder
-
Uses of BorderBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return BorderBuilderModifier and TypeMethodDescriptionApplies a function to the Border instance being constructed.static BorderBuilder
BorderBuilder.create
(List<BorderStroke> strokes, List<BorderImage> images) Accepts the constructor arguments ofBorder(List, List)
and returns an instance ofBorderBuilder
.static BorderBuilder
BorderBuilder.create
(BorderImage... images) Accepts the constructor arguments ofBorder(BorderImage...)
and returns an instance ofBorderBuilder
.static BorderBuilder
BorderBuilder.create
(BorderStroke... strokes) Accepts the constructor arguments ofBorder(BorderStroke...)
and returns an instance ofBorderBuilder
.static BorderBuilder
BorderBuilder.create
(BorderStroke[] strokes, BorderImage[] images) Accepts the constructor arguments ofBorder(BorderStroke..., BorderImage...)
and returns an instance ofBorderBuilder
.