gdObject-class: Class "gdObject" is the parent class of all of the objects in the
system.
Description
The gdObject is the superclass of all the classes in the
system and provides some basic functionality for displaying and
managing graphical parameters.Objects from the Class
Objects can be created by calls of the form new("gdObject",
...)
. Generally, this class is meant to be subclassed and not
created directly.Slots
dp
:- Object of class
"DisplayPars"
~~
Methods
- getCex
signature(obj = "gdObject")
: ... - getColor
signature(obj = "gdObject")
: ... - getLty
signature(obj = "gdObject")
: ... - getLwd
signature(obj = "gdObject")
: ... - getPar
signature(obj = "gdObject")
: ... - getPch
signature(obj = "gdObject")
: ... - getPointSize
signature(obj = "gdObject")
: ... - getSize
signature(obj = "gdObject")
: ... - initialize
signature(.Object = "gdObject")
: ... - setPar
signature(obj = "gdObject")
: ... - showDisplayOptions
signature(obj = "gdObject")
: ... - showDisplayOptions
signature(obj = "character")
: ...