public interface ISvgNodeRendererMapper
DefaultSvgNodeRendererFactory
to allow customizability in client code, and dependency injection in tests.
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getIgnoredTags()
Get the list of tags that do not map to any Renderer and should be ignored
|
Map<String,Class extends ISvgNodeRenderer>> |
getMapping()
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–2020 iText Group NV. All rights reserved.