net.avh4.framework.uilayer.scene
Interface Scene
public interface Scene
|
Method Summary |
SceneImage |
addImage(int x,
int y,
int width,
int height,
String imageName)
|
SceneImage |
addImage(int x,
int y,
int width,
int height,
String imageName,
int clipX,
int clipY,
int clipWidth,
int clipHeight)
|
void |
addPlaceholder(String name,
int x,
int y,
int width,
int height)
|
void |
addText(String text,
int x,
int y,
int width,
String customFontResource,
int fontSize)
|
int |
getHeight()
|
String |
getTitle()
|
int |
getWidth()
|
getTitle
String getTitle()
getWidth
int getWidth()
getHeight
int getHeight()
addText
void addText(String text,
int x,
int y,
int width,
String customFontResource,
int fontSize)
addPlaceholder
void addPlaceholder(String name,
int x,
int y,
int width,
int height)
addImage
SceneImage addImage(int x,
int y,
int width,
int height,
String imageName,
int clipX,
int clipY,
int clipWidth,
int clipHeight)
addImage
SceneImage addImage(int x,
int y,
int width,
int height,
String imageName)
Copyright © 2011. All Rights Reserved.