ViewerDeviceDefault-class {rdataviewer}R Documentation

Class "ViewerDeviceDefault"

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

showClass("ViewerDeviceDefault")

[Package rdataviewer version 0.1 Index]