Class WhitespaceClassificationProducer
java.lang.Object
org.pentaho.reporting.libraries.fonts.text.classifier.WhitespaceClassificationProducer
- All Implemented Interfaces:
java.lang.Cloneable
,ClassificationProducer
,GlyphClassificationProducer
public class WhitespaceClassificationProducer
extends java.lang.Object
implements GlyphClassificationProducer
Creation-Date: 26.06.2006, 16:36:50
- Author:
- Thomas Morgner
-
Field Summary
Fields inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
END_OF_TEXT, START_OF_TEXT
Fields inherited from interface org.pentaho.reporting.libraries.fonts.text.classifier.GlyphClassificationProducer
LETTER, SPACE_CHAR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.Object
clone()
int
getClassification
(int codepoint) void
reset()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WhitespaceClassificationProducer
public WhitespaceClassificationProducer()
-
-
Method Details
-
getClassification
public int getClassification(int codepoint) - Specified by:
getClassification
in interfaceGlyphClassificationProducer
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException- Specified by:
clone
in interfaceClassificationProducer
- Throws:
java.lang.CloneNotSupportedException
-
reset
public void reset()- Specified by:
reset
in interfaceGlyphClassificationProducer
-