|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DisplaySystem | |
---|---|
com.jme.app | |
com.jme.system | |
com.jme.system.dummy | |
com.jme.system.jogl | |
com.jme.system.lwjgl | |
com.jmex.awt.applet | |
com.jmex.game |
Uses of DisplaySystem in com.jme.app |
---|
Fields in com.jme.app declared as DisplaySystem | |
---|---|
protected DisplaySystem |
AbstractGame.display
Renderer used to display the game |
Uses of DisplaySystem in com.jme.system |
---|
Methods in com.jme.system that return DisplaySystem | |
---|---|
static DisplaySystem |
DisplaySystem.getDisplaySystem()
Returns the currently created display system. |
DisplaySystem |
SystemProvider.getDisplaySystem()
Returns a valid DisplaySystem for the current system. |
static DisplaySystem |
DisplaySystem.getDisplaySystem(java.lang.String key)
getDisplaySystem is a factory method that creates the
appropriate display system specified by the key parameter. |
Uses of DisplaySystem in com.jme.system.dummy |
---|
Subclasses of DisplaySystem in com.jme.system.dummy | |
---|---|
class |
DummyDisplaySystem
Started Date: Jul 2, 2004 This class makes up a shell display system with no functionality. |
Fields in com.jme.system.dummy declared as DisplaySystem | |
---|---|
protected DisplaySystem |
DummySystemProvider.displaySystem
The DisplaySystem that this SystemProvider belongs to. |
Methods in com.jme.system.dummy that return DisplaySystem | |
---|---|
DisplaySystem |
DummySystemProvider.getDisplaySystem()
|
Constructors in com.jme.system.dummy with parameters of type DisplaySystem | |
---|---|
DummySystemProvider(DisplaySystem displaySystem)
Creates a new DummySystemProvider |
|
DummySystemProvider(DisplaySystem displaySystem,
Timer timer)
Creates a new DummySystemProvider |
Uses of DisplaySystem in com.jme.system.jogl |
---|
Subclasses of DisplaySystem in com.jme.system.jogl | |
---|---|
class |
JOGLDisplaySystem
|
Methods in com.jme.system.jogl that return DisplaySystem | |
---|---|
DisplaySystem |
JOGLSystemProvider.getDisplaySystem()
|
Uses of DisplaySystem in com.jme.system.lwjgl |
---|
Subclasses of DisplaySystem in com.jme.system.lwjgl | |
---|---|
class |
LWJGLDisplaySystem
LWJGLDisplaySystem defines an implementation of
DisplaySystem that uses the LWJGL API for window creation and
rendering via OpenGL. |
Methods in com.jme.system.lwjgl that return DisplaySystem | |
---|---|
DisplaySystem |
LWJGLSystemProvider.getDisplaySystem()
|
Uses of DisplaySystem in com.jmex.awt.applet |
---|
Fields in com.jmex.awt.applet declared as DisplaySystem | |
---|---|
protected DisplaySystem |
BaseApplet.display
|
protected DisplaySystem |
StandardApplet.display
The DisplaySystem for this applet |
Methods in com.jmex.awt.applet that return DisplaySystem | |
---|---|
DisplaySystem |
StandardApplet.getDisplay()
The internally used DisplaySystem for this instance
of StandardApplet |
Uses of DisplaySystem in com.jmex.game |
---|
Methods in com.jmex.game that return DisplaySystem | |
---|---|
DisplaySystem |
StandardGame.getDisplay()
The internally used DisplaySystem for this instance
of StandardGame |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |