|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.system.NullContext
public class NullContext
| 入れ子のクラスの概要 |
|---|
| インタフェース com.jme3.system.JmeContext から継承された入れ子のクラス/インタフェース |
|---|
JmeContext.Type |
| コンストラクタの概要 | |
|---|---|
NullContext()
|
|
| メソッドの概要 | |
|---|---|
void |
create()
|
void |
create(boolean waitFor)
Creates the context and makes it active. |
void |
destroy()
|
void |
destroy(boolean waitFor)
Destroys the context completely, making it inactive. |
JoyInput |
getJoyInput()
|
KeyInput |
getKeyInput()
|
MouseInput |
getMouseInput()
|
Renderer |
getRenderer()
|
AppSettings |
getSettings()
|
Timer |
getTimer()
|
TouchInput |
getTouchInput()
|
JmeContext.Type |
getType()
|
boolean |
isCreated()
|
boolean |
isRenderable()
|
void |
restart()
Destroys and then re-creates the context. |
void |
run()
|
void |
setAutoFlushFrames(boolean enabled)
|
void |
setSettings(AppSettings settings)
|
void |
setSystemListener(SystemListener listener)
Sets the listener that will receive events relating to context creation, update, and destroy. |
void |
setTitle(java.lang.String title)
Sets the title of the display (if available). |
void |
sync(int fps)
|
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public NullContext()
| メソッドの詳細 |
|---|
public JmeContext.Type getType()
JmeContext 内の getTypepublic void setSystemListener(SystemListener listener)
JmeContext の記述:
JmeContext 内の setSystemListenerpublic void sync(int fps)
public void run()
java.lang.Runnable 内の runpublic void destroy(boolean waitFor)
JmeContext の記述:
JmeContext 内の destroywaitFor - If true, will wait until the context is destroyed fully.public void create(boolean waitFor)
JmeContext の記述:
JmeContext 内の createwaitFor - If true, will wait until context has initialized.public void restart()
JmeContext の記述:
JmeContext 内の restartpublic void setAutoFlushFrames(boolean enabled)
JmeContext 内の setAutoFlushFramesenabled - If enabled, the context will automatically flush
frames to the video card (swap buffers) after an update cycle.public MouseInput getMouseInput()
JmeContext 内の getMouseInputpublic KeyInput getKeyInput()
JmeContext 内の getKeyInputpublic JoyInput getJoyInput()
JmeContext 内の getJoyInputpublic TouchInput getTouchInput()
JmeContext 内の getTouchInputpublic void setTitle(java.lang.String title)
JmeContext の記述:
JmeContext 内の setTitletitle - The new title of the display.public void create()
public void destroy()
public boolean isCreated()
JmeContext 内の isCreatedpublic void setSettings(AppSettings settings)
JmeContext 内の setSettingssettings - the display settings to use for the created context. If
the context has already been created, then restart() must be called
for the changes to be applied.public AppSettings getSettings()
JmeContext 内の getSettingspublic Renderer getRenderer()
JmeContext 内の getRendererpublic Timer getTimer()
JmeContext 内の getTimerpublic boolean isRenderable()
JmeContext 内の isRenderableRenderer are called
while this is false, then the result is undefined.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||