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