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
public class ClosePath extends LineTo
Implements closePath(Z) attribute of SVG's path element.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
ARGUMENT_SIZE
-
Fields inherited from class com.itextpdf.svg.renderers.path.impl.AbstractPathShape
context, coordinates, copier, properties, relative
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw()
Draws this instruction to a canvas object.-
Methods inherited from class com.itextpdf.svg.renderers.path.impl.LineTo
setCoordinates
-
Methods inherited from class com.itextpdf.svg.renderers.path.impl.AbstractPathShape
applyTransform, createPoint, draw, getEndingPoint, getPathShapeRectangle, isRelative, parseHorizontalLength, parseVerticalLength, setContext, setParent, setTransform
-
-
-
-
Field Detail
-
ARGUMENT_SIZE
static final int ARGUMENT_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
draw
public void draw()
Description copied from class:AbstractPathShape
Draws this instruction to a canvas object.
-
-