DefaultSvgNodeRendererFactory
. 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 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()
Deprecated.
|
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.
|
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–2023 iText Group NV. All rights reserved.