|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.swing.text.CharsUsed
public class CharsUsed
Characters used in the text.
The character set tables are produced by the tool
GetCharsUsed
.
Field Summary | |
---|---|
static java.lang.String |
GREEK
A string containing all the Greek characters used. |
static java.lang.String |
ROMAN
A string containing all the Roman characters used. |
Method Summary | |
---|---|
static boolean |
isUsedGreek(int uni)
Returns true if a char is used in Greek. |
static boolean |
isUsedRoman(int uni)
Returns true if a char is used in Roman. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ROMAN
public static final java.lang.String GREEK
Method Detail |
---|
public static boolean isUsedRoman(int uni)
uni
- Unicode character code.
public static boolean isUsedGreek(int uni)
uni
- Unicode character code.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |