android.text.method.SingleLineTransformationMethod
This transformation method causes any newline characters (\n) to be
made visible and prevented from causing a line break by displaying
them as arrow characters.
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 ?. (Subject to change
if there is ever a better character in our fonts.)