Class DefaultLanguageClassifier
- java.lang.Object
-
- 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
Constructors Constructor Description DefaultLanguageClassifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
int
getScript(int codepoint)
-
-
-
Method Detail
-
getScript
public int getScript(int codepoint)
- Specified by:
getScript
in interfaceLanguageClassifier
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Specified by:
clone
in interfaceClassificationProducer
- Throws:
java.lang.CloneNotSupportedException
-
-