A B C D E F G H I K L M N O P R S T U V W X Y 

C

Check - Class in com.b3dgs.lionengine
Utility class check.
check(String, String) - Method in class com.b3dgs.lionengine.Checksum
Compare a checksum with its supposed original value.
check(int, String) - Method in class com.b3dgs.lionengine.Checksum
Compare a checksum with its supposed original value.
checkExist(Media) - Static method in class com.b3dgs.lionengine.core.Media
Check if the media exists.
Checksum - Class in com.b3dgs.lionengine
SHA-256 based checksum manipulation.
ChecksumTest - Class in com.b3dgs.lionengine
Test the checksum class.
ChecksumTest() - Constructor for class com.b3dgs.lionengine.ChecksumTest
 
CheckTest - Class in com.b3dgs.lionengine
Test the check class.
CheckTest() - Constructor for class com.b3dgs.lionengine.CheckTest
 
clear(Resolution) - Method in interface com.b3dgs.lionengine.Graphic
Clear the display.
clear(int, int, int, int) - Method in interface com.b3dgs.lionengine.Graphic
Clear the display.
clearStringsRef() - Static method in class com.b3dgs.lionengine.Strings
Clear all references.
close() - Method in interface com.b3dgs.lionengine.file.FileReading
Terminate reading, close file.
close() - Method in interface com.b3dgs.lionengine.file.FileWriting
Terminate writing, close file.
ColorRgba - Class in com.b3dgs.lionengine
Represents a color with red, green, blue and alpha.
ColorRgba(int, int, int) - Constructor for class com.b3dgs.lionengine.ColorRgba
Constructor.
ColorRgba(int, int, int, int) - Constructor for class com.b3dgs.lionengine.ColorRgba
Constructor.
ColorRgba(int) - Constructor for class com.b3dgs.lionengine.ColorRgba
Create a color.
ColorRgbaTest - Class in com.b3dgs.lionengine
Test the color class.
ColorRgbaTest() - Constructor for class com.b3dgs.lionengine.ColorRgbaTest
 
com.b3dgs.lionengine - package com.b3dgs.lionengine
 
com.b3dgs.lionengine.anim - package com.b3dgs.lionengine.anim
 
com.b3dgs.lionengine.core - package com.b3dgs.lionengine.core
 
com.b3dgs.lionengine.drawable - package com.b3dgs.lionengine.drawable
 
com.b3dgs.lionengine.file - package com.b3dgs.lionengine.file
 
Config - Class in com.b3dgs.lionengine.core
Describe the engine screen configuration.
Config(Resolution, int, boolean) - Constructor for class com.b3dgs.lionengine.core.Config
Constructor.
Config(Resolution, int, boolean, Filter) - Constructor for class com.b3dgs.lionengine.core.Config
Constructor.
ConfigTest - Class in com.b3dgs.lionengine.core
Test the config class.
ConfigTest() - Constructor for class com.b3dgs.lionengine.core.ConfigTest
 
contains(Rectangle) - Method in interface com.b3dgs.lionengine.Polygon
Check if the rectangle contains the other.
contains(Rectangle) - Method in interface com.b3dgs.lionengine.Rectangle
Check if the rectangle contains the other.
contains(int, int) - Method in interface com.b3dgs.lionengine.Rectangle
Check if the rectangle contains the point.
Coord - Class in com.b3dgs.lionengine
Represents a coordinate using double precision.
Coord() - Constructor for class com.b3dgs.lionengine.Coord
Create a coordinate set to (0.0, 0.0) by default.
Coord(double, double) - Constructor for class com.b3dgs.lionengine.Coord
Constructor.
CoordTest - Class in com.b3dgs.lionengine
Test the coordinate class.
CoordTest() - Constructor for class com.b3dgs.lionengine.CoordTest
 
copyArea(int, int, int, int, int, int) - Method in interface com.b3dgs.lionengine.Graphic
Copies an area of the component by a distance specified by dx and dy.
cos(double) - Static method in class com.b3dgs.lionengine.core.UtilityMath
Get cosinus in degree.
create() - Static method in class com.b3dgs.lionengine.Checksum
Create a new checksum.
create(int, int, int) - Static method in class com.b3dgs.lionengine.Version
Create a new version descriptor.
createAnimation(int, int, double, boolean, boolean) - Static method in class com.b3dgs.lionengine.anim.Anim
Create an animation, which can be played by an Animator.
createAnimator() - Static method in class com.b3dgs.lionengine.anim.Anim
Create an animator, which will be able to play Animation.
createFileReading(Media) - Static method in class com.b3dgs.lionengine.file.File
Open a binary file as read only.
createFileWriting(Media) - Static method in class com.b3dgs.lionengine.file.File
Open a binary file as write only.
createGraphic() - Method in interface com.b3dgs.lionengine.core.ImageBuffer
Create the image graphic context.
createGraphic() - Static method in class com.b3dgs.lionengine.core.UtilityImage
Create a graphic context.
createImageBuffer(int, int, Transparency) - Static method in class com.b3dgs.lionengine.core.UtilityImage
Create a compatible buffered image.
createLine() - Static method in class com.b3dgs.lionengine.core.UtilityMath
Create a line.
createLine(double, double, double, double) - Static method in class com.b3dgs.lionengine.core.UtilityMath
Create a line.
createPath(String, String...) - Static method in class com.b3dgs.lionengine.core.Media
Create a full path and each directory.
createPolygon() - Static method in class com.b3dgs.lionengine.core.UtilityMath
Create a polygon.
createRectangle() - Static method in class com.b3dgs.lionengine.core.UtilityMath
Create a rectangle.
createRectangle(double, double, double, double) - Static method in class com.b3dgs.lionengine.core.UtilityMath
Create a rectangle.
createText(String, int, TextStyle) - Static method in class com.b3dgs.lionengine.core.UtilityImage
Crate a text.
createXmlNode(String) - Static method in class com.b3dgs.lionengine.file.File
Create an XML node from a name.
createXmlParser() - Static method in class com.b3dgs.lionengine.file.File
Create an XML parser, in order to load an XML node from a file.
critical(Class<?>, String, String...) - Static method in enum com.b3dgs.lionengine.core.Verbose
Display a critical verbose message to error output.
curveValue(double, double, double) - Static method in class com.b3dgs.lionengine.core.UtilityMath
Apply progressive modifications to a value.
CYAN - Static variable in class com.b3dgs.lionengine.ColorRgba
Cyan color.
A B C D E F G H I K L M N O P R S T U V W X Y