PDF Line stream object creator

PDF Line stream object creator

Details

This is the R6 class representing the line stream object.

Super class

minipdf::PDFStream -> PDFLine

Methods

Public methods

Inherited methods

Method new()

Initialize a stream object representing a line

Usage

PDFLine$new(x1, y1, x2, y2, ...)

Arguments

x1, y1, x2, y2

line start/end coordinates

...

initial named attributes of this object


Method get_geom_spec()

Fetch the character representation of this geometry

Usage

PDFLine$get_geom_spec()


Method clone()

The objects of this class are cloneable with this method.

Usage

PDFLine$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.