Class SingleLineTransformationMethod

java.lang.Object
icyllis.modernui.text.method.ReplacementTransformationMethod
icyllis.modernui.text.method.SingleLineTransformationMethod
All Implemented Interfaces:
TransformationMethod

public class SingleLineTransformationMethod extends ReplacementTransformationMethod
This transformation method causes any newline characters (\n) to be displayed as spaces instead of causing line breaks, and causes carriage return characters (\r) to have no appearance.