Package com.xebisco.yield
Class Global.Platforms
java.lang.Object
com.xebisco.yield.Global.Platforms
- Enclosing class:
- Global
A static class containing platform-specific implementations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationPlatformCreates an instance of the platform using the OpenGL and OpenAL implementations.
-
Constructor Details
-
Platforms
public Platforms()
-
-
Method Details
-
openGLOpenAL
Creates an instance of the platform using the OpenGL and OpenAL implementations.- Returns:
- An instance of the platform using the modules.
- Throws:
ClassNotFoundException- If any of the modules cannot be found.
-