boundingBox-class: Class "boundingBox": A class to describe the bounding box of...

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

Description

The boundingBox class is used to describe the dimensons of the bounding box for a laid out Ragraph

Objects from the Class

Objects can be created by calls of the form new("boundingBox", ...).

Slots

botLeft:

Object of class "xyPoint" Defines the bottom left point of the bounding box

upRight:

Object of class "xyPoint" Defines the upper right point of the bounding box

Methods

botLeft

Retrieve the botLeft slot

upRight

Retrieve the upRight slot

Author(s)

Jeff Gentry

See Also

Ragraph, graph-class

Examples

1
2
3
4
5
6
7
8
9
V <- letters[1:10]
M <- 1:4
g1 <- randomGraph(V, M, .2)
z <- agopen(g1,"foo")
x <- boundBox(z)
x

botLeft(x)
upRight(x)

Rgraphviz documentation built on Nov. 8, 2020, 8:21 p.m.