Learn R Programming

GenomeGraphs (version 1.32.0)

TextOverlay-class: Class "TextOverlay"

Description

Textual overlay classes

Arguments

Objects from the Class

Objects can be created by calls of the form makeTextOverlay

Slots

text:
Object of class "character"
xpos:
Object of class "numeric"
ypos:
Object of class "numeric"
region:
Object of class "numericOrNull"
coords:
Object of class "character"
dp:
Object of class "DisplayPars"

Extends

Class "Overlay", directly. Class "gdObject", by class "Overlay", distance 2.

Methods

drawOverlay
signature(obj = "TextOverlay"): ...

Examples

Run this code
showClass("TextOverlay")

Run the code above in your browser using DataLab