Class Span
Package world.mappable.mapkit
java.lang.Object
↳ world.mappable.mapkit.SpannableString.Span
static class Span implements Serializable
A span of text in the SpannableString.
Summary
Constructors
|
Signature and Description |
|
Span(int begin, |
|
Span() |
Methods
|
Type and modifiers |
Method and Description |
|
int |
getBegin() |
|
int |
getEnd() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
Span
|
Span(int begin, |
Span
|
Span() |
Use constructor with parameters in your code.
This one is for bindings only!
Methods
getBegin
|
int getBegin() |
The index of the beginning symbol of the span.
getEnd
|
int getEnd() |
The index of the ending symbol of the span.
serialize
|
@Override |