public class UILayer extends Object
| Modifier and Type | Field and Description |
|---|---|
static UILayerService |
service |
| Constructor and Description |
|---|
UILayer() |
| Modifier and Type | Method and Description |
|---|---|
static ExternalStorage |
getExternalStorage() |
static Image |
loadImageFile(String filename) |
static Image |
loadImageResource(String resourceName) |
static void |
main(Element game,
ClickReceiver receiver,
KeyReceiver keyReceiver,
TimerUpdate timerUpdate) |
static <M,VC extends View<M> & Controller<M>> |
main(M model,
VC viewController) |
static <M> void |
main(M model,
View<M> view,
Controller<M> controller) |
static void |
main(UI game) |
public static final UILayerService service
public static void main(UI game)
public static void main(Element game, ClickReceiver receiver, KeyReceiver keyReceiver, TimerUpdate timerUpdate)
public static Image loadImageFile(String filename) throws IOException
IOExceptionpublic static ExternalStorage getExternalStorage()
public static <M,VC extends View<M> & Controller<M>> void main(M model, VC viewController)
public static <M> void main(M model,
View<M> view,
Controller<M> controller)
Copyright © 2013. All Rights Reserved.