public final class ScreenImpl
extends java.lang.Object
Keyboard
,
Mouse
Modifier and Type | Method and Description |
---|---|
void |
addKeyboard(com.b3dgs.lionengine.Keyboard keyboard) |
void |
addKeyListener(com.b3dgs.lionengine.core.KeyboardListener listener) |
void |
addMouse(com.b3dgs.lionengine.Mouse mouse) |
void |
dispose() |
com.b3dgs.lionengine.core.Config |
getConfig() |
com.b3dgs.lionengine.Graphic |
getGraphic() |
int |
getLocationX() |
int |
getLocationY() |
void |
hideCursor() |
boolean |
isReady() |
void |
preUpdate() |
void |
requestFocus() |
void |
setIcon(java.lang.String filename) |
void |
setSequence(com.b3dgs.lionengine.core.Sequence sequence) |
static void |
setView(com.b3dgs.lionengine.core.ViewImpl view)
Set the view holder.
|
void |
show() |
void |
showCursor() |
void |
start() |
void |
surfaceChanged(SurfaceHolder holder,
int format,
int width,
int height) |
void |
surfaceCreated(SurfaceHolder holder) |
void |
surfaceDestroyed(SurfaceHolder holder) |
void |
update() |
public static void setView(com.b3dgs.lionengine.core.ViewImpl view)
view
- The view holder.public void start()
public void show()
public void preUpdate()
public void update()
public void dispose()
public void requestFocus()
public void hideCursor()
public void showCursor()
public void addKeyListener(com.b3dgs.lionengine.core.KeyboardListener listener)
public void addKeyboard(com.b3dgs.lionengine.Keyboard keyboard)
public void addMouse(com.b3dgs.lionengine.Mouse mouse)
public void setSequence(com.b3dgs.lionengine.core.Sequence sequence)
public void setIcon(java.lang.String filename)
public com.b3dgs.lionengine.Graphic getGraphic()
public com.b3dgs.lionengine.core.Config getConfig()
public int getLocationX()
public int getLocationY()
public boolean isReady()
public void surfaceChanged(SurfaceHolder holder, int format, int width, int height)
public void surfaceCreated(SurfaceHolder holder)
public void surfaceDestroyed(SurfaceHolder holder)