Generated by
JDiff

com.itextpdf.layout.property Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.layout.property 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 BackgroundImage, float getHeight()

Gets initial image height. @return the initial image height @deprecated To be removed in 7.2. Use BackgroundImage.getImageHeight() instead.
Class BackgroundImage, float getImageHeight()

Gets initial image height. @return the initial image height
Class BackgroundImage, float getImageWidth()

Gets initial image width. @return the initial image width
Class BackgroundImage, float getWidth()

Gets initial image width. @return the initial image width @deprecated To be removed in 7.2. Use BackgroundImage.getImageWidth() instead.

Class BackgroundRepeat, Point prepareRectangleToDrawingAndGetWhitespace(Rectangle, Rectangle, BackgroundSize)

Prepares the image rectangle for drawing. This means that the size and position of the image rectangle will be changed to match the BackgroundRepeatValue values for the axes. @param imageRectangle the image rectangle which will be changed @param backgroundArea the background available area @param backgroundSize the image background size property @return the necessary whitespace between backgrounds

Class BackgroundSize, void setBackgroundSizeToValues(UnitValue, UnitValue)

Clear Clears all current properties and sets new width and height values. One of the parameters parameters can be null. Note that in this case CalculationUtil null property will scale null be property scaled so that it becomes becomes proportionally equals equal with the not non-null value. If both parameters are set to null, that then the default image size will be used. @param width a UnitValue object @param height a UnitValue object @see com.itextpdf.layout.renderer.BackgroundSizeCalculationUtil#calculateBackgroundImageSize object