Package com.itextpdf.text.pdf.parser
Class Line
- java.lang.Object
-
- com.itextpdf.text.pdf.parser.Line
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Point2D>
getBasePoints()
Treat base points as the points which are enough to construct a shape.
-
-
-
Method Detail
-
getBasePoints
public java.util.List<Point2D> getBasePoints()
Description copied from interface:Shape
Treat base points as the points which are enough to construct a shape. E.g. for a bezier curve they are control points, for a line segment - the start and the end points of the segment.- Specified by:
getBasePoints
in interfaceShape
- Returns:
- Ordered
List
consisting of shape's base points.
-
-