Interface Gravity


public interface Gravity
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    the reference point is at the center of the surface.
    static final int
    the reference point is at the middle of the right edge.
    static final int
    the reference point is in the middle of the top edge.
    static final int
    the reference point is at the top right corner.
    static final int
    the reference point is at the top left corner.
    static final int
    the reference point is at the middle of the lower edge.
    static final int
    the reference point is at the lower right corner.
    static final int
    the reference point is at the lower left corner.
    static final int
    the reference point is at the top left corner of the
    surface itself, ignoring window manager decorations.
    static final int
    the reference point is at the middle of the left edge.
  • Field Details

    • NORTH_WEST

      static final int NORTH_WEST
      the reference point is at the top left corner.
      See Also:
    • NORTH

      static final int NORTH
      the reference point is in the middle of the top edge.
      See Also:
    • NORTH_EAST

      static final int NORTH_EAST
      the reference point is at the top right corner.
      See Also:
    • WEST

      static final int WEST
      the reference point is at the middle of the left edge.
      See Also:
    • CENTER

      static final int CENTER
      the reference point is at the center of the surface.
      See Also:
    • EAST

      static final int EAST
      the reference point is at the middle of the right edge.
      See Also:
    • SOUTH_WEST

      static final int SOUTH_WEST
      the reference point is at the lower left corner.
      See Also:
    • SOUTH

      static final int SOUTH
      the reference point is at the middle of the lower edge.
      See Also:
    • SOUTH_EAST

      static final int SOUTH_EAST
      the reference point is at the lower right corner.
      See Also:
    • STATIC

      static final int STATIC
      the reference point is at the top left corner of the
      surface itself, ignoring window manager decorations.
      See Also: