PaintRow

public interface PaintRow

Describes a paint row that can exist in a paint frame. Note that for now this is experimental and the interface contract may change. It's not recommended creating custom paint rows *yet*.

Functions

paint
Link copied to clipboard
abstract Rectangle paint(Graphics g, Point base, boolean topToBottom, boolean leftToRight)
Paints the row

Inheritors

PaintTextRow
Link copied to clipboard