DefaultSvgNodeRendererMapper
) will be used as our internal class. Users should override ISvgNodeRendererFactory
(or at least DefaultSvgNodeRendererFactory
) and should not deal with the mapping class as it's more of an implementation detail.
@Deprecated public interface ISvgNodeRendererMapper
DefaultSvgNodeRendererFactory
to allow customizability in client code, and dependency injection in tests.
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getIgnoredTags()
Deprecated.
Get the list of tags that do not map to any Renderer and should be ignored
|
Map<String,Class extends ISvgNodeRenderer>> |
getMapping()
Deprecated.
Gets the map from tag names to Renderer classes.
|
Map<String,Class extends ISvgNodeRenderer>> getMapping()
Map
with Strings as keys and {link @ISvgNodeRenderer} implementations as values
Collection<String> getIgnoredTags()
Copyright © 1998–2023 iText Group NV. All rights reserved.