Java com.itextpdf.text.pdf.parser Subpath fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf.parser Subpath fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf.parser Subpath.

The text is from its open source code.

Constructor

Method

voidaddSegment(Shape segment)
Adds a segment to the subpath.
ListgetPiecewiseLinearApproximation()
ListgetSegments()
Point2DgetStartPoint()
booleanisClosed()
Returns a boolean value indicating whether the subpath must be closed or not.
booleanisDegenerate()
Returns a boolean indicating whether the subpath is degenerate or not.
booleanisSinglePointClosed()
booleanisSinglePointOpen()