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
 List<Point2D> getBasePoints()
          Treat base points as the points which are enough to construct a shape.
 

Method Detail

getBasePoints

List<Point2D> getBasePoints()
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.

Returns:
Ordered List consisting of shape's base points.


Copyright © 2015. All Rights Reserved.