- warning(Class<?>, String, String...) - Static method in enum com.b3dgs.lionengine.core.Verbose
-
Display a check verbose message to error output.
- WEBSITE - Static variable in class com.b3dgs.lionengine.core.Engine
-
Engine website.
- WHITE - Static variable in class com.b3dgs.lionengine.ColorRgba
-
White color.
- WORKING_DIR - Static variable in class com.b3dgs.lionengine.core.Media
-
Engine working directory.
- wrapDouble(double, double, double) - Static method in class com.b3dgs.lionengine.core.UtilityMath
-
Wrap value (keep value between min and max).
- writeBoolean(boolean) - Method in interface com.b3dgs.lionengine.file.FileWriting
-
Write a boolean (1 bit, true
or false
).
- writeBoolean(String, boolean) - Method in interface com.b3dgs.lionengine.file.XmlNode
-
Write a boolean.
- writeByte(byte) - Method in interface com.b3dgs.lionengine.file.FileWriting
-
Write a byte (1 byte, -128 to 127 both included).
- writeByte(String, byte) - Method in interface com.b3dgs.lionengine.file.XmlNode
-
Write a byte.
- writeChar(char) - Method in interface com.b3dgs.lionengine.file.FileWriting
-
Write a char (2 bytes, 0 to 65535 both included).
- writeDouble(double) - Method in interface com.b3dgs.lionengine.file.FileWriting
-
Write a double (8 bytes, 4.94065645841246544e-324 to 1.79769313486231570e+308).
- writeDouble(String, double) - Method in interface com.b3dgs.lionengine.file.XmlNode
-
Write a double.
- writeFloat(float) - Method in interface com.b3dgs.lionengine.file.FileWriting
-
Write a float (4 bytes, 1.40129846432481707e-45 to 3.40282346638528860e+38).
- writeFloat(String, float) - Method in interface com.b3dgs.lionengine.file.XmlNode
-
Write a float.
- writeInteger(int) - Method in interface com.b3dgs.lionengine.file.FileWriting
-
Write an integer (4 bytes, -2.147.483.648 to 2.147.483.647 both included).
- writeInteger(String, int) - Method in interface com.b3dgs.lionengine.file.XmlNode
-
Write an integer.
- writeLong(long) - Method in interface com.b3dgs.lionengine.file.FileWriting
-
Write a long (8 bytes, -9.223.372.036.854.775.808 to 9.223.372.036.854.775.807).
- writeLong(String, long) - Method in interface com.b3dgs.lionengine.file.XmlNode
-
Write a long.
- writeShort(short) - Method in interface com.b3dgs.lionengine.file.FileWriting
-
Write a short (2 bytes, -32.768 to 32.767 both included).
- writeShort(String, short) - Method in interface com.b3dgs.lionengine.file.XmlNode
-
Write a short.
- writeString(String) - Method in interface com.b3dgs.lionengine.file.FileWriting
-
Write a sequence of characters (2 bytes and more).
- writeString(String, String) - Method in interface com.b3dgs.lionengine.file.XmlNode
-
Write a string.