public class PolygonSvgNodeRenderer extends PolylineSvgNodeRenderer implements IMarkerCapable
ISvgNodeRenderer implementation for the pointsattributesAndStyles| Constructor and Description |
|---|
PolygonSvgNodeRenderer() |
| Modifier and Type | Method and Description |
|---|---|
ISvgNodeRenderer |
createDeepCopy()
Creates a deep copy of this renderer, including it's subtree of children
|
protected void |
setPoints(String pointsAttribute)
Calls setPoints(String) to set PolylineSvgNodeRenderer.points Then calls connectPoints() to create a path between the first and last point if it doesn't already exist
|
doDraw, drawMarker, getAutoOrientAngle, getObjectBoundingBox, getPointscanConstructViewPort, canElementFill, deepCopyAttributesAndStyles, draw, getAttribute, getAttributeMapCopy, getAttributeOrDefault, getCurrentFontSize, getParent, parseAbsoluteLength, setAttribute, setAttributesAndStyles, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdrawMarker, getAutoOrientAngleprotected void setPoints(String pointsAttribute)
PolylineSvgNodeRenderer.points Then calls connectPoints() to create a path between the first and last point if it doesn't already exist
setPoints in class PolylineSvgNodeRenderer
pointsAttribute - A string of space separated x,y value pairs
public ISvgNodeRenderer createDeepCopy()
ISvgNodeRenderer
createDeepCopy in interface ISvgNodeRenderer
createDeepCopy in class PolylineSvgNodeRenderer
Copyright © 1998–2022 iText Group NV. All rights reserved.