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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.Object
     
    int
    getScript(int codepoint)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultLanguageClassifier

      public DefaultLanguageClassifier()
  • Method Details

    • 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
      Throws:
      java.lang.CloneNotSupportedException