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 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(java.util.Map<java.lang.String,java.lang.String> styles, SvgCssContext cssContext, java.lang.String parentFontSizeStr)Resolves the font size stored inside the current element.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 SvgCssContextSvgProcessorContext. cssContextThe SVG CSS context.Methods in com.itextpdf.svg.processors.impl that return SvgCssContext Modifier and Type Method Description SvgCssContextSvgProcessorContext. 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 SvgCssContextSvgDrawContext. cssContextMethods in com.itextpdf.svg.renderers that return SvgCssContext Modifier and Type Method Description SvgCssContextSvgDrawContext. getCssContext()Gets the SVG CSS context.Methods in com.itextpdf.svg.renderers with parameters of type SvgCssContext Modifier and Type Method Description voidSvgDrawContext. setCssContext(SvgCssContext cssContext)Sets the SVG CSS context.
-