PDF Circle stream object creator

PDF Circle stream object creator

Details

This is the R6 class representing the circle stream object.

Super class

minipdf::PDFStream -> PDFCircle

Methods

Public methods

Inherited methods

Method new()

Initialize a stream object representing a circle

Usage

PDFCircle$new(x, y, r, ...)

Arguments

x, y

centre of circle

r

radius

...

initial named attributes of this object


Method get_geom_spec()

Fetch the character representation of this geometry

Usage

PDFCircle$get_geom_spec()


Method clone()

The objects of this class are cloneable with this method.

Usage

PDFCircle$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.