Interface LanguageClassifier
-
- All Superinterfaces:
ClassificationProducer
,Cloneable
- All Known Implementing Classes:
DefaultLanguageClassifier
public interface LanguageClassifier extends ClassificationProducer
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getScript(int codepoint)
-
Methods inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
clone
-
-