This class collects together key details of a span of text. It is used by implementors of the class AccessibleExtendedText in order to return the requested triplet of a String, and the start and end indicies/offsets into a larger body of text that the String comes from.
This class collects together key details of a span of text. It is used by implementors of the class AccessibleExtendedText in order to return the requested triplet of a String, and the start and end indicies/offsets into a larger body of text that the String comes from.
(->accessible-text-sequence start end txt)
Constructor.
Constructs an AccessibleTextSequence with the given parameters.
start - the beginning index of the span of text - int
end - the ending index of the span of text - int
txt - the String shared by this text span - java.lang.String
Constructor. Constructs an AccessibleTextSequence with the given parameters. start - the beginning index of the span of text - `int` end - the ending index of the span of text - `int` txt - the String shared by this text span - `java.lang.String`
(-end-index this)
Instance Field.
The end index of the text sequence
type: int
Instance Field. The end index of the text sequence type: int
(-start-index this)
Instance Field.
The start index of the text sequence
type: int
Instance Field. The start index of the text sequence type: int
(-text this)
Instance Field.
The text
type: java.lang.String
Instance Field. The text type: java.lang.String
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close