|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.resources.CharUtilities
A set of utilities for characters handling.
Method Summary | |
static boolean |
isSubScript(char c)
Determines whether the character is a subscript. |
static boolean |
isSuperScript(char c)
Determines whether the character is a superscript. |
static char |
toNormalScript(char c)
Converts the character argument to normal script. |
static char |
toSubScript(char c)
Converts the character argument to subscript. |
static char |
toSuperScript(char c)
Converts the character argument to superscript. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static boolean isSuperScript(char c)
? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ?
public static boolean isSubScript(char c)
? ? ? ? ? ? ? ?
? ? ? ? ? ? ?
public static char toSuperScript(char c)
0 1 2 3 4 5 6 7 8 9 + - = ( ) n
public static char toSubScript(char c)
0 1 2 3 4 5 6 7 8 9 + - = ( ) n
public static char toNormalScript(char c)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |