public class Window extends Group implements Signal.Listener<Keys.Key>
Modifier and Type | Field and Description |
---|---|
static int |
GAP |
static int |
TITLE_COLOR |
Constructor and Description |
---|
Window() |
Window(int width,
int height) |
Window(int width,
int height,
NinePatch chrome) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
hide() |
void |
onBackPressed() |
void |
onMenuPressed() |
void |
onSignal(Keys.Key key) |
void |
resize(int w,
int h) |
add, addToBack, bringToFront, clear, draw, getLength, getMember, kill, recycle, remove, update
camera, getParent, getVisible, hasParent, isActive, isVisible, killAndErase, remove, revive, setNullParent, setParent, setVisible
public static final int GAP
public static final int TITLE_COLOR
public Window()
public Window(int width, int height)
public Window(int width, int height, NinePatch chrome)
public void resize(int w, int h)
public void hide()
public void onSignal(Keys.Key key)
onSignal
in interface Signal.Listener<Keys.Key>
public void onBackPressed()
public void onMenuPressed()