org.pentaho.reporting.libraries.fonts.text
Interface LanguageClassifier

All Superinterfaces:
ClassificationProducer, Cloneable
All Known Implementing Classes:
DefaultLanguageClassifier

public interface LanguageClassifier
extends ClassificationProducer

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
 int getScript(int codepoint)
           
 
Methods inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
clone
 

Method Detail

getScript

int getScript(int codepoint)