net.avh4.framework.uilayer.scene
Class SceneLabel
java.lang.Object
net.avh4.framework.uilayer.scene.SceneElement
net.avh4.framework.uilayer.scene.SceneLabel
public class SceneLabel
- extends SceneElement
|
Constructor Summary |
SceneLabel(String text,
int x,
int y,
Font font,
int fontSize,
int color)
|
SceneLabel(String text,
int x,
int y,
String customFontResource,
int fontSize,
int color)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
protected String text
font
protected final Font font
fontSize
protected final int fontSize
color
protected final int color
SceneLabel
public SceneLabel(String text,
int x,
int y,
Font font,
int fontSize,
int color)
SceneLabel
public SceneLabel(String text,
int x,
int y,
String customFontResource,
int fontSize,
int color)
Copyright © 2012. All Rights Reserved.