|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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
内の getType
public void setSystemListener(SystemListener listener)
JmeContext
の記述:
JmeContext
内の setSystemListener
public void sync(int fps)
public void run()
java.lang.Runnable
内の run
public void destroy(boolean waitFor)
JmeContext
の記述:
JmeContext
内の destroy
waitFor
- If true, will wait until the context is destroyed fully.public void create(boolean waitFor)
JmeContext
の記述:
JmeContext
内の create
waitFor
- If true, will wait until context has initialized.public void restart()
JmeContext
の記述:
JmeContext
内の restart
public void setAutoFlushFrames(boolean enabled)
JmeContext
内の setAutoFlushFrames
enabled
- If enabled, the context will automatically flush
frames to the video card (swap buffers) after an update cycle.public MouseInput getMouseInput()
JmeContext
内の getMouseInput
public KeyInput getKeyInput()
JmeContext
内の getKeyInput
public JoyInput getJoyInput()
JmeContext
内の getJoyInput
public TouchInput getTouchInput()
JmeContext
内の getTouchInput
public void setTitle(java.lang.String title)
JmeContext
の記述:
JmeContext
内の setTitle
title
- The new title of the display.public void create()
public void destroy()
public boolean isCreated()
JmeContext
内の isCreated
public void setSettings(AppSettings settings)
JmeContext
内の setSettings
settings
- 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
内の getSettings
public Renderer getRenderer()
JmeContext
内の getRenderer
public Timer getTimer()
JmeContext
内の getTimer
public boolean isRenderable()
JmeContext
内の isRenderable
Renderer
are called
while this is false
, then the result is undefined.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |