Class SpannableString.Span

com.yandex.mapkit

java.lang.Object ⇽ SpannableString.Span

public class SpannableString.Span

Enclosing Class:
SpannableString

A span of text in the SpannableString.

Methods

Span(int begin, int end)
Span()

Use constructor with parameters in your code.

int getBegin()

The index of the beginning symbol of the span.

int getEnd()

The index of the ending symbol of the span.

void serialize(Archive archive)
Span(int begin, int end)
Span()

Use constructor with parameters in your code.

int getBegin()

The index of the beginning symbol of the span.

int getEnd()

The index of the ending symbol of the span.

void serialize(Archive archive)

Method Detail

Span

public Span (int begin, int end)

Span

public Span ()

Use constructor with parameters in your code.

This one is for bindings only!

getBegin

public int getBegin ()

The index of the beginning symbol of the span.

getEnd

public int getEnd ()

The index of the ending symbol of the span.

serialize

public void serialize (Archive archive)