PDF Line stream object creator
PDF Line stream object creator
This is the R6 class representing the line stream object.
minipdf::PDFStream -> PDFLine
Inherited methods
new()Initialize a stream object representing a line
PDFLine$new(x1, y1, x2, y2, ...)
x1, y1, x2, y2line start/end coordinates
...initial named attributes of this object
get_geom_spec()Fetch the character representation of this geometry
PDFLine$get_geom_spec()
clone()The objects of this class are cloneable with this method.
PDFLine$clone(deep = FALSE)
deepWhether to make a deep clone.