|
Generated by JDiff |
||||||||
| PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | |||||||||
This file contains all the changes in documentation in the packagecom.itextpdf.layout.bordersas colored differences. Deletions are shownlike 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 Border, void draw(PdfCanvas, float, float, float, float, float, Side, float, float)All borders are supposed to be drawn in such way, that inner content of the element is on the right from the drawing direction. Borders are drawn in this order: top, right, bottom, left.Given points specify the line which lies on the border of the content area, therefore the border itself should be drawn to the left from the drawing direction.
borderWidthBeforeandborderWidthAfterparameters are used to define the widths of the borders that are before and after the current border, e.g. for the bottom border,borderWidthBeforespecifies width of the right border andborderWidthAfter- width of the left border. Those width are used to handle areas of border joins.@param canvas PdfCanvas to be written to @param x1 x coordinate of the beginning point of the element side, that should be bordered @param y1 y coordinate of the beginning point of the element side, that should be bordered @param x2 x coordinate of the ending point of the element side, that should be bordered @param y2 y coordinate of the ending point of the element side, that should be bordered @param defaultSide the Border.Side, that we will fallback to, if it cannot be determined by border coordinates @param borderWidthBefore defines width of the border that is before the current one @param borderWidthAfter defines width of the border that is after the current one
Class Border, void draw(PdfCanvas, float, float, float, float, float, float, float, float, Side, float, float)All borders are supposed to be drawn in such way, that inner content of the element is on the right from the drawing direction. Borders are drawn in this order: top, right, bottom, left.Given points specify the line which lies on the border of the content area, therefore the border itself should be drawn to the left from the drawing direction.
borderWidthBeforeandborderWidthAfterparameters are used to define the widths of the borders that are before and after the current border, e.g. for the bottom border,borderWidthBeforespecifies width of the right border andborderWidthAfter- width of the left border. Those width are used to handle areas of border joins.
borderRadiusis used to draw rounded borders.@param canvas PdfCanvas to be written to @param x1 x coordinate of the beginning point of the element side, that should be bordered @param y1 y coordinate of the beginning point of the element side, that should be bordered @param x2 x coordinate of the ending point of the element side, that should be bordered @param y2 y coordinate of the ending point of the element side, that should be bordered @param borderRadius defines the radius of the element's corners @param defaultSide the Border.Side, that we will fallback to, if it cannot be determined by border coordinates @param borderWidthBefore defines width of the border that is before the current one @param borderWidthAfter defines width of the border that is after the current one
All borders are supposed to be drawn in such way, that inner content of the element is on the right from the drawing direction. Borders are drawn in this order: top, right, bottom, left.Given points specify the line which lies on the border of the content area, therefore the border itself should be drawn to the left from the drawing direction.
borderWidthBeforeandborderWidthAfterparameters are used to define the widths of the borders that are before and after the current border, e.g. for the bottom border,borderWidthBeforespecifies width of the right border andborderWidthAfter- width of the left border. Those width are used to handle areas of border joins.
horizontalRadius1,verticalRadius1,horizontalRadius2andverticalRadius2are used to draw rounded borders.@param canvas PdfCanvas to be written to @param x1 x coordinate of the beginning point of the element side, that should be bordered @param y1 y coordinate of the beginning point of the element side, that should be bordered @param x2 x coordinate of the ending point of the element side, that should be bordered @param y2 y coordinate of the ending point of the element side, that should be bordered @param horizontalRadius1 defines the horizontal radius of the border's first corner @param verticalRadius1 defines the vertical radius of the border's first corner @param horizontalRadius2 defines the horizontal radius of the border's second corner @param verticalRadius2 defines the vertical radius of the border's second corner @param defaultSide the Border.Side, that we will fallback to, if it cannot be determined by border coordinates @param borderWidthBefore defines width of the border that is before the current one @param borderWidthAfter defines width of the border that is after the current one