Liking cljdoc? Tell your friends :D

javax.swing.text.Highlighter$Highlight


get-end-offsetclj

(get-end-offset this)

Gets the ending model offset for the highlight.

returns: the ending offset >= 0 - int

Gets the ending model offset for the highlight.

returns: the ending offset >= 0 - `int`
raw docstring

get-painterclj

(get-painter this)

Gets the painter for the highlighter.

returns: the painter - javax.swing.text.Highlighter$HighlightPainter

Gets the painter for the highlighter.

returns: the painter - `javax.swing.text.Highlighter$HighlightPainter`
raw docstring

get-start-offsetclj

(get-start-offset this)

Gets the starting model offset for the highlight.

returns: the starting offset >= 0 - int

Gets the starting model offset for the highlight.

returns: the starting offset >= 0 - `int`
raw docstring

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

× close