Generated by
JDiff

Class com.itextpdf.kernel.geom.Subpath

Changed Constructors
Subpath( Point) Documentation changed from old to new.
Constructs a new subpath starting at the given point.
Subpath( Subpath) Documentation changed from old to new.
Copy constructor.
Subpath( float, float ) Documentation changed from old to new.
Constructs a new subpath starting at the given point.
 

Changed Methods
void  setClosed( boolean) Documentation changed from old to new.
See .isClosed()
void  setStartPoint( Point) Documentation changed from old to new.
Sets the start point of the subpath.
void  setStartPoint( float, float ) Documentation changed from old to new.
Sets the start point of the subpath.