Interface SVGEventProducer
- All Superinterfaces:
EventProducer
Event producer interface for SVG-related events.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classProvider class for the event producer. -
Method Summary
Modifier and TypeMethodDescriptionvoidAlert during SVG processing.voidbitmapWithTransparency(Object source, Object pdfProfile, String uri) SVG references a bitmap image that contains transparency while it is not allowed.voidError during SVG processing.voidInfo during SVG processing.voidsvgNotBuilt(Object source, Exception e, String uri) SVG graphic could not be built due to an exception.voidsvgRenderingError(Object source, Exception e, String uri) SVG graphic could not be rendered due to an exception.voidtransparencyIgnored(Object source, Object pdfProfile, String uri) Transparency has been ignored due to restrictions from the PDF profile being used.
-
Method Details
-
error
-
alert
-
info
-
svgNotBuilt
-
svgRenderingError
-
transparencyIgnored
-
bitmapWithTransparency
-