Uses of Class
com.itextpdf.svg.renderers.impl.AbstractBranchSvgNodeRenderer
-
Packages that use AbstractBranchSvgNodeRenderer Package Description com.itextpdf.svg.renderers.impl -
-
Uses of AbstractBranchSvgNodeRenderer in com.itextpdf.svg.renderers.impl
Subclasses of AbstractBranchSvgNodeRenderer in com.itextpdf.svg.renderers.impl Modifier and Type Class Description classAbstractContainerSvgNodeRendererAbstract class that will be the superclass for any element that instantiates new view port.classAbstractGradientSvgNodeRendererISvgNodeRendererabstract implementation for gradient tags (<linearGradient>, <radialGradient>).classClipPathSvgNodeRendererThis renderer represents a collection of elements (simple shapes and paths).classDefsSvgNodeRendererISvgNodeRendererimplementation for the <defs> tag.classGroupSvgNodeRendererThis renderer represents a branch in an SVG tree.classLinearGradientSvgNodeRendererISvgNodeRendererimplementation for the <linearGradient> tag.classMarkerSvgNodeRendererISvgNodeRendererimplementation for the <marker> tag.classPatternSvgNodeRendererImplementation for the svg <pattern> tag.classStopSvgNodeRendererISvgNodeRendererimplementation for the gradient <stop> tag.classSvgTagSvgNodeRendererISvgNodeRendererimplementation for the <svg> tag.classSymbolSvgNodeRendererISvgNodeRendererimplementation for the <symbol> tag.Methods in com.itextpdf.svg.renderers.impl with parameters of type AbstractBranchSvgNodeRenderer Modifier and Type Method Description protected voidAbstractBranchSvgNodeRenderer. deepCopyChildren(AbstractBranchSvgNodeRenderer deepCopy)Create a deep copy of every child renderer and add them to the passedAbstractBranchSvgNodeRenderer
-