PDF Polygon stream object creator

PDF Polygon stream object creator

Details

This is the R6 class representing the polygon stream object.

Super class

minipdf::PDFStream -> PDFPolygon

Methods

Public methods

Inherited methods

Method new()

Initialize a stream object representing a polygon

Usage

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

Arguments

xs, ys

coordinates of polygon vertices

...

initial named attributes of this object


Method get_geom_spec()

Fetch the character representation of this geometry

Usage

PDFPolygon$get_geom_spec()


Method clone()

The objects of this class are cloneable with this method.

Usage

PDFPolygon$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.