public interface SVGEventProducer extends EventProducer
Modifier and Type | Interface and Description |
---|---|
static class |
SVGEventProducer.Provider
Provider class for the event producer.
|
Modifier and Type | Method and Description |
---|---|
void |
alert(Object source,
String message)
Alert during SVG processing.
|
void |
bitmapWithTransparency(Object source,
Object pdfProfile,
String uri)
SVG references a bitmap image that contains transparency while it is not allowed.
|
void |
error(Object source,
String message,
Exception e)
Error during SVG processing.
|
void |
info(Object source,
String message)
Info during SVG processing.
|
void |
svgNotBuilt(Object source,
Exception e,
String uri)
SVG graphic could not be built due to an exception.
|
void |
svgRenderingError(Object source,
Exception e,
String uri)
SVG graphic could not be rendered due to an exception.
|
void |
transparencyIgnored(Object source,
Object pdfProfile,
String uri)
Transparency has been ignored due to restrictions from the PDF profile being used.
|
void error(Object source, String message, Exception e)
source
- the event sourcemessage
- the error message (or null)e
- the exception (or null)void alert(Object source, String message)
source
- the event sourcemessage
- the error messagevoid info(Object source, String message)
source
- the event sourcemessage
- the error messagevoid svgNotBuilt(Object source, Exception e, String uri)
source
- the event sourcee
- the original exceptionuri
- the URI of the SVG graphicvoid svgRenderingError(Object source, Exception e, String uri)
source
- the event sourcee
- the original exceptionuri
- the URI of the SVG graphicvoid transparencyIgnored(Object source, Object pdfProfile, String uri)
source
- the event sourcepdfProfile
- the PDF profileuri
- the image URI, if availablevoid bitmapWithTransparency(Object source, Object pdfProfile, String uri)
source
- the event sourcepdfProfile
- the PDF profile that disallows transparencyuri
- the image URI, if availableCopyright © 2025 Apache Software Foundation. All rights reserved.