GlowHighlightRangePainter

A LayerPainter that is capable of highlighting text with a glowing border. The glow is accomplished through an array of colors to draw successive layers around the text in a rounded rectangle.

Constructors

Link copied to clipboard
constructor(colors: Array<out Color>, isStart: Boolean, isEnd: Boolean)

Functions

Link copied to clipboard
open override fun paint(g: Graphics?, p0: Int, p1: Int, bounds: Shape?, c: JTextComponent?)
Link copied to clipboard
open override fun paintLayer(g: Graphics, offs0: Int, offs1: Int, bounds: Shape, c: JTextComponent, view: View): Shape?