PDF Polyline stream object creator
PDF Polyline stream object creator
This is the R6 class representing the polyline stream object.
minipdf::PDFStream
-> PDFPolyline
Inherited methods
new()
Initialize a stream object representing a polyline
PDFPolyline$new(xs, ys, ...)
xs, ys
numeric vectors of x, ycoordinates along polyline
...
initial named attributes of this object
get_geom_spec()
Fetch the character representation of this geometry
PDFPolyline$get_geom_spec()
clone()
The objects of this class are cloneable with this method.
PDFPolyline$clone(deep = FALSE)
deep
Whether to make a deep clone.