public class LineStringRenderer extends GeometriesRenderer<com.vividsolutions.jts.geom.LineString>
| Constructor and Description |
|---|
LineStringRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
applyStyle(RenderingContext context,
com.itextpdf.text.pdf.PdfContentByte dc,
PJsonObject style,
com.itextpdf.text.pdf.PdfGState state) |
protected void |
renderImpl(RenderingContext context,
com.itextpdf.text.pdf.PdfContentByte dc,
PJsonObject style,
com.vividsolutions.jts.geom.LineString geometry,
com.itextpdf.awt.geom.AffineTransform affineTransform) |
render, transformCoordinateprotected static void applyStyle(RenderingContext context, com.itextpdf.text.pdf.PdfContentByte dc, PJsonObject style, com.itextpdf.text.pdf.PdfGState state)
protected void renderImpl(RenderingContext context, com.itextpdf.text.pdf.PdfContentByte dc, PJsonObject style, com.vividsolutions.jts.geom.LineString geometry, com.itextpdf.awt.geom.AffineTransform affineTransform)
renderImpl in class GeometriesRenderer<com.vividsolutions.jts.geom.LineString>