Class AttributedStringBuilder.TabStops

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int lastSize  
      private int lastStop  
      private java.util.List<java.lang.Integer> tabs  
    • Constructor Summary

      Constructors 
      Constructor Description
      TabStops​(int tabs)  
      TabStops​(java.util.List<java.lang.Integer> tabs)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean defined()  
      (package private) int spaces​(int lastLineLength)  
      • Methods inherited from class java.lang.Object

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

      • tabs

        private java.util.List<java.lang.Integer> tabs
      • lastStop

        private int lastStop
      • lastSize

        private int lastSize
    • Constructor Detail

      • TabStops

        public TabStops​(int tabs)
      • TabStops

        public TabStops​(java.util.List<java.lang.Integer> tabs)
    • Method Detail

      • defined

        boolean defined()
      • spaces

        int spaces​(int lastLineLength)