public final class SvgStrokeParameterConverter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SvgStrokeParameterConverter.PdfLineDashParameters
This class represents PDF dash parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static SvgStrokeParameterConverter.PdfLineDashParameters |
convertStrokeDashParameters(String strokeDashArray,
String strokeDashOffset,
float fontSize,
SvgDrawContext context)
Convert stroke related SVG parameters and attributes into PDF line dash parameters.
|
public static SvgStrokeParameterConverter.PdfLineDashParameters convertStrokeDashParameters(String strokeDashArray, String strokeDashOffset, float fontSize, SvgDrawContext context)
strokeDashArray - 'stroke-dasharray' css property value.strokeDashOffset - 'stroke-dashoffset' css property value.fontSize - font size of the current element.context - the svg draw context.SvgStrokeParameterConverter.PdfLineDashParameters.Copyright © 1998–2025 Apryse Group NV. All rights reserved.