Added in API level 1
HideReturnsTransformationMethod
public
class
HideReturnsTransformationMethod
extends ReplacementTransformationMethod
java.lang.Object | ||
↳ | android.text.method.ReplacementTransformationMethod | |
↳ | android.text.method.HideReturnsTransformationMethod |
This transformation method causes any carriage return characters (\r) to be hidden by displaying them as zero-width non-breaking space characters (\ufeff).
Summary
Public constructors | |
---|---|
HideReturnsTransformationMethod()
|
Public methods | |
---|---|
static
HideReturnsTransformationMethod
|
getInstance()
|
Protected methods | |
---|---|
char[]
|
getOriginal()
The character to be replaced is \r. |
char[]
|
getReplacement()
The character that \r is replaced with is \ufeff. |
Inherited methods | |
---|---|
Public constructors
HideReturnsTransformationMethod
public HideReturnsTransformationMethod ()
Public methods
getInstance
Added in API level 1
public static HideReturnsTransformationMethod getInstance ()
Returns | |
---|---|
HideReturnsTransformationMethod |
Protected methods
getOriginal
Added in API level 1
protected char[] getOriginal ()
The character to be replaced is \r.
Returns | |
---|---|
char[] |
getReplacement
Added in API level 1
protected char[] getReplacement ()
The character that \r is replaced with is \ufeff.
Returns | |
---|---|
char[] |