Package playn.java
Class JavaPlatform
java.lang.Object
playn.core.Platform
playn.java.JavaPlatform
- Direct Known Subclasses:
JavaPlatform.Headless
Implements the base Java platform which is then shared by LWJGL, LWJGL+SWT, and JOGL
implementations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDefines JavaPlatform configurable parameters.static classNested classes/interfaces inherited from class playn.core.Platform
Platform.Error, Platform.Lifecycle, Platform.Type -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class playn.core.Platform
dispatchEvent, invokeAsync, invokeLater, isAsyncSupported, reportError
-
Constructor Details
-
JavaPlatform
-
-
Method Details
-
setTitle
Sets the title of the window totitle. -
start
public void start()Starts the game loop. This method will not return until the game exits. -
time
public double time() -
type
-
tick
public int tick() -
assets
-
audio
-
exec
-
graphics
-
input
-
json
-
log
-
net
-
storage
-
openURL
-