Uses of Interface
com.itextpdf.svg.renderers.IBranchSvgNodeRenderer
Packages that use IBranchSvgNodeRenderer
Package
Description
-
Uses of IBranchSvgNodeRenderer in com.itextpdf.svg.renderers
Subinterfaces of IBranchSvgNodeRenderer in com.itextpdf.svg.renderersModifier and TypeInterfaceDescriptioninterface
Interface that defines branches in the NodeRenderer structure that will not draw on its own.interface
Interface for working with paint servers. -
Uses of IBranchSvgNodeRenderer in com.itextpdf.svg.renderers.impl
Classes in com.itextpdf.svg.renderers.impl that implement IBranchSvgNodeRendererModifier and TypeClassDescriptionclass
Abstract class that will be the superclass for any element that can function as a parent.class
class
ISvgNodeRenderer
abstract implementation for gradient tags (, ). class
This renderer represents a collection of elements (simple shapes and paths).class
class
This renderer represents a branch in an SVG tree.class
ISvgNodeRenderer
implementation for thetag. class
ISvgNodeRenderer
implementation for thetag. class
Implementation for the svgtag. class
ISvgNodeRenderer
implementation for the gradienttag. class
ISvgNodeRenderer
implementation for theclass
-
Uses of IBranchSvgNodeRenderer in com.itextpdf.svg.utils
Methods in com.itextpdf.svg.utils with parameters of type IBranchSvgNodeRendererModifier and TypeMethodDescriptionstatic void
TemplateResolveUtils.resolve
(IBranchSvgNodeRenderer renderer, SvgDrawContext context) Resolve href to other object within svg and fills renderer with its properties and children if needed.