Learn R Programming

GenomeGraphs (version 1.32.0)

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.

Arguments

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"): ...

Examples

Run this code
showClass("gdObject")

Run the code above in your browser using DataLab