Generated by
JDiff

Class com.itextpdf.layout.renderer.AbstractRenderer

Removed Methods
boolean  isOverflowProperty( OverflowPropertyValue, int )  
boolean  isOverflowProperty( OverflowPropertyValue, OverflowPropertyValue )  
boolean  isOverflowProperty( OverflowPropertyValue, IRenderer , int )  
 

Added Methods
boolean  isOverflowProperty( OverflowPropertyValue, int )  
boolean  isOverflowProperty( OverflowPropertyValue, OverflowPropertyValue )  
boolean  isOverflowProperty( OverflowPropertyValue, IRenderer , int )  
 

Changed Methods
BorderRadius[]  getBorderRadii() Change in return type from com.itextpdf.layout.property.BorderRadius[] to com.itextpdf.layout.properties.BorderRadius[].
Gets border radii of the element in the specified order: top-left, top-right, bottom-right, bottom-left.
UnitValue[]  getMargins() Change in return type from com.itextpdf.layout.property.UnitValue[] to com.itextpdf.layout.properties.UnitValue[].
Returns margins of the renderer
UnitValue[]  getPaddings() Change in return type from com.itextpdf.layout.property.UnitValue[] to com.itextpdf.layout.properties.UnitValue[].
Returns paddings of the renderer
TransparentColor  getPropertyAsTransparentColor( int) Change in return type from com.itextpdf.layout.property.TransparentColor to com.itextpdf.layout.properties.TransparentColor.
Returns a property with a certain key, as a TransparentColor.
UnitValue  getPropertyAsUnitValue( int) Change in return type from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue.
Returns a property with a certain key, as a unit value.
boolean  isOverflowFit( OverflowPropertyValue) Change in signature from com.itextpdf.layout.property.OverflowPropertyValue to com.itextpdf.layout.properties.OverflowPropertyValue.
 
void  updateHeight( UnitValue) Change in signature from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue.
Updates fixed content box height value for this renderer.
void  updateMaxHeight( UnitValue) Change in signature from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue.
Updates content box max-height value for this renderer.
void  updateMinHeight( UnitValue) Change in signature from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue.
Updates content box min-height value for this renderer.
void  updateWidth( UnitValue) Change in signature from com.itextpdf.layout.property.UnitValue to com.itextpdf.layout.properties.UnitValue.
Updates fixed content box width value for this renderer.
Rectangle  applyMargins( Rectangle, UnitValue[] , boolean ) Change in signature from (com.itextpdf.kernel.geom.Rectangle, com.itextpdf.layout.property.UnitValue[], boolean) to (com.itextpdf.kernel.geom.Rectangle, com.itextpdf.layout.properties.UnitValue[], boolean).
Applies given margins on the given rectangle
Rectangle  applyPaddings( Rectangle, UnitValue[] , boolean ) Change in signature from (com.itextpdf.kernel.geom.Rectangle, com.itextpdf.layout.property.UnitValue[], boolean) to (com.itextpdf.kernel.geom.Rectangle, com.itextpdf.layout.properties.UnitValue[], boolean).
Applies given paddings on the given rectangle