Schnittstelle JustifyMode


public interface JustifyMode
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Stretch each child within the line, keeping consistent
    spacing, so that the line fills the entire length.
    static final int
    Don't justify children within a line.
    static final int
    Increase spacing between children, moving the children
    so that the first and last child are aligned with the beginning and end
    of the line.
  • Felddetails

    • NONE

      static final int NONE
      Don't justify children within a line.
      Siehe auch:
    • FILL

      static final int FILL
      Stretch each child within the line, keeping consistent
      spacing, so that the line fills the entire length.
      Siehe auch:
    • SPREAD

      static final int SPREAD
      Increase spacing between children, moving the children
      so that the first and last child are aligned with the beginning and end
      of the line. If the line only contains a single widget, it will be
      stretched regardless.
      Siehe auch: