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 voidSvgNodeRendererInheritanceResolver.applyInheritanceToSubTree(ISvgNodeRenderer root, ISvgNodeRenderer subTree, SvgCssContext cssContext) Apply style and attribute inheritance to the tree formed by the root and the subTree.private static voidSvgNodeRendererInheritanceResolver.applyStyles(ISvgNodeRenderer parent, ISvgNodeRenderer child, SvgCssContext cssContext) static voidSvgStyleResolver.resolveFontSizeStyle(Map<String, String> styles, SvgCssContext cssContext, String parentFontSizeStr) Resolves the font size stored inside the current element.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 SvgCssContextSvgProcessorContext.cssContextThe 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 TypeMethodDescriptionvoidSvgDrawContext.setCssContext(SvgCssContext cssContext) Sets the SVG CSS context.