edu.northwestern.at.wordhoard.swing.text
Class CharsUsed

java.lang.Object
  extended by edu.northwestern.at.wordhoard.swing.text.CharsUsed

public class CharsUsed
extends java.lang.Object

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

ROMAN

public static final java.lang.String ROMAN
A string containing all the Roman characters used.


GREEK

public static final java.lang.String GREEK
A string containing all the Greek characters used.

Method Detail

isUsedRoman

public static boolean isUsedRoman(int uni)
Returns true if a char is used in Roman.

Parameters:
uni - Unicode character code.
Returns:
True if used in Roman.

isUsedGreek

public static boolean isUsedGreek(int uni)
Returns true if a char is used in Greek.

Parameters:
uni - Unicode character code.
Returns:
True if used in Greek.