- R16_10 - Static variable in class com.b3dgs.lionengine.Ratio
-
Constant representing the 16/10 screen ratio.
- R16_9 - Static variable in class com.b3dgs.lionengine.Ratio
-
Constant representing the 16/9 screen ratio.
- R4_3 - Static variable in class com.b3dgs.lionengine.Ratio
-
Constant representing the 4/3 screen ratio.
- R5_4 - Static variable in class com.b3dgs.lionengine.Ratio
-
Constant representing the 5/4 screen ratio.
- Ratio - Class in com.b3dgs.lionengine
-
List of standard ratios.
- RatioTest - Class in com.b3dgs.lionengine
-
Test the ratio.
- RatioTest() - Constructor for class com.b3dgs.lionengine.RatioTest
-
- readBoolean() - Method in interface com.b3dgs.lionengine.file.FileReading
-
Read a boolean (1 bit, true
or false
).
- readBoolean(String) - Method in interface com.b3dgs.lionengine.file.XmlNodeReader
-
Read a boolean.
- readByte() - Method in interface com.b3dgs.lionengine.file.FileReading
-
Read a byte (1 byte, -128 to 127 both included).
- readByte(String) - Method in interface com.b3dgs.lionengine.file.XmlNodeReader
-
Read a byte.
- readChar() - Method in interface com.b3dgs.lionengine.file.FileReading
-
Read a char (2 bytes, 0 to 65535 both included).
- readDouble() - Method in interface com.b3dgs.lionengine.file.FileReading
-
Read a double (8 bytes, 4.94065645841246544e-324 to 1.79769313486231570e+308 both included).
- readDouble(String) - Method in interface com.b3dgs.lionengine.file.XmlNodeReader
-
Read a double.
- readFloat() - Method in interface com.b3dgs.lionengine.file.FileReading
-
Read a float (4 bytes, 1.40129846432481707e-45 to 3.40282346638528860e+38 both included).
- readFloat(String) - Method in interface com.b3dgs.lionengine.file.XmlNodeReader
-
Read a float.
- readInteger() - Method in interface com.b3dgs.lionengine.file.FileReading
-
Read an integer (4 bytes, -2.147.483.648 to 2.147.483.647 both included).
- readInteger(String) - Method in interface com.b3dgs.lionengine.file.XmlNodeReader
-
Read an integer.
- readLong() - Method in interface com.b3dgs.lionengine.file.FileReading
-
Read a long (8 bytes, -9.223.372.036.854.775.808 to 9.223.372.036.854.775.807 both included).
- readLong(String) - Method in interface com.b3dgs.lionengine.file.XmlNodeReader
-
Read a long.
- readShort() - Method in interface com.b3dgs.lionengine.file.FileReading
-
Read a short (2 bytes, -32.768 to 32.767 both included).
- readShort(String) - Method in interface com.b3dgs.lionengine.file.XmlNodeReader
-
Read a short.
- readString() - Method in interface com.b3dgs.lionengine.file.FileReading
-
Read a sequence of characters (2 bytes and more).
- readString(String) - Method in interface com.b3dgs.lionengine.file.XmlNodeReader
-
Read a string.
- Rectangle - Interface in com.b3dgs.lionengine
-
Rectangle interface.
- RED - Static variable in class com.b3dgs.lionengine.ColorRgba
-
Red color.
- removeStringRef(String) - Static method in class com.b3dgs.lionengine.Strings
-
Remove string reference from its name.
- render(Graphic, int, int) - Method in interface com.b3dgs.lionengine.drawable.Renderable
-
Render element on current graphic output, at specified coordinates.
- render(Graphic, int, int) - Method in interface com.b3dgs.lionengine.drawable.Sprite
-
Render the sprite on graphic output at specified coordinates.
- render(Graphic, int, int, int) - Method in interface com.b3dgs.lionengine.drawable.SpriteAnimated
-
Render a specific frame on graphic output at specified coordinates.
- render(Graphic, int, int, int) - Method in interface com.b3dgs.lionengine.drawable.SpriteParallaxed
-
Render a line of parallax to the specified coordinates.
- render(Graphic, int, int, int) - Method in interface com.b3dgs.lionengine.drawable.SpriteTiled
-
Render a tile to the specified coordinates.
- render(Graphic) - Method in interface com.b3dgs.lionengine.Text
-
Render configured text.
- Renderable - Interface in com.b3dgs.lionengine.drawable
-
Represents an element that can be rendered on screen.
- reset() - Method in interface com.b3dgs.lionengine.Polygon
-
Reset the polygon.
- resize(ImageBuffer, int, int) - Static method in class com.b3dgs.lionengine.core.UtilityImage
-
Resize input buffered image.
- Resolution - Class in com.b3dgs.lionengine
-
Describes a display resolution.
- Resolution(int, int, int) - Constructor for class com.b3dgs.lionengine.Resolution
-
Constructor.
- ResolutionTest - Class in com.b3dgs.lionengine
-
Test the resolution class.
- ResolutionTest() - Constructor for class com.b3dgs.lionengine.ResolutionTest
-
- rotate(ImageBuffer, int) - Static method in class com.b3dgs.lionengine.core.UtilityImage
-
Rotate input buffered image.
- rotate(int) - Method in interface com.b3dgs.lionengine.drawable.Sprite
-
Rotate the sprite with the specified angle in degree.