Liking cljdoc? Tell your friends :D
Clojure only.

javax.swing.text.TabExpander

Simple interface to allow for different types of implementations of tab expansion.

Simple interface to allow for different types of
implementations of tab expansion.
raw docstring

next-tab-stopclj

(next-tab-stop this x tab-offset)

Returns the next tab stop position given a reference position. Values are expressed in points.

x - the position in points >= 0 - float tab-offset - the position within the text stream that the tab occurred at >= 0. - int

returns: the next tab stop >= 0 - float

Returns the next tab stop position given a reference
 position.  Values are expressed in points.

x - the position in points >= 0 - `float`
tab-offset - the position within the text stream that the tab occurred at >= 0. - `int`

returns: the next tab stop >= 0 - `float`
raw docstring

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

× close