Generated by
JDiff

Class com.itextpdf.kernel.pdf.colorspace.PdfPattern.Tiling

Changed Constructors
PdfPattern.Tiling( Rectangle) Documentation changed from old to new.
Creates a new Tiling instance.
PdfPattern.Tiling( Rectangle, boolean ) Documentation changed from old to new.
Creates a new Tiling instance.
PdfPattern.Tiling( Rectangle, float , float ) Documentation changed from old to new.
Creates a new Tiling instance.
PdfPattern.Tiling( Rectangle, float , float , boolean ) Documentation changed from old to new.
Creates a new Tiling instance.
PdfPattern.Tiling( float, float ) Documentation changed from old to new.
Creates a new Tiling Pattern instance.
PdfPattern.Tiling( float, float , boolean ) Documentation changed from old to new.
Creates a new Tiling Pattern instance.
PdfPattern.Tiling( float, float , float , float ) Documentation changed from old to new.
Creates a new Tiling Pattern instance.
PdfPattern.Tiling( float, float , float , float , boolean ) Documentation changed from old to new.
Creates a new Tiling Pattern instance.
 

Changed Methods
PdfResources  getResources() Documentation changed from old to new.
Gets the Tiling Pattern's resources.
float  getXStep() Documentation changed from old to new.
Gets the desired horizontal space between pattern cells.
float  getYStep() Documentation changed from old to new.
Gets the desired vertical space between pattern cells.
void  setXStep( float) Documentation changed from old to new.
Sets the desired horizontal space between pattern cells.
void  setYStep( float) Documentation changed from old to new.
Sets the desired vertical space between pattern cells.