Schnittstelle Corner


public interface Corner
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The bottom left corner
    static final int
    The bottom right corner
    static final int
    The top left corner
    static final int
    The top right corner
  • Felddetails

    • TOP_LEFT

      static final int TOP_LEFT
      The top left corner
      Siehe auch:
    • TOP_RIGHT

      static final int TOP_RIGHT
      The top right corner
      Siehe auch:
    • BOTTOM_RIGHT

      static final int BOTTOM_RIGHT
      The bottom right corner
      Siehe auch:
    • BOTTOM_LEFT

      static final int BOTTOM_LEFT
      The bottom left corner
      Siehe auch: