PDF Polygon stream object creator
PDF Polygon stream object creator
This is the R6 class representing the polygon stream object.
minipdf::PDFStream
-> PDFPolygon
Inherited methods
new()
Initialize a stream object representing a polygon
PDFPolygon$new(xs, ys, ...)
xs, ys
coordinates of polygon vertices
...
initial named attributes of this object
get_geom_spec()
Fetch the character representation of this geometry
PDFPolygon$get_geom_spec()
clone()
The objects of this class are cloneable with this method.
PDFPolygon$clone(deep = FALSE)
deep
Whether to make a deep clone.