Interface IShape
- All Known Implementing Classes:
BezierCurve, Line
public interface IShape
Represents segment from a PDF path.
-
Method Summary
Modifier and TypeMethodDescriptionTreat base points as the points which are enough to construct a shape.
-
Method Details
-
getBasePoints
-