| java.lang.Object | |
| ↳ | android.text.Spannable.Factory |
Factory used by TextView to create new Spannables. You can subclass it to provide something other than SpannableString.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the standard Spannable Factory.
| |||||||||||
Returns a new SpannableString from the specified CharSequence.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the standard Spannable Factory.
Returns a new SpannableString from the specified CharSequence. You can override this to provide a different kind of Spannable.