|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.avh4.framework.uilayer.scene.SceneElement
net.avh4.framework.uilayer.scene.SceneLabel
public class SceneLabel
| Field Summary | |
|---|---|
protected int |
color
|
protected String |
font
|
protected int |
fontSize
|
protected String |
text
|
| Fields inherited from class net.avh4.framework.uilayer.scene.SceneElement |
|---|
height, name, width, x, y |
| Constructor Summary | |
|---|---|
SceneLabel(String text,
int x,
int y,
String customFontResource,
int fontSize,
int color)
|
|
| Method Summary |
|---|
| Methods inherited from class net.avh4.framework.uilayer.scene.SceneElement |
|---|
getHeight, getName, getWidth, getX, getY |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String text
protected final String font
protected final int fontSize
protected final int color
| Constructor Detail |
|---|
public SceneLabel(String text,
int x,
int y,
String customFontResource,
int fontSize,
int color)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||