Uses of Class
com.itextpdf.layout.properties.TransparentColor
-
-
Uses of TransparentColor in com.itextpdf.layout
Methods in com.itextpdf.layout that return TransparentColor Modifier and Type Method Description TransparentColor
ElementPropertyContainer. getTransparentStrokeColor()
Gets the stroke color for the current element.Methods in com.itextpdf.layout with parameters of type TransparentColor Modifier and Type Method Description T
ElementPropertyContainer. setFontColor(TransparentColor transparentColor)
T
ElementPropertyContainer. setStrokeColor(TransparentColor transparentColor)
Sets the stroke color for the current element. -
Uses of TransparentColor in com.itextpdf.layout.borders
Fields in com.itextpdf.layout.borders declared as TransparentColor Modifier and Type Field Description protected TransparentColor
Border. transparentColor
The color of the border. -
Uses of TransparentColor in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties declared as TransparentColor Modifier and Type Field Description private TransparentColor
Underline. strokeColor
protected TransparentColor
Background. transparentColor
protected TransparentColor
Underline. transparentColor
Methods in com.itextpdf.layout.properties that return TransparentColor Modifier and Type Method Description TransparentColor
Underline. getStrokeColor()
Gets the color of the underline stroke.Methods in com.itextpdf.layout.properties with parameters of type TransparentColor Modifier and Type Method Description Underline
Underline. setStrokeColor(TransparentColor strokeColor)
Sets the stroke color of the underline. -
Uses of TransparentColor in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer that return TransparentColor Modifier and Type Method Description TransparentColor
AbstractRenderer. getPropertyAsTransparentColor(int property)
Returns a property with a certain key, as aTransparentColor
.Methods in com.itextpdf.layout.renderer with parameters of type TransparentColor Modifier and Type Method Description private void
TextRenderer. drawAndTagSingleUnderline(boolean isTagged, Underline underline, TransparentColor fontStrokeColor, PdfCanvas canvas, float fontSize, float italicAngleTan)
protected void
TextRenderer. drawSingleUnderline(Underline underline, TransparentColor fontColor, PdfCanvas canvas, float fontSize, float italicAngleTan)
private void
TextRenderer. drawText(PdfCanvas canvas, UnitValue fontSize, boolean italicSimulation, java.lang.Integer textRenderingMode, java.lang.Float strokeWidth, TransparentColor fontColor, TransparentColor strokeColor)
-
Uses of TransparentColor in com.itextpdf.styledxmlparser.css.util
Methods in com.itextpdf.styledxmlparser.css.util that return TransparentColor Modifier and Type Method Description static TransparentColor
CssDimensionParsingUtils. parseColor(java.lang.String colorValue)
Parses either RGBA or CMYK color. -
Uses of TransparentColor in com.itextpdf.svg.renderers.impl
Methods in com.itextpdf.svg.renderers.impl that return TransparentColor Modifier and Type Method Description private TransparentColor
AbstractSvgNodeRenderer. getColorFromAttributeValue(SvgDrawContext context, java.lang.String rawColorValue, float objectBoundingBoxMargin, float parentOpacity)
-