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.private static void
SvgNodeRendererInheritanceResolver.applyStyles
(ISvgNodeRenderer parent, ISvgNodeRenderer child, SvgCssContext cssContext) static void
SvgStyleResolver.resolveFontSizeStyle
(Map<String, String> styles, SvgCssContext cssContext, String parentFontSizeStr) SvgStyleResolver.resolveStyles
(INode element, SvgCssContext context) -
Uses of SvgCssContext in com.itextpdf.svg.processors.impl
Fields in com.itextpdf.svg.processors.impl declared as SvgCssContextModifier and TypeFieldDescriptionprivate final SvgCssContext
SvgProcessorContext.cssContext
The SVG CSS context.Methods in com.itextpdf.svg.processors.impl that return SvgCssContext -
Uses of SvgCssContext in com.itextpdf.svg.renderers
Fields in com.itextpdf.svg.renderers declared as SvgCssContextMethods 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.