Glow Highlight Range Painter
class GlowHighlightRangePainter(colors: Array<out Color>, isStart: Boolean, isEnd: Boolean) : LayeredHighlighter.LayerPainter
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.
Functions
Link copied to clipboard
open override fun paintLayer(g: Graphics, offs0: Int, offs1: Int, bounds: Shape, c: JTextComponent, view: View): Shape?