Class TabStops

java.lang.Object
icyllis.modernui.text.TabStops

public class TabStops extends Object
  • Constructor Details

    • TabStops

      public TabStops(float[] stops, float tabWidth)
    • TabStops

      public TabStops(float tabWidth, @Nonnull List<?> spans)
  • Method Details

    • reset

      public void reset(float tabWidth, @Nonnull List<?> spans)
    • nextTab

      public float nextTab(float width)
    • nextDefaultStop

      public static float nextDefaultStop(float width, float tabWidth)
      Returns the position of next tab stop.