Index
All Classes and Interfaces|All Packages|Serialized Form
I
- I - Enum constant in enum class bagel.Keys
- Image - Class in bagel
-
Class to load and draw an image.
- Image(String) - Constructor for class bagel.Image
-
Load an image from a file.
- Input - Class in bagel
-
This class provides access to input devices (keyboard and mouse).
- INSERT - Enum constant in enum class bagel.Keys
- intersectedAt(Point, Point) - Method in class bagel.util.Rectangle
-
Estimates which side of the rectangle the point intersected at, using the previous position to calculate a more accurate estimation.
- intersectedAt(Point, Vector2) - Method in class bagel.util.Rectangle
-
Estimates which side of the rectangle the point intersected at, using the velocity of the point to inform the result.
- intersects(Point) - Method in class bagel.util.Rectangle
-
Returns whether the given point lies inside the rectangle (including its edges).
- intersects(Rectangle) - Method in class bagel.util.Rectangle
-
Returns whether any part of the given rectangle overlaps with this rectangle.
- isDown(Keys) - Method in class bagel.Input
-
Checks whether the given key is being held down.
- isDown(MouseButtons) - Method in class bagel.Input
-
Checks whether the given mouse button is being held down.
- isUp(Keys) - Method in class bagel.Input
-
Checks whether the given key is not being held down down.
- isUp(MouseButtons) - Method in class bagel.Input
-
Checks whether the given mouse button is not being held down down.
All Classes and Interfaces|All Packages|Serialized Form