Class AFPTextPainter.FOPStrokingTextPainter

  • All Implemented Interfaces:
    org.apache.batik.bridge.TextPainter
    Enclosing class:
    AFPTextPainter

    private static class AFPTextPainter.FOPStrokingTextPainter
    extends org.apache.batik.bridge.StrokingTextPainter
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.batik.bridge.StrokingTextPainter

        org.apache.batik.bridge.StrokingTextPainter.TextChunk, org.apache.batik.bridge.StrokingTextPainter.TextRun
      • Nested classes/interfaces inherited from class org.apache.batik.bridge.BasicTextPainter

        org.apache.batik.bridge.BasicTextPainter.BasicMark
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.apache.batik.bridge.FontFamilyResolver fopFontFontFamily  
      • Fields inherited from class org.apache.batik.bridge.StrokingTextPainter

        ADJUST_ALL, ADJUST_SPACING, ALT_GLYPH_HANDLER, ANCHOR_TYPE, BIDI_LEVEL, FLOW_PARAGRAPH, FLOW_REGIONS, GVT_FONT, GVT_FONTS, PAINT_INFO, singleton, TEXT_COMPOUND_ID, TEXTPATH, WRITING_MODE, WRITING_MODE_RTL, WRITING_MODE_TTB, XPOS, YPOS
      • Fields inherited from class org.apache.batik.bridge.BasicTextPainter

        aaOffFontRenderContext, fontRenderContext
    • Constructor Summary

      Constructors 
      Constructor Description
      FOPStrokingTextPainter​(org.apache.batik.bridge.FontFamilyResolver fopFontFontFamily)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.batik.bridge.FontFamilyResolver getFontFamilyResolver()  
      • Methods inherited from class org.apache.batik.bridge.StrokingTextPainter

        adjustChunkOffsets, computeTextRuns, computeTextRuns, createModifiedACIForFontMatching, getBounds2D, getDecorationOutline, getDecorationStrokeOutline, getHighlightShape, getInstance, getMark, getOutline, getSelected, getTextChunk, getTextChunkACIs, getTextRunBoundaryAttributes, getTextRuns, hitTest, paint, paintDecorations, paintTextRuns, printAttrs, reorderTextRuns, selectFirst, selectLast
      • Methods inherited from class org.apache.batik.bridge.BasicTextPainter

        getGeometryBounds, getTextLayoutFactory, selectAt, selectTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fopFontFontFamily

        private final org.apache.batik.bridge.FontFamilyResolver fopFontFontFamily
    • Constructor Detail

      • FOPStrokingTextPainter

        FOPStrokingTextPainter​(org.apache.batik.bridge.FontFamilyResolver fopFontFontFamily)
    • Method Detail

      • getFontFamilyResolver

        protected org.apache.batik.bridge.FontFamilyResolver getFontFamilyResolver()
        Overrides:
        getFontFamilyResolver in class org.apache.batik.bridge.StrokingTextPainter