to top
Android APIs
public static class

TabStopSpan.Standard

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

Class Overview

The default implementation of TabStopSpan.

Summary

Public Constructors

? Examples
TabStopSpan.Standard(int where)
Constructor.
Public Methods

? Examples
int getTabStop()
Returns the offset of the tab stop from the leading margin of the line.
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.text.style.TabStopSpan

Public Constructors

public TabStopSpan.Standard (int where)

Added in API level 1

Constructor.

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

Public Methods

public int getTabStop ()

Added in API level 1

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

Returns
  • the offset
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.