Spannable.Factory
public
static
class
Spannable.Factory
extends Object
| 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.
See also:
Summary
Public constructors | |
|---|---|
Spannable.Factory()
|
|
Public methods | |
|---|---|
static
Spannable.Factory
|
getInstance()
Returns the standard Spannable Factory. |
Spannable
|
newSpannable(CharSequence source)
Returns a new SpannableString from the specified CharSequence. |
Inherited methods | |
|---|---|
From
class
java.lang.Object
| |
Public constructors
Public methods
getInstance
Spannable.Factory getInstance ()
Returns the standard Spannable Factory.
| Returns | |
|---|---|
Spannable.Factory |
|
newSpannable
Spannable newSpannable (CharSequence source)
Returns a new SpannableString from the specified CharSequence. You can override this to provide a different kind of Spannable.
| Parameters | |
|---|---|
source |
CharSequence |
| Returns | |
|---|---|
Spannable |
|
Interfaces
Classes
- AlteredCharSequence
- AndroidCharacter
- Annotation
- AutoText
- BidiFormatter
- BidiFormatter.Builder
- BoringLayout
- BoringLayout.Metrics
- ClipboardManager
- DynamicLayout
- Editable.Factory
- Html
- InputFilter.AllCaps
- InputFilter.LengthFilter
- Layout
- Layout.Directions
- LoginFilter
- LoginFilter.PasswordFilterGMail
- LoginFilter.UsernameFilterGeneric
- LoginFilter.UsernameFilterGMail
- NoCopySpan.Concrete
- Selection
- Spannable.Factory
- SpannableString
- SpannableStringBuilder
- SpannedString
- StaticLayout
- StaticLayout.Builder
- TextDirectionHeuristics
- TextPaint
- TextUtils
- TextUtils.SimpleStringSplitter
Enums

