|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SVGImageFactory.FactoryListener
The listener for the image users
Method Summary | |
---|---|
void |
done(java.awt.image.BufferedImage image)
If the loading is successful as well as the painting then the resulting image is provided to the caller |
void |
failed(java.lang.String msg)
If the loading is not successful or the painting then the error message is provided to the caller |
Method Detail |
---|
void done(java.awt.image.BufferedImage image)
image
- the resulting imagevoid failed(java.lang.String msg)
msg
- the error message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |