public static class TabStopSpan.Standard
extends Object
implements TabStopSpan
java.lang.Object | |
↳ | android.text.style.TabStopSpan.Standard |
TabStopSpan的默认实现。
Public constructors |
|
---|---|
TabStopSpan.Standard(int where) 构造函数。 |
Public methods |
|
---|---|
int |
getTabStop() 从行的前导边距返回制表位的偏移量。 |
Inherited methods |
|
---|---|
From class java.lang.Object
|
|
From interface android.text.style.TabStopSpan
|
TabStopSpan.Standard (int where)
构造函数。
Parameters | |
---|---|
where |
int : the offset of the tab stop from the leading margin of the line |