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()
ISvgNodeRendererMappergetMapping in interface ISvgNodeRendererMapperMap with Strings as keys and {link @ISvgNodeRenderer}
implementations as valuespublic Collection<String> getIgnoredTags()
ISvgNodeRendererMappergetIgnoredTags in interface ISvgNodeRendererMapperCopyright © 1998–2019 iText Group NV. All rights reserved.