|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.ext.awt.image.spi.DefaultBrokenLinkProvider | +--org.apache.batik.bridge.SVGBrokenLinkProvider
This interface is to be used to provide alternate ways of generating a placeholder image when the ImageTagRegistry fails to handle a given reference.
Fields inherited from interface org.apache.batik.ext.awt.image.spi.BrokenLinkProvider |
BROKEN_LINK_PROPERTY |
Constructor Summary | |
SVGBrokenLinkProvider()
|
Method Summary | |
Filter |
getBrokenLinkImage(java.lang.Object base,
java.lang.String code,
java.lang.Object[] params)
This method is responsbile for constructing an image that will represent the missing image in the document. |
Methods inherited from class org.apache.batik.ext.awt.image.spi.DefaultBrokenLinkProvider |
formatMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVGBrokenLinkProvider()
Method Detail |
public Filter getBrokenLinkImage(java.lang.Object base, java.lang.String code, java.lang.Object[] params)
getBrokenLinkImage
in class DefaultBrokenLinkProvider
code
- This is the reason the image is unavailable should
be taken from ErrorConstants.params
- This is more detailed information about
the circumstances of the failure.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |