Uses of Interface
com.itextpdf.svg.renderers.path.impl.IOperatorConverter
-
Packages that use IOperatorConverter Package Description com.itextpdf.svg.renderers.path.impl -
-
Uses of IOperatorConverter in com.itextpdf.svg.renderers.path.impl
Classes in com.itextpdf.svg.renderers.path.impl that implement IOperatorConverter Modifier and Type Class Description (package private) classDefaultOperatorConverterDefault implementation ofIOperatorConverterused by the regular (not-smooth) curves and other path commands.(package private) classSmoothOperatorConverterImplementation ofIOperatorConverterspecifically for smooth curves.Fields in com.itextpdf.svg.renderers.path.impl declared as IOperatorConverter Modifier and Type Field Description protected IOperatorConverterAbstractPathShape. copierConstructors in com.itextpdf.svg.renderers.path.impl with parameters of type IOperatorConverter Constructor Description AbstractPathShape(boolean relative, IOperatorConverter copier)Creates newAbstractPathShapeinstance.CurveTo(boolean relative, IOperatorConverter copier)Creates newCurveToinstance.QuadraticCurveTo(boolean relative, IOperatorConverter copier)Creates newQuadraticCurveToinstance.
-