com.sas.visuals
Interface AnimationIconInterface
- All Superinterfaces:
- IconInterface, PainterInterface,
- All Known Implementing Classes:
- FireworkIcon, MarqueeIcon, ImageAnimationIcon
- public interface AnimationIconInterface
- extends IconInterface
AnimationIconInterface is an interface that allows for incrementing and
decrementing an IconInterface object state and to paint the image in
that state.
- See Also:
AnimationIconView
|
Method Summary |
void |
decrement()
Decrement the state of the object. |
void |
increment()
Increment the state of the object. |
void |
paintAnimation(Component comp,
Graphics g,
int x,
int y,
int width,
int height)
Paint the object using its current state. |
void |
reset()
Reset the object state to its initial state. |
reset
public void reset()
- Reset the object state to its initial state.
increment
public void increment()
- Increment the state of the object.
decrement
public void decrement()
- Decrement the state of the object.
paintAnimation
public void paintAnimation(Component comp,
Graphics g,
int x,
int y,
int width,
int height)
- Paint the object using its current state.
- Parameters:
comp - the java.awt.Component to paint ong - the graphics context to use for paintingx - the x coordinatey - the y coordinatewidth - the widthheight - the height- See Also:
PainterInterface.paint(java.awt.Component, java.awt.Graphics, int, int, int, int)
Copyright © 2005 SAS Institute Inc. All Rights Reserved.
javadoc generated Thu, 16 Feb 2006 02:32:21