public class CaseKeeper extends java.lang.Object implements LayoutFormatter
| Constructor and Description |
|---|
CaseKeeper() |
public java.lang.String format(java.lang.String text,
java.lang.String[] listOfWords)
public java.lang.String format(java.lang.String text)
LayoutFormatterFormatters should be robust in the sense that they always return some relevant string.
If the formatter can detect an invalid input it should return the original string otherwise it may simply return a wrong output.
format in interface LayoutFormattertext - The text to layout.