Class DefaultSvgNodeRendererMapper
java.lang.Object
com.itextpdf.svg.renderers.factories.DefaultSvgNodeRendererMapper
Contains the mapping of the default implementations, provided by this project for the standard SVG
tags as defined in the SVG Specification.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Represents a function, which createsISvgNodeRenderer
instance. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final Collection
<String> private static final String
private static final Map
<String, DefaultSvgNodeRendererMapper.ISvgNodeRendererCreator> private static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Collection
<String> Gets the default ignored SVG tags.(package private) Map
<String, DefaultSvgNodeRendererMapper.ISvgNodeRendererCreator> Gets the default SVG tags mapping.
-
Field Details
-
CLIP_PATH_LC
-
LINEAR_GRADIENT_LC
-
TEXT_LEAF_LC
-
mapping
-
ignored
-
-
Constructor Details
-
DefaultSvgNodeRendererMapper
DefaultSvgNodeRendererMapper()Creates a newDefaultSvgNodeRendererMapper
instance.
-
-
Method Details
-
getMapping
Map<String,DefaultSvgNodeRendererMapper.ISvgNodeRendererCreator> getMapping()Gets the default SVG tags mapping.- Returns:
- the default SVG tags mapping
-
getIgnoredTags
Collection<String> getIgnoredTags()Gets the default ignored SVG tags.- Returns:
- default ignored SVG tags
-