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 interfaceRepresents a function, which createsISvgNodeRendererinstance. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Collection<String> private static final Stringprivate 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 newDefaultSvgNodeRendererMapperinstance.
-
-
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
-