|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JmeContext | |
---|---|
com.jme3.app | The com.jme3.application provides a toolset for jME3 applications
to interact with various components of the engine. |
com.jme3.system | |
com.jme3.system.android | |
com.jme3.system.awt | |
com.jme3.system.lwjgl |
Uses of JmeContext in com.jme3.app |
---|
Fields in com.jme3.app declared as JmeContext | |
---|---|
protected JmeContext |
Application.context
|
Methods in com.jme3.app that return JmeContext | |
---|---|
JmeContext |
Application.getContext()
|
Uses of JmeContext in com.jme3.system |
---|
Subinterfaces of JmeContext in com.jme3.system | |
---|---|
interface |
JmeCanvasContext
|
Classes in com.jme3.system that implement JmeContext | |
---|---|
class |
NullContext
|
Methods in com.jme3.system that return JmeContext | |
---|---|
static JmeContext |
JmeSystem.newContext(AppSettings settings,
JmeContext.Type contextType)
|
abstract JmeContext |
JmeSystemDelegate.newContext(AppSettings settings,
JmeContext.Type contextType)
|
JmeContext |
JmeDesktopSystem.newContext(AppSettings settings,
JmeContext.Type contextType)
|
Method parameters in com.jme3.system with type arguments of type JmeContext | |
---|---|
void |
AppSettings.setCustomRenderer(java.lang.Class<? extends JmeContext> clazz)
Set a custom graphics renderer to use. |
Uses of JmeContext in com.jme3.system.android |
---|
Classes in com.jme3.system.android that implement JmeContext | |
---|---|
class |
OGLESContext
|
Methods in com.jme3.system.android that return JmeContext | |
---|---|
JmeContext |
JmeAndroidSystem.newContext(AppSettings settings,
JmeContext.Type contextType)
|
Uses of JmeContext in com.jme3.system.awt |
---|
Classes in com.jme3.system.awt that implement JmeContext | |
---|---|
class |
AwtPanelsContext
|
Fields in com.jme3.system.awt declared as JmeContext | |
---|---|
protected JmeContext |
AwtPanelsContext.actualContext
|
Uses of JmeContext in com.jme3.system.lwjgl |
---|
Classes in com.jme3.system.lwjgl that implement JmeContext | |
---|---|
class |
LwjglAbstractDisplay
|
class |
LwjglCanvas
|
class |
LwjglContext
A LWJGL implementation of a graphics context. |
class |
LwjglDisplay
|
class |
LwjglOffscreenBuffer
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |