Class NullTextOutput

  • All Implemented Interfaces:
    TextOutput

    public final class NullTextOutput
    extends java.lang.Object
    implements TextOutput
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NullTextOutput()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beginText()  
      void codepoint​(@NotNull java.lang.String codepoint, @NotNull java.awt.geom.AffineTransform glyphTransform, @NotNull RenderContext context)  
      void endText()  
      void glyphRunBreak()
      Signals that the next glyph has manual placement and therefore is visually separated from the previous glyph.
      • Methods inherited from class java.lang.Object

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

      • NullTextOutput

        private NullTextOutput()
    • Method Detail

      • codepoint

        public void codepoint​(@NotNull
                              @NotNull java.lang.String codepoint,
                              @NotNull
                              @NotNull java.awt.geom.AffineTransform glyphTransform,
                              @NotNull
                              @NotNull RenderContext context)
        Specified by:
        codepoint in interface TextOutput
      • glyphRunBreak

        public void glyphRunBreak()
        Description copied from interface: TextOutput
        Signals that the next glyph has manual placement and therefore is visually separated from the previous glyph.
        Specified by:
        glyphRunBreak in interface TextOutput