Uses of Interface
com.itextpdf.svg.renderers.path.IPathShape
Packages that use IPathShape
Package
Description
-
Uses of IPathShape in com.itextpdf.svg.renderers.impl
Methods in com.itextpdf.svg.renderers.impl that return types with arguments of type IPathShapeModifier and TypeMethodDescriptionprivate List<IPathShape> PathSvgNodeRenderer.addMoveToShapes(IPathShape pathShape, String[] pathProperties, IPathShape beforeMoveShape) (package private) Collection<IPathShape> PathSvgNodeRenderer.getShapes()Processes theSvgConstants.Attributes.DAbstractSvgNodeRenderer.attributesAndStylesand converts them into one or moreIPathShapeobjects to be drawn on the canvas.private List<IPathShape> PathSvgNodeRenderer.processPathOperator(String[] pathProperties, IPathShape previousShape) Processes an individual pathing operator and all of its arguments, converting into one or moreIPathShapeobjects.Methods in com.itextpdf.svg.renderers.impl with parameters of type IPathShapeModifier and TypeMethodDescriptionprivate List<IPathShape> PathSvgNodeRenderer.addMoveToShapes(IPathShape pathShape, String[] pathProperties, IPathShape beforeMoveShape) private static PointPathSvgNodeRenderer.getCurrentPoint(IPathShape previousShape) private String[]PathSvgNodeRenderer.getShapeCoordinates(IPathShape shape, IPathShape previousShape, String[] pathProperties) Gets the coordinates that shall be passed toIPathShape.setCoordinates(String[], Point)for the current shape.private List<IPathShape> PathSvgNodeRenderer.processPathOperator(String[] pathProperties, IPathShape previousShape) Processes an individual pathing operator and all of its arguments, converting into one or moreIPathShapeobjects. -
Uses of IPathShape in com.itextpdf.svg.renderers.path
Methods in com.itextpdf.svg.renderers.path that return IPathShapeModifier and TypeMethodDescriptionstatic IPathShapeSvgPathShapeFactory.createPathShape(String name) Creates a configuredIPathShapeobject based on the passed Svg path data instruction tag.Methods in com.itextpdf.svg.renderers.path that return types with arguments of type IPathShapeModifier and TypeMethodDescriptionIPathShapeMapper.getMapping()Provides a mapping of Path-data instructions' names to path shape classes. -
Uses of IPathShape in com.itextpdf.svg.renderers.path.impl
Classes in com.itextpdf.svg.renderers.path.impl that implement IPathShapeModifier and TypeClassDescriptionclassThis class handles common behaviour in IPathShape implementationsclassImplements closePath(Z) attribute of SVG's path element.classImplements curveTo(C) attribute of SVG's path element.classImplements elliptical curveTo (A) segment of SVG's path element.classImplements lineTo(H) attribute of SVG's path elementclassImplements lineTo(L) attribute of SVG's path element.classImplements moveTo(M) attribute of SVG's path element.classImplements quadratic Bezier curveTo(Q) attribute of SVG's path element.classImplements shorthand/smooth quadraticCurveTo (T) attribute of SVG's path element.classImplements shorthand/smooth curveTo (S) attribute of SVG's path element.classImplements lineTo(V) attribute of SVG's path elementMethods in com.itextpdf.svg.renderers.path.impl that return types with arguments of type IPathShape