|
||||||||||
| 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 Font |
font
|
protected String |
text
|
| Fields inherited from class net.avh4.framework.uilayer.scene.SceneElement |
|---|
height, hidden, name, width, x, y |
| Constructor Summary | |
|---|---|
SceneLabel(String text,
int x,
int y,
Font font,
int color)
|
|
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, isHidden, setHeight, setHidden, setWidth, setX, setY, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String text
protected final Font font
protected final int color
| Constructor Detail |
|---|
public SceneLabel(String text,
int x,
int y,
Font font,
int color)
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 | |||||||||