public interface Sprite
| Modifier and Type | Method and Description |
|---|---|
void |
paint(Graphics graphics,
long time)
Paints the object.
|
void paint(Graphics graphics, long time)
graphics - the Graphics to paint on.time - the time since the start of the animation, expressed in
milliseconds.Copyright © 2018. All rights reserved.