Schnittstelle PackDirection


public interface PackDirection
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Pack children from right to left for LTR languages,
    or bottom to top vertically.
    static final int
    Pack children from left to right for LTR languages,
    or top to bottom vertically.
  • Felddetails

    • START_TO_END

      static final int START_TO_END
      Pack children from left to right for LTR languages,
      or top to bottom vertically.
      Siehe auch:
    • END_TO_START

      static final int END_TO_START
      Pack children from right to left for LTR languages,
      or bottom to top vertically.
      Siehe auch: