Most visited

Recently visited

Added in API level 1

TabStopSpan.Standard

public static class TabStopSpan.Standard
extends Object implements TabStopSpan

java.lang.Object
   ↳ android.text.style.TabStopSpan.Standard


The default implementation of TabStopSpan.

Summary

Public constructors

TabStopSpan.Standard(int where)

Constructor.

Public methods

int getTabStop()

Returns the offset of the tab stop from the leading margin of the line.

Inherited methods

From class java.lang.Object
From interface android.text.style.TabStopSpan

Public constructors

TabStopSpan.Standard

Added in API level 1
TabStopSpan.Standard (int where)

Constructor.

Parameters
where int: the offset of the tab stop from the leading margin of the line

Public methods

getTabStop

Added in API level 1
int getTabStop ()

Returns the offset of the tab stop from the leading margin of the line.

Returns
int the offset

Hooray!