Schnittstelle WrapPolicy


public interface WrapPolicy
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Fit as many children into each line as possible, shrinking
    them down to their minimum size before wrapping to the next line.
    static final int
    Wrap to the next line as soon as the previous line cannot
    fit any more children without shrinking them past their natural size.
  • Felddetails

    • MINIMUM

      static final int MINIMUM
      Fit as many children into each line as possible, shrinking
      them down to their minimum size before wrapping to the next line.
      Siehe auch:
    • NATURAL

      static final int NATURAL
      Wrap to the next line as soon as the previous line cannot
      fit any more children without shrinking them past their natural size.
      Siehe auch: