Class AttributedStringBuilder.TabStops

java.lang.Object
org.jline.utils.AttributedStringBuilder.TabStops
Enclosing class:
AttributedStringBuilder

private static class AttributedStringBuilder.TabStops extends Object
  • Field Details

    • tabs

      private List<Integer> tabs
    • lastStop

      private int lastStop
    • lastSize

      private int lastSize
  • Constructor Details

    • TabStops

      public TabStops(int tabs)
    • TabStops

      public TabStops(List<Integer> tabs)
  • Method Details

    • defined

      boolean defined()
    • spaces

      int spaces(int lastLineLength)