PaintTextRowBuilder

public class PaintTextRowBuilder

Functions

background
Link copied to clipboard
PaintTextRow.PaintTextRowBuilder background(Color background)
borderColor
Link copied to clipboard
PaintTextRow.PaintTextRowBuilder borderColor(Color borderColor)
borderStroke
Link copied to clipboard
PaintTextRow.PaintTextRowBuilder borderStroke(BasicStroke borderStroke)
build
Link copied to clipboard
PaintTextRow build()
condition
Link copied to clipboard
PaintTextRow.PaintTextRowBuilder condition(BooleanSupplier condition)
font
Link copied to clipboard
PaintTextRow.PaintTextRowBuilder font(Font font)
label
Link copied to clipboard
PaintTextRow.PaintTextRowBuilder label(String label)
PaintTextRow.PaintTextRowBuilder label(Supplier<Object> label)
noBorder
Link copied to clipboard
PaintTextRow.PaintTextRowBuilder noBorder()
onClick
Link copied to clipboard
PaintTextRow.PaintTextRowBuilder onClick(Runnable onClick)
padding
Link copied to clipboard
PaintTextRow.PaintTextRowBuilder padding(Insets padding)
textColor
Link copied to clipboard
PaintTextRow.PaintTextRowBuilder textColor(Color textColor)
toString
Link copied to clipboard
String toString()
value
Link copied to clipboard
PaintTextRow.PaintTextRowBuilder value(String value)
PaintTextRow.PaintTextRowBuilder value(Supplier<Object> value)