Class WhitespaceClassificationProducer
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.text.classifier.WhitespaceClassificationProducer
-
- All Implemented Interfaces:
Cloneable
,ClassificationProducer
,GlyphClassificationProducer
public class WhitespaceClassificationProducer extends 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 Constructor Description WhitespaceClassificationProducer()
-
-
-
Method Detail
-
getClassification
public int getClassification(int codepoint)
- Specified by:
getClassification
in interfaceGlyphClassificationProducer
-
clone
public Object clone() throws CloneNotSupportedException
- Specified by:
clone
in interfaceClassificationProducer
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
reset
public void reset()
- Specified by:
reset
in interfaceGlyphClassificationProducer
-
-