public interface AnimationExtension
| Modifier and Type | Method and Description |
|---|---|
void |
adjustForSize(int w,
int h)
Adjusts for size.
|
void |
animate()
Performs the optional animation.
|
void |
paint(java.awt.Graphics g)
Paints static contents.
|
void adjustForSize(int w, int h)
w - widthh - heightvoid paint(java.awt.Graphics g)
g - graphics objectvoid animate()