Uses of Class
com.itextpdf.svg.css.SvgCssContext
Packages that use SvgCssContext
Package
Description
-
Uses of SvgCssContext in com.itextpdf.svg.css.impl
Methods in com.itextpdf.svg.css.impl with parameters of type SvgCssContextModifier and TypeMethodDescriptionstatic void
SvgNodeRendererInheritanceResolver.applyInheritanceToSubTree
(ISvgNodeRenderer root, ISvgNodeRenderer subTree, SvgCssContext cssContext) Apply style and attribute inheritance to the tree formed by the root and the subTree.static void
SvgStyleResolver.resolveFontSizeStyle
(Map<String, String> styles, SvgCssContext cssContext, String parentFontSizeStr) Resolves the font size stored inside the current element. -
Uses of SvgCssContext in com.itextpdf.svg.processors.impl
Methods in com.itextpdf.svg.processors.impl that return SvgCssContext -
Uses of SvgCssContext in com.itextpdf.svg.renderers
Methods in com.itextpdf.svg.renderers that return SvgCssContextMethods in com.itextpdf.svg.renderers with parameters of type SvgCssContextModifier and TypeMethodDescriptionvoid
SvgDrawContext.setCssContext
(SvgCssContext cssContext) Sets the SVG CSS context.