| Interface and Description |
|---|
| com.itextpdf.svg.renderers.factories.ISvgNodeRendererMapper
The interface will be removed in 7.2, while its implementation
(
DefaultSvgNodeRendererMapper) will be used as our internal class. Users should
override ISvgNodeRendererFactory (or at least DefaultSvgNodeRendererFactory)
and should not deal with the mapping class as it's more of an implementation detail. |
| com.itextpdf.svg.renderers.impl.ISvgTextNodeHelper |
| Class and Description |
|---|
| com.itextpdf.svg.renderers.factories.DefaultSvgNodeRendererMapper
The public access to this class will be removed in 7.2. The class itself can become
either package private or the inner private static class for
the
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. |
| com.itextpdf.svg.renderers.impl.NoDrawOperationSvgNodeRenderer
will be removed in iText 7.2 use
INoDrawSvgNodeRenderer instead |
| com.itextpdf.svg.css.impl.StyleResolverUtil
use
StyleUtil instead.
Utility class for resolving parent-inheritance of style and attribute declarations |
| Field and Description |
|---|
| com.itextpdf.svg.exceptions.SvgLogMessageConstant.ERROR_CLOSING_CSS_STREAM |
| com.itextpdf.svg.exceptions.SvgLogMessageConstant.FLOAT_PARSING_NAN |
| com.itextpdf.svg.exceptions.SvgLogMessageConstant.FONT_PROVIDER_CONTAINS_ZERO_FONTS |
| com.itextpdf.svg.SvgConstants.Values.GRADIENT_UNITS_OBJECT_BOUNDING_BOX
it will be removed in the 7.2 update.
Use
SvgConstants.Values.OBJECT_BOUNDING_BOX instead. |
| com.itextpdf.svg.SvgConstants.Values.GRADIENT_UNITS_USER_SPACE_ON_USE
it will be removed in the 7.2 update.
Use
SvgConstants.Values.USER_SPACE_ON_USE instead. |
| com.itextpdf.svg.SvgConstants.Values.SVGNAMESPACEURL |
| com.itextpdf.svg.exceptions.SvgLogMessageConstant.TRANSFORM_INCORRECT_VALUE_TYPE |
Copyright © 1998–2020 iText Group NV. All rights reserved.