PDF Circle stream object creator
PDF Circle stream object creator
This is the R6 class representing the circle stream object.
minipdf::PDFStream -> PDFCircle
Inherited methods
new()Initialize a stream object representing a circle
PDFCircle$new(x, y, r, ...)
x, ycentre of circle
rradius
...initial named attributes of this object
get_geom_spec()Fetch the character representation of this geometry
PDFCircle$get_geom_spec()
clone()The objects of this class are cloneable with this method.
PDFCircle$clone(deep = FALSE)
deepWhether to make a deep clone.