Package com.itextpdf.text.pdf.parser
Interface Shape
-
- All Known Implementing Classes:
BezierCurve
,Line
public interface Shape
Represents segment from a PDF path.- Since:
- 5.5.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Point2D>
getBasePoints()
Treat base points as the points which are enough to construct a shape.
-