PDF Polyline stream object creator

PDF Polyline stream object creator

Details

This is the R6 class representing the polyline stream object.

Super class

minipdf::PDFStream -> PDFPolyline

Methods

Public methods

Inherited methods

Method new()

Initialize a stream object representing a polyline

Usage

PDFPolyline$new(xs, ys, ...)

Arguments

xs, ys

numeric vectors of x, ycoordinates along polyline

...

initial named attributes of this object


Method get_geom_spec()

Fetch the character representation of this geometry

Usage

PDFPolyline$get_geom_spec()


Method clone()

The objects of this class are cloneable with this method.

Usage

PDFPolyline$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.