| Modifier and Type | Field and Description |
|---|---|
protected int |
color |
protected Font |
font |
protected String |
text |
| Constructor and Description |
|---|
SceneText(String text,
Font customFont,
int color) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm) |
String |
getText() |
void |
setText(String string) |
String |
toString() |
protected String text
protected final Font font
protected final int color
public void setText(String string)
public String getText()
public void draw(net.avh4.math.geometry.Rect bounds,
GraphicsOperations g,
FontMetricsService fm)
Copyright © 2013. All Rights Reserved.