CommonLabelBehavior
open class CommonLabelBehavior(textMetrics: TextMetrics, val foregroundColor: Color? = null, val backgroundColor: Color? = null) : LabelBehavior(source)
Behavior providing basic rendering of Labels.
Constructors
Link copied to clipboard
constructor(textMetrics: TextMetrics, foregroundColor: Color? = null, backgroundColor: Color? = null)