|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xhtmlrenderer.layout.TextUtil
public class TextUtil
Description of the Class
| Constructor Summary | |
|---|---|
TextUtil()
|
|
| Method Summary | |
|---|---|
static boolean |
isFirstLetterSeparatorChar(char c)
Description of the Method |
static String |
replaceChar(String text,
char newChar,
int index)
Replace character at the specified index by another. |
static String |
transformFirstLetterText(String text,
CalculatedStyle style)
Description of the Method |
static String |
transformText(String text,
CalculatedStyle style)
Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextUtil()
| Method Detail |
|---|
public static String transformText(String text,
CalculatedStyle style)
text - PARAMstyle -
public static String transformFirstLetterText(String text,
CalculatedStyle style)
text - PARAMstyle -
public static String replaceChar(String text,
char newChar,
int index)
text - Source textnewChar - Replacement character
public static boolean isFirstLetterSeparatorChar(char c)
c - PARAM
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||