Liking cljdoc? Tell your friends :D
Clojure only.

javax.swing.text.Highlighter$HighlightPainter

Highlight renderer.

Highlight renderer.
raw docstring

paintclj

(paint this g p-0 p-1 bounds c)

Renders the highlight.

g - the graphics context - java.awt.Graphics p-0 - the starting offset in the model >= 0 - int p-1 - the ending offset in the model >= p0 - int bounds - the bounding box for the highlight - java.awt.Shape c - the editor - javax.swing.text.JTextComponent

Renders the highlight.

g - the graphics context - `java.awt.Graphics`
p-0 - the starting offset in the model >= 0 - `int`
p-1 - the ending offset in the model >= p0 - `int`
bounds - the bounding box for the highlight - `java.awt.Shape`
c - the editor - `javax.swing.text.JTextComponent`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close