Interface FloatingBounds


public interface FloatingBounds
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getClearY(int y)
    The Y at which the float clears starting at the given Y.
    int
    The Y at which the first float clears.
    int
    getLeft(int y)
    The offset from the left at the given Y, not counting insets.
    int
    getLeftClearY.
    int
    getMaxY.
    int
    getRight(int y)
    The offset from the right at the given Y, not counting insets.
    int
    getRightClearY.
  • Method Details

    • getClearY

      int getClearY(int y)
      The Y at which the float clears starting at the given Y.
      Parameters:
      y - a Integer object.
      Returns:
      a Integer object.
    • getFirstClearY

      int getFirstClearY(int y)
      The Y at which the first float clears. It does not recurse to check other floats.
      Parameters:
      y - a Integer object.
      Returns:
      a Integer object.
    • getLeft

      int getLeft(int y)
      The offset from the left at the given Y, not counting insets.
      Parameters:
      y - a Integer object.
      Returns:
      a Integer object.
    • getLeftClearY

      int getLeftClearY(int y)

      getLeftClearY.

      Parameters:
      y - a Integer object.
      Returns:
      a Integer object.
    • getMaxY

      int getMaxY()

      getMaxY.

      Returns:
      a Integer object.
    • getRight

      int getRight(int y)
      The offset from the right at the given Y, not counting insets.
      Parameters:
      y - a Integer object.
      Returns:
      a Integer object.
    • getRightClearY

      int getRightClearY(int y)

      getRightClearY.

      Parameters:
      y - a Integer object.
      Returns:
      a Integer object.