|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.gui.splash.FontSprite
public class FontSprite
This Sprite sets the font for another given sprite.
| Constructor Summary | |
|---|---|
FontSprite(proguard.gui.splash.VariableFont font,
Sprite sprite)
Creates a new FontSprite. |
|
| Method Summary | |
|---|---|
void |
paint(java.awt.Graphics graphics,
long time)
Paints the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FontSprite(proguard.gui.splash.VariableFont font,
Sprite sprite)
font - the variable Font of the given sprite.sprite - the sprite that will be provided of a font and painted.| Method Detail |
|---|
public void paint(java.awt.Graphics graphics,
long time)
Sprite
paint in interface Spritegraphics - the Graphics to paint on.time - the time since the start of the animation, expressed in
milliseconds.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||