Generated by
JDiff

com.itextpdf.kernel.pdf.colorspace Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.kernel.pdf.colorspace as colored differences. Deletions are shown like this , and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.

Class PdfShading.Axial, constructor PdfShading.Axial(PdfColorSpace, PdfArray, PdfFunction)

Creates the new instance of the class. @param cs the PdfColorSpace object in which colour values shall be expressed. The special Pattern space isn't excepted. @param coords the PdfArray of four number four numbers [x0 y0 x1 y1] that specified the starting and the endings coordinates of thew axis, expressed in the shading's target coordinate space. @param function the PdfFunction object, that is used to calculate color transitions.

Class PdfShading.Radial, constructor PdfShading.Radial(PdfColorSpace, float, float, float, float[], float, float, float, float[])

Creates the new instance of the class. * @param cs the PdfColorSpace object in which colour values shall be expressed. The Indexed color space isn't excepted. @param x0 the X coordinate of starting circle's centre, expressed in in the shading#s target coordinate space. @param y0 the Y coordinate of starting circle's centre, expressed in in the shading#s target coordinate space. @param r0 the radius of starting circle's centre, should be greater or equal to 0. If 0 then starting circle is treated as point. If both radii are 0, nothing shall be painted. @param color0 the {@code float[]} that represents the color in the start circle. @param x1 the X coordinate of ending circle's centre, expressed in in the shading#s target coordinate space. @param y1 the Y coordinate of ending circle's centre, expressed in in the shading#s target coordinate space. @param r1 the radius of ending circle's centre, should be greater or equal to 0. If 0 then ending circle is treated as point. If both radii are 0, nothing shall be painted. @param color1 the {@code float[]} that represents the color in the end circle.
Class PdfShading.Radial, constructor PdfShading.Radial(PdfColorSpace, float, float, float, float[], float, float, float, float[], boolean[])

Creates the new instance of the class. * @param cs the PdfColorSpace object in which colour values shall be expressed. The Indexed color space isn't excepted. @param x0 the X coordinate of starting circle's centre, expressed in in the shading#s target coordinate space. @param y0 the Y coordinate of starting circle's centre, expressed in in the shading#s target coordinate space. @param r0 the radius of starting circle's centre, should be greater or equal to 0. If 0 then starting circle is treated as point. If both radii are 0, nothing shall be painted. @param color0 the {@code float[]} that represents the color in the start circle. @param x1 the X coordinate of ending circle's centre, expressed in in the shading#s target coordinate space. @param y1 the Y coordinate of ending circle's centre, expressed in in the shading#s target coordinate space. @param r1 the radius of ending circle's centre, should be greater or equal to 0. If 0 then ending circle is treated as point. If both radii are 0, nothing shall be painted. @param color1 the {@code float[]} that represents the color in the end circle. @param extend the array of two {@code boolean} that specified whether to extend the shading beyond the starting and ending points of the axis, respectively.