Uses of Class
com.itextpdf.svg.css.SvgCssContext
-
Packages that use SvgCssContext Package Description com.itextpdf.svg.css.impl com.itextpdf.svg.processors.impl com.itextpdf.svg.renderers -
-
Uses of SvgCssContext in com.itextpdf.svg.css.impl
Methods in com.itextpdf.svg.css.impl with parameters of type SvgCssContext Modifier and Type Method Description static void
SvgNodeRendererInheritanceResolver. applyInheritanceToSubTree(ISvgNodeRenderer root, ISvgNodeRenderer subTree, SvgCssContext cssContext)
Apply style and attribute inheritance to the tree formed by the root and the subTree.private static void
SvgNodeRendererInheritanceResolver. applyStyles(ISvgNodeRenderer parent, ISvgNodeRenderer child, SvgCssContext cssContext)
static void
SvgStyleResolver. resolveFontSizeStyle(java.util.Map<java.lang.String,java.lang.String> styles, SvgCssContext cssContext, java.lang.String parentFontSizeStr)
private java.util.Map<java.lang.String,java.lang.String>
SvgStyleResolver. resolveStyles(INode element, SvgCssContext context)
-
Uses of SvgCssContext in com.itextpdf.svg.processors.impl
Fields in com.itextpdf.svg.processors.impl declared as SvgCssContext Modifier and Type Field Description private SvgCssContext
SvgProcessorContext. cssContext
The SVG CSS context.Methods in com.itextpdf.svg.processors.impl that return SvgCssContext Modifier and Type Method Description SvgCssContext
SvgProcessorContext. getCssContext()
Gets the SVG CSS context. -
Uses of SvgCssContext in com.itextpdf.svg.renderers
Fields in com.itextpdf.svg.renderers declared as SvgCssContext Modifier and Type Field Description private SvgCssContext
SvgDrawContext. cssContext
Methods in com.itextpdf.svg.renderers that return SvgCssContext Modifier and Type Method Description SvgCssContext
SvgDrawContext. getCssContext()
Gets the SVG CSS context.Methods in com.itextpdf.svg.renderers with parameters of type SvgCssContext Modifier and Type Method Description void
SvgDrawContext. setCssContext(SvgCssContext cssContext)
Sets the SVG CSS context.
-