|
||||||||||
| 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.SceneCenteredText
public class SceneCenteredText
| 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 | |
|---|---|
SceneCenteredText(String text,
int x,
int y,
int width,
int height,
Font font,
int color)
|
|
| Method Summary | |
|---|---|
String |
getText()
|
void |
setText(String text)
|
| 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 final Font font
protected final int color
protected String text
| Constructor Detail |
|---|
public SceneCenteredText(String text,
int x,
int y,
int width,
int height,
Font font,
int color)
| Method Detail |
|---|
public void setText(String text)
public String getText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||