Class ClosePath
java.lang.Object
com.itextpdf.svg.renderers.path.impl.AbstractPathShape
com.itextpdf.svg.renderers.path.impl.LineTo
com.itextpdf.svg.renderers.path.impl.ClosePath
- All Implemented Interfaces:
IPathShape
Implements closePath(Z) attribute of SVG's path element.
-
Field Summary
FieldsFields inherited from class AbstractPathShape
context, coordinates, copier, properties, relative -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LineTo
setCoordinatesMethods inherited from class AbstractPathShape
applyTransform, createPoint, draw, getEndingPoint, getPathShapeRectangle, isRelative, parseHorizontalLength, parseVerticalLength, setContext, setParent, setTransform
-
Field Details
-
ARGUMENT_SIZE
static final int ARGUMENT_SIZE- See Also:
-
-
Constructor Details
-
Method Details
-
draw
public void draw()Description copied from class:AbstractPathShapeDraws this instruction to a canvas object.
-