|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface AnimationIconInterface
AnimationIconInterface is an interface that allows for incrementing and
decrementing an IconInterface object state and to paint the image in
that state.
AnimationIconView| Method Summary | |
|---|---|
abstract void |
decrement()
Decrement the state of the object. |
abstract void |
increment()
Increment the state of the object. |
abstract void |
paintAnimation(java.awt.Component comp,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
Paint the object using its current state. |
abstract void |
reset()
Reset the object state to its initial state. |
| Methods inherited from interface com.sas.visuals.IconInterface |
|---|
getPreferredSize |
| Methods inherited from interface com.sas.visuals.PainterInterface |
|---|
getInsets, paint |
| Method Detail |
|---|
void reset()
void increment()
void decrement()
void paintAnimation(java.awt.Component comp,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
comp - the java.awt.Component to paint ong - the graphics context to use for paintingx - the x coordinatey - the y coordinatewidth - the widthheight - the heightPainterInterface.paint(java.awt.Component, java.awt.Graphics, int, int, int, int)
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||