Schnittstelle AnchorHints


public interface AnchorHints
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    allow flipping anchors on both axes
    static final int
    allow flipping anchors horizontally
    static final int
    allow flipping anchors vertically
    static final int
    allow resizing surface on both axes
    static final int
    allow resizing surface horizontally
    static final int
    allow resizing surface vertically
    static final int
    allow sliding surface on both axes
    static final int
    allow sliding surface horizontally
    static final int
    allow sliding surface vertically
  • Felddetails

    • FLIP_X

      static final int FLIP_X
      allow flipping anchors horizontally
      Siehe auch:
    • FLIP_Y

      static final int FLIP_Y
      allow flipping anchors vertically
      Siehe auch:
    • SLIDE_X

      static final int SLIDE_X
      allow sliding surface horizontally
      Siehe auch:
    • SLIDE_Y

      static final int SLIDE_Y
      allow sliding surface vertically
      Siehe auch:
    • RESIZE_X

      static final int RESIZE_X
      allow resizing surface horizontally
      Siehe auch:
    • RESIZE_Y

      static final int RESIZE_Y
      allow resizing surface vertically
      Siehe auch:
    • FLIP

      static final int FLIP
      allow flipping anchors on both axes
      Siehe auch:
    • SLIDE

      static final int SLIDE
      allow sliding surface on both axes
      Siehe auch:
    • RESIZE

      static final int RESIZE
      allow resizing surface on both axes
      Siehe auch: