See: Description
Interface | Description |
---|---|
Const |
Interface for read-only objects.
|
Class | Description |
---|---|
IntercomHelper |
Provides functionality to encode and decode data structures used
for intercom methods.
|
NativeRef<T> |
Helper class for managing Java object references and related native pointers.
|
SFMLErrorCapture |
Provides methods to capture output to
sf::err() . |
SFMLInputStream |
Pipe for enabling stream from a Java
InputStream into a sf::InputStream . |
SFMLInputStream.NativeStreamRef |
Native pointer manager for an
SFMLInputStream bound
natively to an sf::InputStream . |
SFMLNative |
Native library loader.
|
SFMLNativeObject |
Abstract base class for classes bound to SFML C++ objects.
|
StreamUtil |
Provides stream utility functions used by JSFML-internal file reading and writing methods.
|
UnsafeOperations |
Provides inherently unsafe operations on native SFML objects.
|
Error | Description |
---|---|
JSFMLError |
Error class for severe JSFML faults.
|
Annotation Type | Description |
---|---|
Intercom |
Annotation for intercom-critical types, fields, methods and constructors.
|