Schnittstelle Overflow


public interface Overflow
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Content is clipped to the bounds of the area.
    static final int
    No change is applied.
  • Felddetails

    • VISIBLE

      static final int VISIBLE
      No change is applied. Content is drawn at the specified
      position.
      Siehe auch:
    • HIDDEN

      static final int HIDDEN
      Content is clipped to the bounds of the area. Content
      outside the area is not drawn and cannot be interacted with.
      Siehe auch: