|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSprite
vooga.engine.overlay.OverlayLabel
public class OverlayLabel
Takes an OverlayString and places it over the top of another Sprite. It constantly updates the position in case the Sprite moves around. This could be used to display a player's name above his character.
Constructor Summary | |
---|---|
OverlayLabel(Sprite sprite,
OverlayString overlayString)
|
Method Summary | |
---|---|
void |
act()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OverlayLabel(Sprite sprite, OverlayString overlayString)
Method Detail |
---|
public void act()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |