public class SquidApplicationAdapter extends com.badlogic.gdx.ApplicationAdapter
ApplicationAdapter.create()
method should assign
screen
. Then, you should implement
AbstractSquidScreen.getNext()
; and you'll be done.Modifier and Type | Field and Description |
---|---|
protected IPanelBuilder |
ipb |
protected AbstractSquidScreen<com.badlogic.gdx.graphics.Color> |
screen
Should be assigned in
ApplicationAdapter.create() |
Constructor and Description |
---|
SquidApplicationAdapter()
An
IPanelBuilder that specifies which font sizes are
available. |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
pause() |
void |
render() |
void |
resize(int width,
int height) |
void |
resume() |
protected final IPanelBuilder ipb
protected AbstractSquidScreen<com.badlogic.gdx.graphics.Color> screen
ApplicationAdapter.create()
public SquidApplicationAdapter()
IPanelBuilder
that specifies which font sizes are
available. Use IPanelBuilder.Skeleton
to help build
this instance.public void render()
render
in interface com.badlogic.gdx.ApplicationListener
render
in class com.badlogic.gdx.ApplicationAdapter
public void resize(int width, int height)
resize
in interface com.badlogic.gdx.ApplicationListener
resize
in class com.badlogic.gdx.ApplicationAdapter
public void pause()
pause
in interface com.badlogic.gdx.ApplicationListener
pause
in class com.badlogic.gdx.ApplicationAdapter
public void resume()
resume
in interface com.badlogic.gdx.ApplicationListener
resume
in class com.badlogic.gdx.ApplicationAdapter
public void dispose()
dispose
in interface com.badlogic.gdx.ApplicationListener
dispose
in class com.badlogic.gdx.ApplicationAdapter
Copyright © 2012–2016. All rights reserved.