org.apache.batik.ext.awt.image.spi
public abstract class BrokenLinkProvider extends Object
Field Summary | |
---|---|
static String | BROKEN_LINK_PROPERTY
The image returned by getBrokenLinkImage should always
return some value when queried for the BROKEN_LINK_PROPERTY.
|
Method Summary | |
---|---|
abstract Filter | getBrokenLinkImage(Object base, String code, Object[] params)
This method is responsbile for constructing an image that will
represent the missing image in the document. |
static boolean | hasBrokenLinkProperty(Filter f) |
Parameters: base The object to use for Message decoding. 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.