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