Uses of Interface
org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
-
-
Uses of ClassificationProducer in org.pentaho.reporting.libraries.fonts.text
Subinterfaces of ClassificationProducer in org.pentaho.reporting.libraries.fonts.text Modifier and Type Interface Description interface
LanguageClassifier
Todo: Derive the language from the characters.interface
SpacingProducer
Reads spacing information.Classes in org.pentaho.reporting.libraries.fonts.text that implement ClassificationProducer Modifier and Type Class Description class
DefaultLanguageClassifier
Creation-Date: 25.07.2006, 18:25:13class
GraphemeClusterProducer
Creation-Date: 11.06.2006, 17:02:27class
StaticSpacingProducer
Creation-Date: 11.06.2006, 18:37:39 -
Uses of ClassificationProducer in org.pentaho.reporting.libraries.fonts.text.breaks
Subinterfaces of ClassificationProducer in org.pentaho.reporting.libraries.fonts.text.breaks Modifier and Type Interface Description interface
BreakOpportunityProducer
Checks for break-opportunities.Classes in org.pentaho.reporting.libraries.fonts.text.breaks that implement ClassificationProducer Modifier and Type Class Description class
LineBreakProducer
This produces linebreaks when a CR/LF is encountered.class
WordBreakProducer
This is the standard behaviour for HTML.It breaks texts at word boundaries. -
Uses of ClassificationProducer in org.pentaho.reporting.libraries.fonts.text.classifier
Subinterfaces of ClassificationProducer in org.pentaho.reporting.libraries.fonts.text.classifier Modifier and Type Interface Description interface
GlyphClassificationProducer
Creation-Date: 26.06.2006, 16:34:52Classes in org.pentaho.reporting.libraries.fonts.text.classifier that implement ClassificationProducer Modifier and Type Class Description class
LinebreakClassificationProducer
Creation-Date: 26.06.2006, 16:36:50class
WhitespaceClassificationProducer
Creation-Date: 26.06.2006, 16:36:50 -
Uses of ClassificationProducer in org.pentaho.reporting.libraries.fonts.text.font
Subinterfaces of ClassificationProducer in org.pentaho.reporting.libraries.fonts.text.font Modifier and Type Interface Description interface
FontSizeProducer
Reads the character width and height (without kerning).interface
KerningProducer
Creation-Date: 11.06.2006, 16:06:54Classes in org.pentaho.reporting.libraries.fonts.text.font that implement ClassificationProducer Modifier and Type Class Description class
DefaultKerningProducer
Creation-Date: 11.06.2006, 18:30:42class
NoKerningProducer
Creation-Date: 11.06.2006, 18:30:42class
StaticFontSizeProducer
Creates a monospaced font from any given font by always returning the maximum character width and height for that font.class
VariableFontSizeProducer
Looks-up the character on the given font.
-