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
Fields inherited from class com.itextpdf.svg.renderers.path.impl.AbstractPathShape
context, coordinates, copier, properties, relative
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.itextpdf.svg.renderers.path.impl.LineTo
setCoordinates
Methods inherited from class com.itextpdf.svg.renderers.path.impl.AbstractPathShape
createPoint, draw, getEndingPoint, getPathShapeRectangle, isRelative, parseHorizontalLength, parseVerticalLength, setContext, setParent, setTransform
-
Constructor Details
-
ClosePath
public ClosePath() -
ClosePath
public ClosePath(boolean relative)
-
-
Method Details
-
draw
public void draw()Description copied from class:AbstractPathShape
Draws this instruction to a canvas object.
-