Generated by
JDiff

Class com.itextpdf.kernel.geom.Path

Changed Methods
void  curveFromTo( float, float , float , float ) Documentation changed from old to new.
Appends a cubic Bezier curve to the current path.
boolean  isEmpty() Documentation changed from old to new.
Path is empty if it contains no subpaths.
void  curveTo( float, float , float , float ) Documentation changed from old to new.
Appends a cubic Bezier curve to the current path.
void  rectangle( Rectangle) Documentation changed from old to new.
Appends a rectangle to the current path as a complete subpath.
void  rectangle( float, float , float , float ) Documentation changed from old to new.
Appends a rectangle to the current path as a complete subpath.