Uses of Class
com.lowagie.text.pdf.internal.PolylineShape
-
Packages that use PolylineShape Package Description com.lowagie.text.pdf.internal -
-
Uses of PolylineShape in com.lowagie.text.pdf.internal
Fields in com.lowagie.text.pdf.internal declared as PolylineShape Modifier and Type Field Description protected PolylineShape
PolylineShapeIterator. poly
The polyline over which we are going to iterate.Constructors in com.lowagie.text.pdf.internal with parameters of type PolylineShape Constructor Description PolylineShapeIterator(PolylineShape l, java.awt.geom.AffineTransform at)
Creates a PolylineShapeIterator.
-