BasicPaintTemplateBuilder

public class BasicPaintTemplateBuilder

Functions

build
Link copied to clipboard
BasicPaintTemplate build()
clearRows
Link copied to clipboard
drawOrigin
Link copied to clipboard
BasicPaintTemplate.BasicPaintTemplateBuilder drawOrigin(Supplier<Point> drawOrigin)
The origin position for this paint frame
leftToRight
Link copied to clipboard
BasicPaintTemplate.BasicPaintTemplateBuilder leftToRight(boolean leftToRight)
True if the drawOrigin x coordinate should be considered the left side, false if it should be the right side.
location
Link copied to clipboard
row
Link copied to clipboard
rows
Link copied to clipboard
BasicPaintTemplate.BasicPaintTemplateBuilder rows(Collection<? extends PaintRow> rows)
rowSpacing
Link copied to clipboard
BasicPaintTemplate.BasicPaintTemplateBuilder rowSpacing(int rowSpacing)
The amount of space between each row, in pixels
topToBottom
Link copied to clipboard
BasicPaintTemplate.BasicPaintTemplateBuilder topToBottom(boolean topToBottom)
True if the drawOrigin y coordinate should be considered the top side, false if it should be the bottom side.
toString
Link copied to clipboard
String toString()