- Image - Interface in com.b3dgs.lionengine.drawable
-
It allows images loading and rendering.
- ImageBuffer - Interface in com.b3dgs.lionengine.core
-
Represents the image buffer in memory.
- ImageInfo - Class in com.b3dgs.lionengine
-
Get quick information from an image without reading all data.
- ImageInfoTest - Class in com.b3dgs.lionengine
-
Test the image info class.
- ImageInfoTest() - Constructor for class com.b3dgs.lionengine.ImageInfoTest
-
- info(String...) - Static method in enum com.b3dgs.lionengine.core.Verbose
-
Display an informative verbose message to standard output.
- intersection(Line, Line) - Static method in class com.b3dgs.lionengine.core.UtilityMath
-
Get the intersection point of two lines.
- intersects(Rectangle) - Method in interface com.b3dgs.lionengine.Polygon
-
Check if the rectangle intersects the other.
- intersects(Rectangle) - Method in interface com.b3dgs.lionengine.Rectangle
-
Check if the rectangle intersects the other.
- intToByteArray(int) - Static method in class com.b3dgs.lionengine.UtilityConversion
-
Convert an integer to an array of byte.
- isDir(String) - Static method in class com.b3dgs.lionengine.UtilityFile
-
Check if the path is a directory.
- isFile(String) - Static method in class com.b3dgs.lionengine.UtilityFile
-
Check if the path is a file.
- isPressed(Integer) - Method in interface com.b3dgs.lionengine.Keyboard
-
Check if the key is currently pressed.
- isPressedOnce(Integer) - Method in interface com.b3dgs.lionengine.Keyboard
-
Check if the key is currently pressed (not continuously).
- isStarted() - Method in class com.b3dgs.lionengine.Timing
-
Check if timer started.
- isWindowed() - Method in class com.b3dgs.lionengine.core.Config
-
Get the windowed mode.