public
static
class
TabStopSpan.Standard
extends Object
implements
TabStopSpan
java.lang.Object | |
↳ | android.text.style.TabStopSpan.Standard |
The default implementation of TabStopSpan.
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
|
TabStopSpan.Standard (int where)
Constructor.
Parameters | |
---|---|
where |
int :
the offset of the tab stop from the leading margin of
the line
|
int getTabStop ()
Returns the offset of the tab stop from the leading margin of the line.
Returns | |
---|---|
int |
the offset |