Class DefaultRenderableTextFactory

    • Method Detail

      • processText

        protected RenderNode[] processText​(int[] text,
                                           int offset,
                                           int length)
      • addGlyph

        protected void addGlyph​(int[] text,
                                int offset,
                                int extraCharCount)
      • addWord

        protected void addWord​(boolean forceLinebreak)
      • createWhitespaceFilter

        protected org.pentaho.reporting.libraries.fonts.text.whitespace.WhiteSpaceFilter createWhitespaceFilter​(StyleSheet layoutContext)
      • createGlyphClassifier

        protected org.pentaho.reporting.libraries.fonts.text.classifier.GlyphClassificationProducer createGlyphClassifier​(StyleSheet layoutContext)
      • createBreakProducer

        protected org.pentaho.reporting.libraries.fonts.text.breaks.BreakOpportunityProducer createBreakProducer​(StyleSheet layoutContext)
      • createSpacingProducer

        protected org.pentaho.reporting.libraries.fonts.text.SpacingProducer createSpacingProducer​(StyleSheet layoutContext)
      • createFontSizeProducer

        protected org.pentaho.reporting.libraries.fonts.text.font.FontSizeProducer createFontSizeProducer​(StyleSheet layoutContext)
      • createKerningProducer

        protected org.pentaho.reporting.libraries.fonts.text.font.KerningProducer createKerningProducer​(StyleSheet layoutContext)