Uses of Class
io.github.sosuisen.jfxbuilder.graphics.BorderStrokeBuilder
Packages that use BorderStrokeBuilder
-
Uses of BorderStrokeBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return BorderStrokeBuilderModifier and TypeMethodDescriptionBorderStrokeBuilder.apply
(Consumer<BorderStroke> func) Applies a function to the BorderStroke instance being constructed.static BorderStrokeBuilder
BorderStrokeBuilder.create
(Paint stroke, BorderStrokeStyle style, CornerRadii radii, BorderWidths widths) Accepts the constructor arguments ofBorderStroke(Paint, BorderStrokeStyle, CornerRadii, BorderWidths)
and returns an instance ofBorderStrokeBuilder
.static BorderStrokeBuilder
BorderStrokeBuilder.create
(Paint stroke, BorderStrokeStyle style, CornerRadii radii, BorderWidths widths, Insets insets) Accepts the constructor arguments ofBorderStroke(Paint, BorderStrokeStyle, CornerRadii, BorderWidths, Insets)
and returns an instance ofBorderStrokeBuilder
.static BorderStrokeBuilder
BorderStrokeBuilder.create
(Paint topStroke, Paint rightStroke, Paint bottomStroke, Paint leftStroke, BorderStrokeStyle topStyle, BorderStrokeStyle rightStyle, BorderStrokeStyle bottomStyle, BorderStrokeStyle leftStyle, CornerRadii radii, BorderWidths widths, Insets insets) Accepts the constructor arguments ofBorderStroke(Paint, Paint, Paint, Paint, BorderStrokeStyle, BorderStrokeStyle, BorderStrokeStyle, BorderStrokeStyle, CornerRadii, BorderWidths, Insets)
and returns an instance ofBorderStrokeBuilder
.