java.lang.Object
io.github.palexdev.materialfx.builders.layout.BorderBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFill(BorderStroke stroke) addFill(Paint stroke, BorderStrokeStyle style, CornerRadii cornerRadii, BorderWidths widths, Insets insets) addImage(Image image, BorderWidths widths, Insets insets, BorderWidths slices, boolean filled, BorderRepeat repeatX, BorderRepeat repeatY) addImage(BorderImage image) static BorderBuilderbuild()get()
-
Constructor Details
-
BorderBuilder
public BorderBuilder()
-
-
Method Details
-
build
-
addFill
-
addFill
public BorderBuilder addFill(Paint stroke, BorderStrokeStyle style, CornerRadii cornerRadii, BorderWidths widths, Insets insets) -
addImage
-
addImage
public BorderBuilder addImage(Image image, BorderWidths widths, Insets insets, BorderWidths slices, boolean filled, BorderRepeat repeatX, BorderRepeat repeatY) -
get
-