Generated by
JDiff

Class com.itextpdf.layout.properties.TransparentColor

Documentation changed from old to new.

Changed Constructors
TransparentColor( Color) Documentation changed from old to new.
Creates a new TransparentColor instance of certain fully opaque color.
TransparentColor( Color, float ) Documentation changed from old to new.
Creates a new TransparentColor.
 

Changed Methods
void  applyFillTransparency( PdfCanvas) Documentation changed from old to new.
Sets the opacity value for non-stroking operations in the transparent imaging model.
void  applyStrokeTransparency( PdfCanvas) Documentation changed from old to new.
Sets the opacity value for stroking operations in the transparent imaging model.
Color  getColor() Documentation changed from old to new.
Gets the color.
float  getOpacity() Documentation changed from old to new.
Gets the opacity of color.