|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UILayerService
| Method Summary | ||
|---|---|---|
int |
getFontHeight(Font font)
|
|
int |
getImageHeight(String image)
|
|
int |
getImageWidth(String image)
|
|
int |
getPixel(String image,
int x,
int y)
|
|
int |
measureText(Font font,
String text)
|
|
void |
run(SceneCreator game,
ClickReceiver receiver,
KeyReceiver keyReceiver)
|
|
|
showChoices(String title,
List<T> choices,
ResponseListener<T> listener)
|
|
| Method Detail |
|---|
void run(SceneCreator game,
ClickReceiver receiver,
KeyReceiver keyReceiver)
int getImageWidth(String image)
int getImageHeight(String image)
int getPixel(String image,
int x,
int y)
int getFontHeight(Font font)
int measureText(Font font,
String text)
<T> void showChoices(String title,
List<T> choices,
ResponseListener<T> listener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||