android.text.method.SingleLineTransformationMethod
This transformation method causes any newline characters (\n) to be
displayed as spaces instead of causing line breaks.
Summary
Public Constructors
Public Methods
Protected Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
SingleLineTransformationMethod()
Public Methods
Protected Methods
protected
char[]
getOriginal()
The character to be replaced is \n.
protected
char[]
getReplacement()
The character \n is replaced with is space.