Interface LanguageClassifier
- All Superinterfaces:
ClassificationProducer
,Cloneable
- All Known Implementing Classes:
DefaultLanguageClassifier
Todo: Derive the language from the characters. (See "scripts.txt" in the
unicode standard).
The language code returned by this class is an integer, which maps to one
of the ISO 15924 numerical language codes. If there is an Unicode script
tag, for which there exists no corresponding ISO code, then negative numbers
are assigned in descending order.
- Author:
- Thomas Morgner
-
Field Summary
Fields inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
END_OF_TEXT, START_OF_TEXT
-
Method Summary
Methods inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
clone
-
Method Details
-
getScript
int getScript(int codepoint)
-