Interface TabAlign


public interface TabAlign
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    the text is centered at the tab stop position
    until the available space is filled.
    static final int
    text before the first occurrence of the decimal point
    character appears to the left of the tab stop position (until the available
    space is filled), the rest to the right.
    static final int
    the text appears to the right of the tab stop position
    static final int
    the text appears to the left of the tab stop position
    until the available space is filled.
  • Field Details

    • LEFT

      static final int LEFT
      the text appears to the right of the tab stop position
      See Also:
    • CENTER

      static final int CENTER
      the text is centered at the tab stop position
      until the available space is filled. Since: 1.50
      See Also:
    • DECIMAL

      static final int DECIMAL
      text before the first occurrence of the decimal point
      character appears to the left of the tab stop position (until the available
      space is filled), the rest to the right. Since: 1.50
      See Also: