org.pentaho.reporting.libraries.fonts.text
Class DefaultLanguageClassifier

java.lang.Object
  extended by org.pentaho.reporting.libraries.fonts.text.DefaultLanguageClassifier
All Implemented Interfaces:
java.lang.Cloneable, ClassificationProducer, LanguageClassifier

public class DefaultLanguageClassifier
extends java.lang.Object
implements LanguageClassifier

Creation-Date: 25.07.2006, 18:25:13

Author:
Thomas Morgner

Field Summary
 
Fields inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
END_OF_TEXT, START_OF_TEXT
 
Constructor Summary
DefaultLanguageClassifier()
           
 
Method Summary
 java.lang.Object clone()
           
 int getScript(int codepoint)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLanguageClassifier

public DefaultLanguageClassifier()
Method Detail

getScript

public int getScript(int codepoint)
Specified by:
getScript in interface LanguageClassifier

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Specified by:
clone in interface ClassificationProducer
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException