org.pentaho.reporting.libraries.fonts.text.classifier
Interface GlyphClassificationProducer

All Superinterfaces:
ClassificationProducer, Cloneable
All Known Implementing Classes:
LinebreakClassificationProducer, WhitespaceClassificationProducer

public interface GlyphClassificationProducer
extends ClassificationProducer

Creation-Date: 26.06.2006, 16:34:52

Author:
Thomas Morgner

Field Summary
static int LETTER
           
static int SPACE_CHAR
           
 
Fields inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
END_OF_TEXT, START_OF_TEXT
 
Method Summary
 int getClassification(int codepoint)
           
 void reset()
           
 
Methods inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
clone
 

Field Detail

SPACE_CHAR

static final int SPACE_CHAR
See Also:
Constant Field Values

LETTER

static final int LETTER
See Also:
Constant Field Values
Method Detail

getClassification

int getClassification(int codepoint)

reset

void reset()