PictureOp-class {grImport} | R Documentation |
Class "PictureOp"
Description
A virtual class from which "PictureStroke"
and "PictureFill"
are derived.
Slots
x
:Object of class
"numeric"
y
:Object of class
"numeric"
rgb
:Object of class
"character"
giving colour information for the path.lty
:Object of class
"numeric"
giving line type information for the path.lwd
:Object of class
"numeric"
giving line width information for the path.lineend
:Object of class
"numeric"
giving the type of line end style (round, butt, square).linejoin
:Object of class
"numeric"
giving the type of line join style (round, mitre, bevel).linemitre
:Object of class
"numeric"
giving the line mitre limit (as a number greater than 1).
Author(s)
Paul Murrell
See Also
PictureStroke-class
and
PictureFill-class
.
[Package grImport version 0.9-7 Index]