Package com.itextpdf.svg.renderers.impl
Class AbstractSvgNodeRenderer.StrokeProperties
- java.lang.Object
-
- com.itextpdf.svg.renderers.impl.AbstractSvgNodeRenderer.StrokeProperties
-
- Enclosing class:
- AbstractSvgNodeRenderer
static final class AbstractSvgNodeRenderer.StrokeProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Color
color
(package private) SvgStrokeParameterConverter.PdfLineDashParameters
lineDashParameters
(package private) float
opacity
(package private) float
width
-
Constructor Summary
Constructors Constructor Description StrokeProperties(Color color, float width, float opacity, SvgStrokeParameterConverter.PdfLineDashParameters lineDashParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Color
getColor()
SvgStrokeParameterConverter.PdfLineDashParameters
getLineDashParameters()
float
getOpacity()
float
getWidth()
-
-
-
Field Detail
-
color
final Color color
-
width
final float width
-
opacity
final float opacity
-
lineDashParameters
final SvgStrokeParameterConverter.PdfLineDashParameters lineDashParameters
-
-
Constructor Detail
-
StrokeProperties
public StrokeProperties(Color color, float width, float opacity, SvgStrokeParameterConverter.PdfLineDashParameters lineDashParameters)
-
-
Method Detail
-
getColor
public Color getColor()
-
getWidth
public float getWidth()
-
getOpacity
public float getOpacity()
-
getLineDashParameters
public SvgStrokeParameterConverter.PdfLineDashParameters getLineDashParameters()
-
-