Package icyllis.modernui.text
Class TabStops
java.lang.Object
icyllis.modernui.text.TabStops
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic float
nextDefaultStop
(float width, float tabWidth) Returns the position of next tab stop.float
nextTab
(float width) void
-
Constructor Details
-
TabStops
public TabStops(float[] stops, float tabWidth) -
TabStops
-
-
Method Details
-
reset
-
nextTab
public float nextTab(float width) -
nextDefaultStop
public static float nextDefaultStop(float width, float tabWidth) Returns the position of next tab stop.
-