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 interfaceLanguageClassifierunicode standard).interfaceSpacingProducerReads spacing information.Classes in org.pentaho.reporting.libraries.fonts.text that implement ClassificationProducer Modifier and Type Class Description classDefaultLanguageClassifierCreation-Date: 25.07.2006, 18:25:13classGraphemeClusterProducerCreation-Date: 11.06.2006, 17:02:27classStaticSpacingProducerCreation-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 interfaceBreakOpportunityProducerChecks for break-opportunities.Classes in org.pentaho.reporting.libraries.fonts.text.breaks that implement ClassificationProducer Modifier and Type Class Description classLineBreakProducerThis produces linebreaks when a CR/LF is encountered.classWordBreakProducerThis 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 interfaceGlyphClassificationProducerCreation-Date: 26.06.2006, 16:34:52Classes in org.pentaho.reporting.libraries.fonts.text.classifier that implement ClassificationProducer Modifier and Type Class Description classLinebreakClassificationProducerCreation-Date: 26.06.2006, 16:36:50classWhitespaceClassificationProducerCreation-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 interfaceFontSizeProducerReads the character width and height (without kerning).interfaceKerningProducerCreation-Date: 11.06.2006, 16:06:54Classes in org.pentaho.reporting.libraries.fonts.text.font that implement ClassificationProducer Modifier and Type Class Description classDefaultKerningProducerCreation-Date: 11.06.2006, 18:30:42classNoKerningProducerCreation-Date: 11.06.2006, 18:30:42classStaticFontSizeProducerCreates a monospaced font from any given font by always returning the maximum character width and height for that font.classVariableFontSizeProducerLooks-up the character on the given font.
-