getZoom: getZoom

Description Usage Arguments Value Author(s) See Also Examples

Description

This method returns the zoom level of the CytoscapeWindow. A value of 1.0 typically renders the graph with an ample margin. A call to fitContent produces a zoom level of about 1.5.

Usage

1
getZoom(obj)

Arguments

obj

a CytoscapeWindowClass object.

Value

A names list, x and y.

Author(s)

Paul Shannon

See Also

setZoom getCenter setCenter getViewCoordinates fitContent

Examples

1
2
3
4
5
6
  window.title = 'getZoom demo'
  cw <- new.CytoscapeWindow (window.title, graph=makeSimpleGraph())
  displayGraph (cw)
  redraw (cw)
  layoutNetwork(cw, 'jgraph-spring')
  print (getZoom (cw))

RCytoscape documentation built on Nov. 17, 2017, 10:52 a.m.