public class HideReturnsTransformationMethod
extends ReplacementTransformationMethod
| java.lang.Object | ||
| ↳ | android.text.method.ReplacementTransformationMethod | |
| ↳ | android.text.method.HideReturnsTransformationMethod | |
这种转换方法通过将它们显示为零宽度的不间断空格字符(ï¿¿)来导致任何回车符(\ r)被隐藏。
Public constructors |
|
|---|---|
HideReturnsTransformationMethod() |
|
Public methods |
|
|---|---|
static HideReturnsTransformationMethod |
getInstance() |
Protected methods |
|
|---|---|
char[] |
getOriginal() 要替换的字符是\ r。 |
char[] |
getReplacement() \ r被替换的字符是 |
Inherited methods |
|
|---|---|
android.text.method.ReplacementTransformationMethod
|
|
java.lang.Object
|
|
android.text.method.TransformationMethod
|
|
HideReturnsTransformationMethod getInstance ()
| Returns | |
|---|---|
HideReturnsTransformationMethod |
|