public class DefaultSvgNodeRendererMapper extends Object implements ISvgNodeRendererMapper
ISvgNodeRendererMapper that will be used by default in the DefaultSvgNodeRendererFactory. It contains the mapping of the default implementations, provided by this project for the standard SVG tags as defined in the SVG Specification.
| Constructor and Description |
|---|
DefaultSvgNodeRendererMapper() |
| 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.
|
public Map<String,Class extends ISvgNodeRenderer>> getMapping()
ISvgNodeRendererMapper
getMapping in interface ISvgNodeRendererMapper
Map with Strings as keys and {link @ISvgNodeRenderer} implementations as values
public Collection<String> getIgnoredTags()
ISvgNodeRendererMapper
getIgnoredTags in interface ISvgNodeRendererMapper
Copyright © 1998–2019 iText Group NV. All rights reserved.