Interface | Description |
---|---|
Applet<A> |
Represents the interface for a web applet compatible.
|
Graphic |
Graphic interface representing the screen buffer.
|
Keyboard |
Represents the keyboard input.
|
Line |
Line interface.
|
Mouse |
Represents the mouse input.
|
Polygon |
Polygon interface.
|
Rectangle |
Rectangle interface.
|
Text |
The text allows to render any
String on screen, at a specified location, using a specified font. |
Class | Description |
---|---|
AlignTest |
Test the align class.
|
ArchitectureTest |
Test architecture class.
|
Check |
Utility class check.
|
Checksum |
SHA-256 based checksum manipulation.
|
ChecksumTest |
Test the checksum class.
|
CheckTest |
Test the check class.
|
ColorRgba |
Represents a color with red, green, blue and alpha.
|
ColorRgbaTest |
Test the color class.
|
Coord |
Represents a coordinate using double precision.
|
CoordTest |
Test the coordinate class.
|
FilterTest |
Test the filter class.
|
GradientColor |
Represents a gradient color.
|
GradientColorTest |
Test the gradient color class.
|
ImageInfo |
Get quick information from an image without reading all data.
|
ImageInfoTest |
Test the image info class.
|
LionEngineExceptionTest |
Test the exception.
|
OperatingSystemTest |
Test the operating system class.
|
Ratio |
List of standard ratios.
|
RatioTest |
Test the ratio.
|
Resolution |
Describes a display resolution.
|
ResolutionTest |
Test the resolution class.
|
Strings |
Used to keep a single reference of a string.
|
StringsTest |
Test the strings class.
|
TextStyleTest |
Test the text style class.
|
Timing |
Handle timer operation, in milli seconds, system clock independent.
|
TimingTest |
Test the timing class.
|
TransparencyTest |
Test the transparency class.
|
UtilityConversion |
Conversion class utility.
|
UtilityConversionTest |
Test utility conversion class.
|
UtilityFile |
Static functions giving informations related to files and directory.
|
UtilityFileTest |
Test the utility file class.
|
UtilityProjectStats |
Used to know the number of code line, and number of files in current project.
|
UtilityProjectStatsTest |
Test the utility project stats class.
|
UtilityRandom |
Random utility class implementation.
|
UtilityRandomTest |
Test utility random class.
|
Version |
Represents a program version.
|
VersionTest |
Test version class.
|
Enum | Description |
---|---|
Align |
List of available alignments.
|
Architecture |
List of standard architectures.
|
Filter |
List of supported filters.
|
OperatingSystem |
List of available operating systems.
|
TextStyle |
List of text style types.
|
Transparency |
List of transparency types.
|
Exception | Description |
---|---|
LionEngineException |
Special engine exception implementation which limit the trace to the user side.
|