toggle menu
Glok
0.5.1
common
switch theme
search in API
glok-core
/
uk.co.nickthecoder.glok.text
/
HighlightRange
Highlight
Range
open
class
HighlightRange
(
val
from
:
TextPosition
,
val
to
:
TextPosition
,
val
highlight
:
Highlight
,
val
owner
:
Any
?
=
null
)
Inheritors
PairedHighlightRange
Members
Constructors
Highlight
Range
Link copied to clipboard
constructor
(
from
:
TextPosition
,
to
:
TextPosition
,
highlight
:
Highlight
,
owner
:
Any
?
=
null
)
Properties
from
Link copied to clipboard
val
from
:
TextPosition
highlight
Link copied to clipboard
val
highlight
:
Highlight
owner
Link copied to clipboard
val
owner
:
Any
?
=
null
to
Link copied to clipboard
val
to
:
TextPosition
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
with
Bounds
Link copied to clipboard
open
fun
withBounds
(
start
:
TextPosition
,
end
:
TextPosition
)
:
HighlightRange