Class DefaultBrokenLinkProvider
java.lang.Object
org.apache.batik.ext.awt.image.spi.BrokenLinkProvider
org.apache.batik.ext.awt.image.spi.DefaultBrokenLinkProvider
- Direct Known Subclasses:
SVGBrokenLinkProvider
-
Field Summary
Fields inherited from class org.apache.batik.ext.awt.image.spi.BrokenLinkProvider
BROKEN_LINK_PROPERTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatMessage
(Object base, String code, Object[] params) getBrokenLinkImage
(Object base, String code, 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.BrokenLinkProvider
hasBrokenLinkProperty
-
Constructor Details
-
DefaultBrokenLinkProvider
public DefaultBrokenLinkProvider()
-
-
Method Details
-
formatMessage
-
getBrokenLinkImage
Description copied from class:BrokenLinkProvider
This method is responsbile for constructing an image that will represent the missing image in the document. This method recives information about the reason a broken link image is being requested in thecode
andparams
parameters. These parameters may be used to generate nicely localized messages for insertion into the broken link image, or for selecting the broken link image returned.- Specified by:
getBrokenLinkImage
in classBrokenLinkProvider
- 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.
-