Class RPrintUtilities.RPrintTabExpander

  • All Implemented Interfaces:
    javax.swing.text.TabExpander
    Enclosing class:
    RPrintUtilities

    private static class RPrintUtilities.RPrintTabExpander
    extends java.lang.Object
    implements javax.swing.text.TabExpander
    A tab expander for the document currently being printed with the font being used for the printing.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RPrintTabExpander()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float nextTabStop​(float x, int tabOffset)  
      • Methods inherited from class java.lang.Object

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

      • RPrintTabExpander

        private RPrintTabExpander()
    • Method Detail

      • nextTabStop

        public float nextTabStop​(float x,
                                 int tabOffset)
        Specified by:
        nextTabStop in interface javax.swing.text.TabExpander