Liking cljdoc? Tell your friends :D

javax.swing.text.LayeredHighlighter


->layered-highlighterclj

(->layered-highlighter)

Constructor.

Constructor.
raw docstring

paint-layered-highlightsclj

(paint-layered-highlights this g p-0 p-1 view-bounds editor view)

When leaf Views (such as LabelView) are rendering they should call into this method. If a highlight is in the given region it will be drawn immediately.

g - Graphics used to draw - java.awt.Graphics p-0 - starting offset of view - int p-1 - ending offset of view - int view-bounds - Bounds of View - java.awt.Shape editor - JTextComponent - javax.swing.text.JTextComponent view - View instance being rendered - javax.swing.text.View

When leaf Views (such as LabelView) are rendering they should
 call into this method. If a highlight is in the given region it will
 be drawn immediately.

g - Graphics used to draw - `java.awt.Graphics`
p-0 - starting offset of view - `int`
p-1 - ending offset of view - `int`
view-bounds - Bounds of View - `java.awt.Shape`
editor - JTextComponent - `javax.swing.text.JTextComponent`
view - View instance being rendered - `javax.swing.text.View`
raw docstring

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

× close