Interface Justification


public interface Justification
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The text is placed in the center of the label.
    static final int
    The text is placed is distributed across the label.
    static final int
    The text is placed at the left edge of the label.
    static final int
    The text is placed at the right edge of the label.
  • Field Details

    • LEFT

      static final int LEFT
      The text is placed at the left edge of the label.
      See Also:
    • CENTER

      static final int CENTER
      The text is placed in the center of the label.
      See Also:
    • FILL

      static final int FILL
      The text is placed is distributed across the label.
      See Also: