ViewerDeviceDefault-class: Class "ViewerDeviceDefault"

Description Objects from the Class Extends Methods Author(s) See Also Examples

Description

An object representing the device that the data are being viewed on.

Objects from the Class

Objects can be created using the viewerDeviceDefault function.

Extends

The virtual class "ViewerDevice", directly.

Methods

drawData

signature(x = "ANY", rows = "ANY", cols = "ANY", dev = "ViewerDeviceDefault"): render the data.

drawHead

signature(x = "ANY", cols = "ANY", dev = "ViewerDeviceDefault"): render column names.

drawRowNames

signature(x = "ANY", rows = "ANY", dev = "ViewerDeviceDefault"): render row names.

getFontForHeight

signature(dev = "ViewerDeviceDefault"): determine an appropriate font size to show the specified number of rows.

getFontForWidth

signature(dev = "ViewerDeviceDefault"): determine an appropriate font size to show the specified number of columns.

numChars

signature(dev = "ViewerDeviceDefault"): determine how many characters can currently be seen on each row.

numRows

signature(dev = "ViewerDeviceDefault"): determine how many rows can currently be seen.

Author(s)

Paul Murrell

See Also

Viewer

Examples

1
showClass("ViewerDeviceDefault")

pmur002/rdataviewer documentation built on May 25, 2019, 10:21 a.m.