|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageListener
Image listener interface.
Method Summary | |
---|---|
void |
baselineChanged(Image image,
int previousBaseline)
Called when an image's baseline has changed. |
void |
regionUpdated(Image image,
int x,
int y,
int width,
int height)
Called when a region within an image needs to be repainted. |
void |
sizeChanged(Image image,
int previousWidth,
int previousHeight)
Called when an image's size has changed. |
Method Detail |
---|
void sizeChanged(Image image, int previousWidth, int previousHeight)
image
- previousWidth
- previousHeight
- void baselineChanged(Image image, int previousBaseline)
image
- previousBaseline
- void regionUpdated(Image image, int x, int y, int width, int height)
image
- x
- y
- width
- height
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |