api documentation for cytoscape (v3.0.0)

Graph theory (a.k.a. network) library for analysis and visualisation

table of contents

  1. module cytoscape
    1. function cytoscape ( options )
    2. function cytoscape.Stylesheet ()
    3. function cytoscape.animation ( target, opts, opts2 )
    4. function cytoscape.apply ()
    5. function cytoscape.breadthfirst ( options )
    6. function cytoscape.circle ( options )
    7. function cytoscape.concentric ( options )
    8. function cytoscape.cose ( options )
    9. function cytoscape.element ( cy, params, restore )
    10. function cytoscape.event ( src, props )
    11. function cytoscape.grid ( options )
    12. function cytoscape.heap ( cmp )
    13. function cytoscape.index ( cy, elements, options )
    14. function cytoscape.null ( options )
    15. function cytoscape.preset ( options )
    16. function cytoscape.random ( options )
    17. function cytoscape.selector ( selector )
    18. function cytoscape.stylesheet ()
    19. function cytoscape.use ( ext )
    20. object cytoscape.Stylesheet.prototype
    21. object cytoscape.a_star
    22. object cytoscape.add_remove
    23. object cytoscape.animation.prototype
    24. object cytoscape.bellman_ford
    25. object cytoscape.betweenness_centrality
    26. object cytoscape.bfs_dfs
    27. object cytoscape.breadthfirst.prototype
    28. object cytoscape.bypass
    29. object cytoscape.circle.prototype
    30. object cytoscape.class
    31. object cytoscape.closeness_centrality
    32. object cytoscape.colors
    33. object cytoscape.comparators
    34. object cytoscape.compounds
    35. object cytoscape.concentric.prototype
    36. object cytoscape.container
    37. object cytoscape.cose.prototype
    38. object cytoscape.data
    39. object cytoscape.define
    40. object cytoscape.degree
    41. object cytoscape.degree_centrality
    42. object cytoscape.dijkstra
    43. object cytoscape.dimensions
    44. object cytoscape.element.prototype
    45. object cytoscape.event.prototype
    46. object cytoscape.events
    47. object cytoscape.export
    48. object cytoscape.filter
    49. object cytoscape.floyd_warshall
    50. object cytoscape.get_for_ele
    51. object cytoscape.grid.prototype
    52. object cytoscape.group
    53. object cytoscape.heap.prototype
    54. object cytoscape.is
    55. object cytoscape.iteration
    56. object cytoscape.json
    57. object cytoscape.kerger_stein
    58. object cytoscape.kruskal
    59. object cytoscape.layout
    60. object cytoscape.maps
    61. object cytoscape.math
    62. object cytoscape.notification
    63. object cytoscape.null.prototype
    64. object cytoscape.page_rank
    65. object cytoscape.parse
    66. object cytoscape.preset.prototype
    67. object cytoscape.properties
    68. object cytoscape.random.prototype
    69. object cytoscape.renderer
    70. object cytoscape.search
    71. object cytoscape.selector.prototype
    72. object cytoscape.string_sheet
    73. object cytoscape.strings
    74. object cytoscape.style
    75. object cytoscape.switch_functions
    76. object cytoscape.timing
    77. object cytoscape.traversing
    78. object cytoscape.viewport
    79. string cytoscape.version
  2. module cytoscape.Stylesheet
    1. function cytoscape.Stylesheet ()
  3. module cytoscape.Stylesheet.prototype
    1. function cytoscape.Stylesheet.prototype.css ( name, value )
    2. function cytoscape.Stylesheet.prototype.generateStyle ( cy )
    3. function cytoscape.Stylesheet.prototype.instanceString ()
    4. function cytoscape.Stylesheet.prototype.selector ( selector )
    5. function cytoscape.Stylesheet.prototype.style ( name, value )
  4. module cytoscape.a_star
    1. function cytoscape.a_star.aStar ( options )
  5. module cytoscape.add_remove
    1. function cytoscape.add_remove.add ( opts )
    2. function cytoscape.add_remove.remove ( collection )
  6. module cytoscape.animation
    1. function cytoscape.animation ( target, opts, opts2 )
  7. module cytoscape.animation.prototype
    1. function cytoscape.animation.prototype.apply ()
    2. function cytoscape.animation.prototype.applying ()
    3. function cytoscape.animation.prototype.complete ()
    4. function cytoscape.animation.prototype.completed ()
    5. function cytoscape.animation.prototype.fastforward ()
    6. function cytoscape.animation.prototype.hook ()
    7. function cytoscape.animation.prototype.instanceString ()
    8. function cytoscape.animation.prototype.pause ()
    9. function cytoscape.animation.prototype.play ()
    10. function cytoscape.animation.prototype.playing ()
    11. function cytoscape.animation.prototype.progress ( p )
    12. function cytoscape.animation.prototype.promise ( type )
    13. function cytoscape.animation.prototype.reverse ()
    14. function cytoscape.animation.prototype.rewind ()
    15. function cytoscape.animation.prototype.stop ()
    16. function cytoscape.animation.prototype.time ( t )
  8. module cytoscape.apply
    1. function cytoscape.apply ( eles )
    2. function cytoscape.apply.applyContextStyle ( cxtMeta, cxtStyle, ele )
    3. function cytoscape.apply.applyParsedProperty ( ele, parsedProp )
    4. function cytoscape.apply.cleanElements ( eles, keepBypasses )
    5. function cytoscape.apply.getContextMeta ( ele )
    6. function cytoscape.apply.getContextStyle ( cxtMeta )
    7. function cytoscape.apply.getPropertiesDiff ( oldCxtKey, newCxtKey )
    8. function cytoscape.apply.update ()
    9. function cytoscape.apply.updateMappers ( eles )
    10. function cytoscape.apply.updateStyleHints (ele)
    11. function cytoscape.apply.updateTransitions ( ele, diffProps, isBypass )
  9. module cytoscape.bellman_ford
    1. function cytoscape.bellman_ford.bellmanFord ( options )
  10. module cytoscape.betweenness_centrality
    1. function cytoscape.betweenness_centrality.bc ( options )
    2. function cytoscape.betweenness_centrality.betweennessCentrality ( options )
  11. module cytoscape.bfs_dfs
    1. function cytoscape.bfs_dfs.bfs ( roots, fn, directed )
    2. function cytoscape.bfs_dfs.breadthFirstSearch ( roots, fn, directed )
    3. function cytoscape.bfs_dfs.depthFirstSearch ( roots, fn, directed )
    4. function cytoscape.bfs_dfs.dfs ( roots, fn, directed )
  12. module cytoscape.breadthfirst
    1. function cytoscape.breadthfirst ( options )
  13. module cytoscape.breadthfirst.prototype
    1. function cytoscape.breadthfirst.prototype.run ()
  14. module cytoscape.bypass
    1. function cytoscape.bypass.applyBypass ( eles, name, value, updateTransitions )
    2. function cytoscape.bypass.overrideBypass ( eles, name, value )
    3. function cytoscape.bypass.removeAllBypasses ( eles, updateTransitions )
    4. function cytoscape.bypass.removeBypasses ( eles, props, updateTransitions )
  15. module cytoscape.circle
    1. function cytoscape.circle ( options )
  16. module cytoscape.circle.prototype
    1. function cytoscape.circle.prototype.run ()
  17. module cytoscape.class
    1. function cytoscape.class.addClass ( classes )
    2. function cytoscape.class.classes ( classes )
    3. function cytoscape.class.flashClass ( classes, duration )
    4. function cytoscape.class.hasClass ( className )
    5. function cytoscape.class.removeClass ( classes )
    6. function cytoscape.class.toggleClass ( classesStr, toggle )
  18. module cytoscape.closeness_centrality
    1. function cytoscape.closeness_centrality.cc ( options )
    2. function cytoscape.closeness_centrality.ccn ( options )
    3. function cytoscape.closeness_centrality.closenessCentrality ( options )
    4. function cytoscape.closeness_centrality.closenessCentralityNormalised ( options )
    5. function cytoscape.closeness_centrality.closenessCentralityNormalized ( options )
  19. module cytoscape.colors
    1. function cytoscape.colors.color2tuple ( color )
    2. function cytoscape.colors.colorname2tuple ( color )
    3. function cytoscape.colors.hex2tuple ( hex )
    4. function cytoscape.colors.hsl2tuple ( hsl )
    5. function cytoscape.colors.rgb2tuple ( rgb )
    6. object cytoscape.colors
  20. module cytoscape.comparators
    1. function cytoscape.comparators.allAre ( selector )
    2. function cytoscape.comparators.allAreNeighbors ( collection )
    3. function cytoscape.comparators.allAreNeighbours ( collection )
    4. function cytoscape.comparators.anySame ( collection )
    5. function cytoscape.comparators.every ( fn, thisArg )
    6. function cytoscape.comparators.is ( selector )
    7. function cytoscape.comparators.same ( collection )
    8. function cytoscape.comparators.some ( fn, thisArg )
  21. module cytoscape.compounds
    1. function cytoscape.compounds.ancestors ( selector )
    2. function cytoscape.compounds.children ( selector )
    3. function cytoscape.compounds.commonAncestors ( selector )
    4. function cytoscape.compounds.descendants ( selector )
    5. function cytoscape.compounds.isChild ()
    6. function cytoscape.compounds.isParent ()
    7. function cytoscape.compounds.nonorphans ( selector )
    8. function cytoscape.compounds.orphans ( selector )
    9. function cytoscape.compounds.parent ( selector )
    10. function cytoscape.compounds.parents ( selector )
    11. function cytoscape.compounds.siblings ( selector )
  22. module cytoscape.concentric
    1. function cytoscape.concentric ( options )
  23. module cytoscape.concentric.prototype
    1. function cytoscape.concentric.prototype.run ()
  24. module cytoscape.container
    1. function cytoscape.container.containerCss ( propName )
    2. function cytoscape.container.getEmSizeInPixels ()
  25. module cytoscape.cose
    1. function cytoscape.cose ( options )
  26. module cytoscape.cose.prototype
    1. function cytoscape.cose.prototype.destroy ()
    2. function cytoscape.cose.prototype.run ()
    3. function cytoscape.cose.prototype.stop ()
  27. module cytoscape.data
    1. function cytoscape.data ( name, value )
    2. function cytoscape.data.attr ( name, value )
    3. function cytoscape.data.id ()
    4. function cytoscape.data.removeAttr ( names )
    5. function cytoscape.data.removeData ( names )
    6. function cytoscape.data.removeRscratch ( names )
    7. function cytoscape.data.removeScratch ( names )
    8. function cytoscape.data.rscratch ( name, value )
    9. function cytoscape.data.scratch ( name, value )
  28. module cytoscape.define
    1. function cytoscape.define.animate ( fnParams )
    2. function cytoscape.define.animated ( fnParams )
    3. function cytoscape.define.animation ( fnParams )
    4. function cytoscape.define.clearQueue ( fnParams )
    5. function cytoscape.define.data ( params )
    6. function cytoscape.define.delay ( fnParams )
    7. function cytoscape.define.delayAnimation ( fnParams )
    8. function cytoscape.define.eventAliasesOn ( proto )
    9. function cytoscape.define.off ( params )
    10. function cytoscape.define.on ( params )
    11. function cytoscape.define.removeData ( params )
    12. function cytoscape.define.stop ( fnParams )
    13. function cytoscape.define.trigger ( params )
    14. object cytoscape.define.event
  29. module cytoscape.degree
    1. function cytoscape.degree ( includeLoops )
    2. function cytoscape.degree.indegree ( includeLoops )
    3. function cytoscape.degree.maxDegree ( includeLoops )
    4. function cytoscape.degree.maxIndegree ( includeLoops )
    5. function cytoscape.degree.maxOutdegree ( includeLoops )
    6. function cytoscape.degree.minDegree ( includeLoops )
    7. function cytoscape.degree.minIndegree ( includeLoops )
    8. function cytoscape.degree.minOutdegree ( includeLoops )
    9. function cytoscape.degree.outdegree ( includeLoops )
    10. function cytoscape.degree.totalDegree ( includeLoops )
  30. module cytoscape.degree_centrality
    1. function cytoscape.degree_centrality.dc ( options )
    2. function cytoscape.degree_centrality.dcn ( options )
    3. function cytoscape.degree_centrality.degreeCentrality ( options )
    4. function cytoscape.degree_centrality.degreeCentralityNormalised ( options )
    5. function cytoscape.degree_centrality.degreeCentralityNormalized ( options )
  31. module cytoscape.dijkstra
    1. function cytoscape.dijkstra ( root, weightFn, directed )
  32. module cytoscape.dimensions
    1. function cytoscape.dimensions.boundingBox ( options )
    2. function cytoscape.dimensions.boundingbox ( options )
    3. function cytoscape.dimensions.height ()
    4. function cytoscape.dimensions.modelPosition ( name, value )
    5. function cytoscape.dimensions.modelPositions ( pos, silent )
    6. function cytoscape.dimensions.outerHeight ()
    7. function cytoscape.dimensions.outerWidth ()
    8. function cytoscape.dimensions.point ( name, value )
    9. function cytoscape.dimensions.points ( pos, silent )
    10. function cytoscape.dimensions.position ( name, value )
    11. function cytoscape.dimensions.positions ( pos, silent )
    12. function cytoscape.dimensions.recalculateRenderedStyle ( useCache )
    13. function cytoscape.dimensions.relativePoint ( dim, val )
    14. function cytoscape.dimensions.relativePosition ( dim, val )
    15. function cytoscape.dimensions.renderedBoundingBox ( options )
    16. function cytoscape.dimensions.renderedBoundingbox ( options )
    17. function cytoscape.dimensions.renderedHeight ()
    18. function cytoscape.dimensions.renderedOuterHeight ()
    19. function cytoscape.dimensions.renderedOuterWidth ()
    20. function cytoscape.dimensions.renderedPoint ( dim, val )
    21. function cytoscape.dimensions.renderedPosition ( dim, val )
    22. function cytoscape.dimensions.renderedWidth ()
    23. function cytoscape.dimensions.silentPosition ( name, value )
    24. function cytoscape.dimensions.silentPositions ( pos )
    25. function cytoscape.dimensions.updateCompoundBounds ()
    26. function cytoscape.dimensions.width ()
  33. module cytoscape.element
    1. function cytoscape.element ( cy, params, restore )
  34. module cytoscape.element.prototype
    1. function cytoscape.element.prototype.aStar ( options )
    2. function cytoscape.element.prototype.abscomp ()
    3. function cytoscape.element.prototype.absoluteComplement ()
    4. function cytoscape.element.prototype.activate ()
    5. function cytoscape.element.prototype.active ()
    6. function cytoscape.element.prototype.add ( toAdd )
    7. function cytoscape.element.prototype.addClass ( classes )
    8. function cytoscape.element.prototype.addListener ( events, selector, callback )
    9. function cytoscape.element.prototype.allAre ( selector )
    10. function cytoscape.element.prototype.allAreNeighbors ( collection )
    11. function cytoscape.element.prototype.allAreNeighbours ( collection )
    12. function cytoscape.element.prototype.ancestors ( selector )
    13. function cytoscape.element.prototype.and ( other )
    14. function cytoscape.element.prototype.animate ( properties, params )
    15. function cytoscape.element.prototype.animated ()
    16. function cytoscape.element.prototype.animation ( properties, params )
    17. function cytoscape.element.prototype.anySame ( collection )
    18. function cytoscape.element.prototype.attr ( name, value )
    19. function cytoscape.element.prototype.backgrounding ()
    20. function cytoscape.element.prototype.bc ( options )
    21. function cytoscape.element.prototype.bellmanFord ( options )
    22. function cytoscape.element.prototype.betweennessCentrality ( options )
    23. function cytoscape.element.prototype.bfs ( roots, fn, directed )
    24. function cytoscape.element.prototype.bind ( events, selector, callback )
    25. function cytoscape.element.prototype.boundingBox ( options )
    26. function cytoscape.element.prototype.boundingbox ( options )
    27. function cytoscape.element.prototype.breadthFirstSearch ( roots, fn, directed )
    28. function cytoscape.element.prototype.bypass ( name, value )
    29. function cytoscape.element.prototype.cc ( options )
    30. function cytoscape.element.prototype.ccn ( options )
    31. function cytoscape.element.prototype.children ( selector )
    32. function cytoscape.element.prototype.classes ( classes )
    33. function cytoscape.element.prototype.clearQueue ()
    34. function cytoscape.element.prototype.clone ()
    35. function cytoscape.element.prototype.closedNeighborhood ( selector )
    36. function cytoscape.element.prototype.closedNeighbourhood ( selector )
    37. function cytoscape.element.prototype.closenessCentrality ( options )
    38. function cytoscape.element.prototype.closenessCentralityNormalised ( options )
    39. function cytoscape.element.prototype.closenessCentralityNormalized ( options )
    40. function cytoscape.element.prototype.codirectedEdges ( arg1, arg2, arg3, arg4 )
    41. function cytoscape.element.prototype.collection ()
    42. function cytoscape.element.prototype.commonAncestors ( selector )
    43. function cytoscape.element.prototype.complement ()
    44. function cytoscape.element.prototype.components ()
    45. function cytoscape.element.prototype.connectedEdges ( arg1, arg2, arg3, arg4 )
    46. function cytoscape.element.prototype.connectedNodes ( arg1, arg2, arg3, arg4 )
    47. function cytoscape.element.prototype.copy ()
    48. function cytoscape.element.prototype.createLayout ( options )
    49. function cytoscape.element.prototype.css ( name, value )
    50. function cytoscape.element.prototype.cy ()
    51. function cytoscape.element.prototype.data ( name, value )
    52. function cytoscape.element.prototype.dc ( options )
    53. function cytoscape.element.prototype.dcn ( options )
    54. function cytoscape.element.prototype.degree ( includeLoops )
    55. function cytoscape.element.prototype.degreeCentrality ( options )
    56. function cytoscape.element.prototype.degreeCentralityNormalised ( options )
    57. function cytoscape.element.prototype.degreeCentralityNormalized ( options )
    58. function cytoscape.element.prototype.delay ( time, complete )
    59. function cytoscape.element.prototype.delayAnimation ( time, complete )
    60. function cytoscape.element.prototype.depthFirstSearch ( roots, fn, directed )
    61. function cytoscape.element.prototype.descendants ( selector )
    62. function cytoscape.element.prototype.deselect ()
    63. function cytoscape.element.prototype.dfs ( roots, fn, directed )
    64. function cytoscape.element.prototype.diff ( other )
    65. function cytoscape.element.prototype.difference ( toRemove )
    66. function cytoscape.element.prototype.dijkstra ( root, weightFn, directed )
    67. function cytoscape.element.prototype.each ( fn, thisArg )
    68. function cytoscape.element.prototype.edges ( selector )
    69. function cytoscape.element.prototype.edgesTo ( arg1, arg2, arg3, arg4 )
    70. function cytoscape.element.prototype.edgesWith ( arg1, arg2, arg3, arg4 )
    71. function cytoscape.element.prototype.effectiveOpacity ()
    72. function cytoscape.element.prototype.element ()
    73. function cytoscape.element.prototype.emit ( events, extraParams, fnToTrigger )
    74. function cytoscape.element.prototype.empty ()
    75. function cytoscape.element.prototype.eq ( i )
    76. function cytoscape.element.prototype.every ( fn, thisArg )
    77. function cytoscape.element.prototype.filter ( filter, thisArg )
    78. function cytoscape.element.prototype.filterFn ( filter, thisArg )
    79. function cytoscape.element.prototype.first ()
    80. function cytoscape.element.prototype.flashClass ( classes, duration )
    81. function cytoscape.element.prototype.floydWarshall ( options )
    82. function cytoscape.element.prototype.fnFilter ( filter, thisArg )
    83. function cytoscape.element.prototype.forEach ( fn, thisArg )
    84. function cytoscape.element.prototype.getElementById ( id )
    85. function cytoscape.element.prototype.grabbable ()
    86. function cytoscape.element.prototype.grabbed ()
    87. function cytoscape.element.prototype.grabify ()
    88. function cytoscape.element.prototype.group ()
    89. function cytoscape.element.prototype.hasClass ( className )
    90. function cytoscape.element.prototype.hasElementWithId ( id )
    91. function cytoscape.element.prototype.height ()
    92. function cytoscape.element.prototype.hidden ()
    93. function cytoscape.element.prototype.hide ()
    94. function cytoscape.element.prototype.id ()
    95. function cytoscape.element.prototype.inactive ()
    96. function cytoscape.element.prototype.incomers ( arg1, arg2, arg3, arg4 )
    97. function cytoscape.element.prototype.indegree ( includeLoops )
    98. function cytoscape.element.prototype.inside ()
    99. function cytoscape.element.prototype.instanceString ()
    100. function cytoscape.element.prototype.interactive ()
    101. function cytoscape.element.prototype.intersect ( other )
    102. function cytoscape.element.prototype.intersection ( other )
    103. function cytoscape.element.prototype.is ( selector )
    104. function cytoscape.element.prototype.isChild ()
    105. function cytoscape.element.prototype.isEdge ()
    106. function cytoscape.element.prototype.isLoop ()
    107. function cytoscape.element.prototype.isNode ()
    108. function cytoscape.element.prototype.isParent ()
    109. function cytoscape.element.prototype.isSimple ()
    110. function cytoscape.element.prototype.json ( obj )
    111. function cytoscape.element.prototype.jsons ()
    112. function cytoscape.element.prototype.kargerStein ( options )
    113. function cytoscape.element.prototype.kruskal ( weightFn )
    114. function cytoscape.element.prototype.last ()
    115. function cytoscape.element.prototype.layout ( options )
    116. function cytoscape.element.prototype.layoutPositions ( layout, options, fn )
    117. function cytoscape.element.prototype.leaves ( selector )
    118. function cytoscape.element.prototype.listen ( events, selector, callback )
    119. function cytoscape.element.prototype.lock ()
    120. function cytoscape.element.prototype.locked ()
    121. function cytoscape.element.prototype.makeLayout ( options )
    122. function cytoscape.element.prototype.map ( mapFn, thisArg )
    123. function cytoscape.element.prototype.max ( valFn, thisArg )
    124. function cytoscape.element.prototype.maxDegree ( includeLoops )
    125. function cytoscape.element.prototype.maxIndegree ( includeLoops )
    126. function cytoscape.element.prototype.maxOutdegree ( includeLoops )
    127. function cytoscape.element.prototype.merge ( toAdd )
    128. function cytoscape.element.prototype.min ( valFn, thisArg )
    129. function cytoscape.element.prototype.minDegree ( includeLoops )
    130. function cytoscape.element.prototype.minIndegree ( includeLoops )
    131. function cytoscape.element.prototype.minOutdegree ( includeLoops )
    132. function cytoscape.element.prototype.modelPosition ( name, value )
    133. function cytoscape.element.prototype.modelPositions ( pos, silent )
    134. function cytoscape.element.prototype.move ( struct )
    135. function cytoscape.element.prototype.n ( other )
    136. function cytoscape.element.prototype.neighborhood ( arg1, arg2, arg3, arg4 )
    137. function cytoscape.element.prototype.neighbourhood ( arg1, arg2, arg3, arg4 )
    138. function cytoscape.element.prototype.nodes ( selector )
    139. function cytoscape.element.prototype.nonempty ()
    140. function cytoscape.element.prototype.noninteractive ()
    141. function cytoscape.element.prototype.nonorphans ( selector )
    142. function cytoscape.element.prototype.not ( toRemove )
    143. function cytoscape.element.prototype.off ( events, selector, callback )
    144. function cytoscape.element.prototype.on ( events, selector, callback )
    145. function cytoscape.element.prototype.once ( events, selector, callback )
    146. function cytoscape.element.prototype.one ( events, selector, callback )
    147. function cytoscape.element.prototype.openNeighborhood ( selector )
    148. function cytoscape.element.prototype.openNeighbourhood ( selector )
    149. function cytoscape.element.prototype.or ( toAdd )
    150. function cytoscape.element.prototype.orphans ( selector )
    151. function cytoscape.element.prototype.outdegree ( includeLoops )
    152. function cytoscape.element.prototype.outerHeight ()
    153. function cytoscape.element.prototype.outerWidth ()
    154. function cytoscape.element.prototype.outgoers ( arg1, arg2, arg3, arg4 )
    155. function cytoscape.element.prototype.pageRank ( options )
    156. function cytoscape.element.prototype.parallelEdges ( arg1, arg2, arg3, arg4 )
    157. function cytoscape.element.prototype.parent ( selector )
    158. function cytoscape.element.prototype.parents ( selector )
    159. function cytoscape.element.prototype.parsedStyle ( property )
    160. function cytoscape.element.prototype.point ( name, value )
    161. function cytoscape.element.prototype.points ( pos, silent )
    162. function cytoscape.element.prototype.pon ( events, selector )
    163. function cytoscape.element.prototype.poolIndex ()
    164. function cytoscape.element.prototype.position ( name, value )
    165. function cytoscape.element.prototype.positions ( pos, silent )
    166. function cytoscape.element.prototype.predecessors ( selector )
    167. function cytoscape.element.prototype.promiseOn ( events, selector )
    168. function cytoscape.element.prototype.pstyle ( property )
    169. function cytoscape.element.prototype.recalculateRenderedStyle ( useCache )
    170. function cytoscape.element.prototype.relativeComplement ( toRemove )
    171. function cytoscape.element.prototype.relativePoint ( dim, val )
    172. function cytoscape.element.prototype.relativePosition ( dim, val )
    173. function cytoscape.element.prototype.remove ( notifyRenderer )
    174. function cytoscape.element.prototype.removeAttr ( names )
    175. function cytoscape.element.prototype.removeBypass ( names )
    176. function cytoscape.element.prototype.removeClass ( classes )
    177. function cytoscape.element.prototype.removeCss ( names )
    178. function cytoscape.element.prototype.removeData ( names )
    179. function cytoscape.element.prototype.removeListener ( events, selector, callback )
    180. function cytoscape.element.prototype.removeRscratch ( names )
    181. function cytoscape.element.prototype.removeScratch ( names )
    182. function cytoscape.element.prototype.removeStyle ( names )
    183. function cytoscape.element.prototype.removed ()
    184. function cytoscape.element.prototype.renderedBoundingBox ( options )
    185. function cytoscape.element.prototype.renderedBoundingbox ( options )
    186. function cytoscape.element.prototype.renderedCss ( property )
    187. function cytoscape.element.prototype.renderedHeight ()
    188. function cytoscape.element.prototype.renderedOuterHeight ()
    189. function cytoscape.element.prototype.renderedOuterWidth ()
    190. function cytoscape.element.prototype.renderedPoint ( dim, val )
    191. function cytoscape.element.prototype.renderedPosition ( dim, val )
    192. function cytoscape.element.prototype.renderedStyle ( property )
    193. function cytoscape.element.prototype.renderedWidth ()
    194. function cytoscape.element.prototype.restore ( notifyRenderer )
    195. function cytoscape.element.prototype.roots ( selector )
    196. function cytoscape.element.prototype.rscratch ( name, value )
    197. function cytoscape.element.prototype.rtrigger ( event, extraParams )
    198. function cytoscape.element.prototype.same ( collection )
    199. function cytoscape.element.prototype.scratch ( name, value )
    200. function cytoscape.element.prototype.select ()
    201. function cytoscape.element.prototype.selectable ()
    202. function cytoscape.element.prototype.selected ()
    203. function cytoscape.element.prototype.selectify ()
    204. function cytoscape.element.prototype.show ()
    205. function cytoscape.element.prototype.siblings ( selector )
    206. function cytoscape.element.prototype.silentPosition ( name, value )
    207. function cytoscape.element.prototype.silentPositions ( pos )
    208. function cytoscape.element.prototype.size ()
    209. function cytoscape.element.prototype.slice ( start, end )
    210. function cytoscape.element.prototype.some ( fn, thisArg )
    211. function cytoscape.element.prototype.sort ( sortFn )
    212. function cytoscape.element.prototype.sortByZIndex ()
    213. function cytoscape.element.prototype.source ( arg1, arg2, arg3, arg4 )
    214. function cytoscape.element.prototype.sources ( selector )
    215. function cytoscape.element.prototype.spawn ( cy, eles, opts )
    216. function cytoscape.element.prototype.spawnSelf ()
    217. function cytoscape.element.prototype.stdFilter ( filter, thisArg )
    218. function cytoscape.element.prototype.stop ( clearQueue, jumpToEnd )
    219. function cytoscape.element.prototype.style ( name, value )
    220. function cytoscape.element.prototype.subtract ( toRemove )
    221. function cytoscape.element.prototype.successors ( selector )
    222. function cytoscape.element.prototype.symdiff ( other )
    223. function cytoscape.element.prototype.symmetricDifference ( other )
    224. function cytoscape.element.prototype.takesUpSpace ()
    225. function cytoscape.element.prototype.target ( arg1, arg2, arg3, arg4 )
    226. function cytoscape.element.prototype.targets ( selector )
    227. function cytoscape.element.prototype.toArray ()
    228. function cytoscape.element.prototype.toggleClass ( classesStr, toggle )
    229. function cytoscape.element.prototype.totalDegree ( includeLoops )
    230. function cytoscape.element.prototype.transparent ()
    231. function cytoscape.element.prototype.trigger ( events, extraParams, fnToTrigger )
    232. function cytoscape.element.prototype.u ( toAdd )
    233. function cytoscape.element.prototype.unactivate ()
    234. function cytoscape.element.prototype.unbind ( events, selector, callback )
    235. function cytoscape.element.prototype.ungrabify ()
    236. function cytoscape.element.prototype.union ( toAdd )
    237. function cytoscape.element.prototype.unique ()
    238. function cytoscape.element.prototype.unlisten ( events, selector, callback )
    239. function cytoscape.element.prototype.unlock ()
    240. function cytoscape.element.prototype.unmerge ( toRemove )
    241. function cytoscape.element.prototype.unmergeOne ( ele )
    242. function cytoscape.element.prototype.unselect ()
    243. function cytoscape.element.prototype.unselectify ()
    244. function cytoscape.element.prototype.updateCompoundBounds ()
    245. function cytoscape.element.prototype.updateMappers ( notifyRenderer )
    246. function cytoscape.element.prototype.updateStyle ( notifyRenderer )
    247. function cytoscape.element.prototype.visible ()
    248. function cytoscape.element.prototype.width ()
    249. function cytoscape.element.prototype.xor ( other )
    250. function cytoscape.element.prototype.zDepth ()
  35. module cytoscape.event
    1. function cytoscape.event ( src, props )
  36. module cytoscape.event.prototype
    1. function cytoscape.event.prototype.instanceString ()
    2. function cytoscape.event.prototype.isDefaultPrevented ()
    3. function cytoscape.event.prototype.isImmediatePropagationStopped ()
    4. function cytoscape.event.prototype.isPropagationStopped ()
    5. function cytoscape.event.prototype.preventDefault ()
    6. function cytoscape.event.prototype.stopImmediatePropagation ()
    7. function cytoscape.event.prototype.stopPropagation ()
  37. module cytoscape.events
    1. function cytoscape.events.addListener ( events, selector, callback )
    2. function cytoscape.events.bind ( events, selector, callback )
    3. function cytoscape.events.emit ( events, extraParams, fnToTrigger )
    4. function cytoscape.events.listen ( events, selector, callback )
    5. function cytoscape.events.off ( events, selector, callback )
    6. function cytoscape.events.on ( events, selector, callback )
    7. function cytoscape.events.once ( events, selector, callback )
    8. function cytoscape.events.one ( events, selector, callback )
    9. function cytoscape.events.pon ( events, selector )
    10. function cytoscape.events.promiseOn ( events, selector )
    11. function cytoscape.events.removeListener ( events, selector, callback )
    12. function cytoscape.events.rtrigger ( event, extraParams )
    13. function cytoscape.events.trigger ( events, extraParams, fnToTrigger )
    14. function cytoscape.events.unbind ( events, selector, callback )
    15. function cytoscape.events.unlisten ( events, selector, callback )
  38. module cytoscape.export
    1. function cytoscape.export.jpeg ( options )
    2. function cytoscape.export.jpg ( options )
    3. function cytoscape.export.png ( options )
  39. module cytoscape.filter
    1. function cytoscape.filter ( filter, thisArg )
    2. function cytoscape.filter.abscomp ()
    3. function cytoscape.filter.absoluteComplement ()
    4. function cytoscape.filter.add ( toAdd )
    5. function cytoscape.filter.and ( other )
    6. function cytoscape.filter.complement ()
    7. function cytoscape.filter.diff ( other )
    8. function cytoscape.filter.difference ( toRemove )
    9. function cytoscape.filter.edges ( selector )
    10. function cytoscape.filter.filterFn ( filter, thisArg )
    11. function cytoscape.filter.fnFilter ( filter, thisArg )
    12. function cytoscape.filter.intersect ( other )
    13. function cytoscape.filter.intersection ( other )
    14. function cytoscape.filter.map ( mapFn, thisArg )
    15. function cytoscape.filter.max ( valFn, thisArg )
    16. function cytoscape.filter.merge ( toAdd )
    17. function cytoscape.filter.min ( valFn, thisArg )
    18. function cytoscape.filter.n ( other )
    19. function cytoscape.filter.nodes ( selector )
    20. function cytoscape.filter.not ( toRemove )
    21. function cytoscape.filter.or ( toAdd )
    22. function cytoscape.filter.relativeComplement ( toRemove )
    23. function cytoscape.filter.stdFilter ( filter, thisArg )
    24. function cytoscape.filter.subtract ( toRemove )
    25. function cytoscape.filter.symdiff ( other )
    26. function cytoscape.filter.symmetricDifference ( other )
    27. function cytoscape.filter.u ( toAdd )
    28. function cytoscape.filter.union ( toAdd )
    29. function cytoscape.filter.unmerge ( toRemove )
    30. function cytoscape.filter.unmergeOne ( ele )
    31. function cytoscape.filter.xor ( other )
  40. module cytoscape.floyd_warshall
    1. function cytoscape.floyd_warshall.floydWarshall ( options )
  41. module cytoscape.get_for_ele
    1. function cytoscape.get_for_ele.getAnimationStartStyle ( ele, aniProps )
    2. function cytoscape.get_for_ele.getPropsList ( propsObj )
    3. function cytoscape.get_for_ele.getRawStyle ( ele, isRenderedVal )
    4. function cytoscape.get_for_ele.getRenderedStyle ( ele )
    5. function cytoscape.get_for_ele.getStylePropertyValue ( ele, propName, isRenderedVal )
  42. module cytoscape.grid
    1. function cytoscape.grid ( options )
  43. module cytoscape.grid.prototype
    1. function cytoscape.grid.prototype.run ()
  44. module cytoscape.group
    1. function cytoscape.group ()
    2. function cytoscape.group.isEdge ()
    3. function cytoscape.group.isLoop ()
    4. function cytoscape.group.isNode ()
    5. function cytoscape.group.isSimple ()
  45. module cytoscape.heap
    1. function cytoscape.heap ( cmp )
    2. function cytoscape.heap.heapify ( array, cmp )
    3. function cytoscape.heap.nlargest ( array, n, cmp )
    4. function cytoscape.heap.nsmallest ( array, n, cmp )
    5. function cytoscape.heap.pop ( array, cmp )
    6. function cytoscape.heap.push ( array, item, cmp )
    7. function cytoscape.heap.pushpop ( array, item, cmp )
    8. function cytoscape.heap.replace ( array, item, cmp )
    9. function cytoscape.heap.updateItem ( array, item, cmp )
  46. module cytoscape.heap.prototype
    1. function cytoscape.heap.prototype.clear ()
    2. function cytoscape.heap.prototype.clone ()
    3. function cytoscape.heap.prototype.contains ( x )
    4. function cytoscape.heap.prototype.copy ()
    5. function cytoscape.heap.prototype.empty ()
    6. function cytoscape.heap.prototype.front ()
    7. function cytoscape.heap.prototype.has ( x )
    8. function cytoscape.heap.prototype.heapify ()
    9. function cytoscape.heap.prototype.insert ( x )
    10. function cytoscape.heap.prototype.peek ()
    11. function cytoscape.heap.prototype.pop ()
    12. function cytoscape.heap.prototype.push ( x )
    13. function cytoscape.heap.prototype.pushpop ( x )
    14. function cytoscape.heap.prototype.replace ( x )
    15. function cytoscape.heap.prototype.size ()
    16. function cytoscape.heap.prototype.toArray ()
    17. function cytoscape.heap.prototype.top ()
    18. function cytoscape.heap.prototype.updateItem ( x )
  47. module cytoscape.index
    1. function cytoscape.index ( cy, elements, options )
  48. module cytoscape.is
    1. function cytoscape.is.array ( obj )
    2. function cytoscape.is.bool ( obj )
    3. function cytoscape.is.boundingBox ( obj )
    4. function cytoscape.is.chromium ()
    5. function cytoscape.is.collection ( obj )
    6. function cytoscape.is.core ( obj )
    7. function cytoscape.is.defined ( obj )
    8. function cytoscape.is.domElement ( obj )
    9. function cytoscape.is.element ( obj )
    10. function cytoscape.is.elementOrCollection ( obj )
    11. function cytoscape.is.emptyString ( obj )
    12. function cytoscape.is.event ( obj )
    13. function cytoscape.is.fabric ( obj )
    14. function cytoscape.is.fn ( obj )
    15. function cytoscape.is.gecko ()
    16. function cytoscape.is.htmlElement ( obj )
    17. function cytoscape.is.integer ( obj )
    18. function cytoscape.is.khtml ()
    19. function cytoscape.is.khtmlEtc ()
    20. function cytoscape.is.linux ()
    21. function cytoscape.is.mac ()
    22. function cytoscape.is.ms ()
    23. function cytoscape.is.nonemptyString ( obj )
    24. function cytoscape.is.number ( obj )
    25. function cytoscape.is.object ( obj )
    26. function cytoscape.is.plainObject ( obj )
    27. function cytoscape.is.promise ( obj )
    28. function cytoscape.is.string ( obj )
    29. function cytoscape.is.style ( obj )
    30. function cytoscape.is.stylesheet ( obj )
    31. function cytoscape.is.thread ( obj )
    32. function cytoscape.is.touch ()
    33. function cytoscape.is.unix ()
    34. function cytoscape.is.webkit ()
    35. function cytoscape.is.windows ()
  49. module cytoscape.iteration
    1. function cytoscape.iteration.each ( fn, thisArg )
    2. function cytoscape.iteration.empty ()
    3. function cytoscape.iteration.eq ( i )
    4. function cytoscape.iteration.first ()
    5. function cytoscape.iteration.forEach ( fn, thisArg )
    6. function cytoscape.iteration.last ()
    7. function cytoscape.iteration.nonempty ()
    8. function cytoscape.iteration.size ()
    9. function cytoscape.iteration.slice ( start, end )
    10. function cytoscape.iteration.sort ( sortFn )
    11. function cytoscape.iteration.sortByZIndex ()
    12. function cytoscape.iteration.toArray ()
    13. function cytoscape.iteration.zDepth ()
  50. module cytoscape.json
    1. function cytoscape.json ()
    2. function cytoscape.json.applyFromJson ( json )
    3. function cytoscape.json.fromJson ( json )
  51. module cytoscape.kerger_stein
    1. function cytoscape.kerger_stein.kargerStein ( options )
  52. module cytoscape.kruskal
    1. function cytoscape.kruskal ( weightFn )
  53. module cytoscape.layout
    1. function cytoscape.layout ( options )
    2. function cytoscape.layout.createLayout ( options )
    3. function cytoscape.layout.layoutPositions ( layout, options, fn )
    4. function cytoscape.layout.makeLayout ( options )
  54. module cytoscape.maps
    1. function cytoscape.maps.deleteMap ( options )
    2. function cytoscape.maps.getMap ( options )
    3. function cytoscape.maps.mapEmpty ( map )
    4. function cytoscape.maps.pushMap ( options )
    5. function cytoscape.maps.setMap ( options )
  55. module cytoscape.math
    1. function cytoscape.math.arePositionsSame ( p1, p2 )
    2. function cytoscape.math.array2point ( arr )
    3. function cytoscape.math.bound ( min, val, max )
    4. function cytoscape.math.boundingBoxInBoundingBox ( bb1, bb2 )
    5. function cytoscape.math.boundingBoxesIntersect ( bb1, bb2 )
    6. function cytoscape.math.copyPosition ( p )
    7. function cytoscape.math.deg2rad ( deg )
    8. function cytoscape.math.dist ( p1, p2 )
    9. function cytoscape.math.expandBoundingBox ( bb, padding )
    10. function cytoscape.math.expandPolygon ( points, pad )
    11. function cytoscape.math.findCircleNearPoint ( centerX, centerY, radius, farX, farY )
    12. function cytoscape.math.findMaxSqDistanceToOrigin ( points )
    13. function cytoscape.math.finiteLinesIntersect ( x1, y1, x2, y2, x3, y3, x4, y4, infiniteLines )
    14. function cytoscape.math.fitPolygonToSquare ( points )
    15. function cytoscape.math.generateUnitNgonPoints ( sides, rotationRadians )
    16. function cytoscape.math.generateUnitNgonPointsFitToSquare ( sides, rotationRadians )
    17. function cytoscape.math.getRoundRectangleRadius ( width, height )
    18. function cytoscape.math.inBezierVicinity ( x, y, x1, y1, x2, y2, x3, y3, tolerance )
    19. function cytoscape.math.inBoundingBox ( bb, x, y )
    20. function cytoscape.math.inLineVicinity ( x, y, lx1, ly1, lx2, ly2, tolerance )
    21. function cytoscape.math.intersectLineCircle ( x1, y1, x2, y2, centerX, centerY, radius )
    22. function cytoscape.math.intersectLineEllipse ( x, y, centerX, centerY, ellipseWradius, ellipseHradius )
    23. function cytoscape.math.joinLines ( lineSet )
    24. function cytoscape.math.lineAt ( p0, p1, t, d )
    25. function cytoscape.math.lineAtDist ( p0, p1, d )
    26. function cytoscape.math.log2 ()
    27. function cytoscape.math.makeBoundingBox ( bb )
    28. function cytoscape.math.midOfThree ( a, b, c )
    29. function cytoscape.math.pointInBoundingBox ( bb, pt )
    30. function cytoscape.math.pointInsidePolygon ( x, y, basePoints, centerX, centerY, width, height, direction, padding )
    31. function cytoscape.math.pointInsidePolygonPoints ( x, y, points )
    32. function cytoscape.math.polygonIntersectLine ( x, y, basePoints, centerX, centerY, width, height, padding )
    33. function cytoscape.math.qbezierAt ( p0, p1, p2, t )
    34. function cytoscape.math.qbezierPtAt ( p0, p1, p2, t )
    35. function cytoscape.math.roundRectangleIntersectLine ( x, y, nodeX, nodeY, width, height, padding )
    36. function cytoscape.math.shortenIntersection ( intersection, offset, amount )
    37. function cytoscape.math.signum ( x )
    38. function cytoscape.math.solveCubic ( a, b, c, d, result )
    39. function cytoscape.math.sqdist ( p1, p2 )
    40. function cytoscape.math.sqdistToFiniteLine ( x, y, x1, y1, x2, y2 )
    41. function cytoscape.math.sqdistToQuadraticBezier ( x, y, x1, y1, x2, y2, x3, y3 )
    42. function cytoscape.math.triangleAngle ( A, B, C )
    43. function cytoscape.math.updateBoundingBox ( bb1, bb2 )
  56. module cytoscape.notification
    1. function cytoscape.notification.batch ( callback )
    2. function cytoscape.notification.batchData ( map )
    3. function cytoscape.notification.endBatch ()
    4. function cytoscape.notification.noNotifications ( callback )
    5. function cytoscape.notification.notifications ( bool )
    6. function cytoscape.notification.notify ( params )
    7. function cytoscape.notification.startBatch ()
  57. module cytoscape.null
    1. function cytoscape.null ( options )
  58. module cytoscape.null.prototype
    1. function cytoscape.null.prototype.run ()
    2. function cytoscape.null.prototype.stop ()
  59. module cytoscape.page_rank
    1. function cytoscape.page_rank.pageRank ( options )
  60. module cytoscape.parse
    1. function cytoscape.parse ( name, value, propIsBypass, propIsFlat )
    2. function cytoscape.parse.parseImpl ( name, value, propIsBypass, propIsFlat )
  61. module cytoscape.preset
    1. function cytoscape.preset ( options )
  62. module cytoscape.preset.prototype
    1. function cytoscape.preset.prototype.run ()
  63. module cytoscape.properties
    1. function cytoscape.properties.addDefaultStylesheet ()
    2. function cytoscape.properties.getDefaultProperties ()
    3. function cytoscape.properties.getDefaultProperty ( name )
    4. number cytoscape.properties.pieBackgroundN
    5. object cytoscape.properties
    6. object cytoscape.properties.aliases
    7. object cytoscape.properties.arrowPrefixes
    8. object cytoscape.properties.propertyNames
    9. object cytoscape.properties.types
  64. module cytoscape.random
    1. function cytoscape.random ( options )
  65. module cytoscape.random.prototype
    1. function cytoscape.random.prototype.run ()
  66. module cytoscape.renderer
    1. function cytoscape.renderer ()
    2. function cytoscape.renderer.destroyRenderer ()
    3. function cytoscape.renderer.forceRender ()
    4. function cytoscape.renderer.initRenderer ( options )
    5. function cytoscape.renderer.invalidateDimensions ()
    6. function cytoscape.renderer.offRender ( fn )
    7. function cytoscape.renderer.onRender ( fn )
    8. function cytoscape.renderer.renderTo ( context, zoom, pan, pxRatio )
    9. function cytoscape.renderer.resize ()
  67. module cytoscape.search
    1. function cytoscape.search.collection ( eles, opts )
    2. function cytoscape.search.edges ( selector )
    3. function cytoscape.search.elements ( selector )
    4. function cytoscape.search.filter ( selector )
    5. function cytoscape.search.mutableElements ()
    6. function cytoscape.search.nodes ( selector )
  68. module cytoscape.selector
    1. function cytoscape.selector ( selector )
  69. module cytoscape.selector.prototype
    1. function cytoscape.selector.prototype.eq ( i )
    2. function cytoscape.selector.prototype.filter ( collection )
    3. function cytoscape.selector.prototype.matches ( ele )
    4. function cytoscape.selector.prototype.selector ()
    5. function cytoscape.selector.prototype.size ()
    6. function cytoscape.selector.prototype.toString ()
  70. module cytoscape.string_sheet
    1. function cytoscape.string_sheet.applyFromString ( string )
    2. function cytoscape.string_sheet.fromString ( string )
  71. module cytoscape.strings
    1. function cytoscape.strings.camel2dash ()
    2. function cytoscape.strings.capitalize ( str )
    3. function cytoscape.strings.dash2camel ()
    4. function cytoscape.strings.prependCamel ()
  72. module cytoscape.style
    1. function cytoscape.style ( name, value )
    2. function cytoscape.style.backgrounding ()
    3. function cytoscape.style.bypass ( name, value )
    4. function cytoscape.style.css ( name, value )
    5. function cytoscape.style.effectiveOpacity ()
    6. function cytoscape.style.hidden ()
    7. function cytoscape.style.hide ()
    8. function cytoscape.style.interactive ()
    9. function cytoscape.style.noninteractive ()
    10. function cytoscape.style.parsedStyle ( property )
    11. function cytoscape.style.pstyle ( property )
    12. function cytoscape.style.removeBypass ( names )
    13. function cytoscape.style.removeCss ( names )
    14. function cytoscape.style.removeStyle ( names )
    15. function cytoscape.style.renderedCss ( property )
    16. function cytoscape.style.renderedStyle ( property )
    17. function cytoscape.style.show ()
    18. function cytoscape.style.takesUpSpace ()
    19. function cytoscape.style.transparent ()
    20. function cytoscape.style.updateMappers ( notifyRenderer )
    21. function cytoscape.style.updateStyle ( notifyRenderer )
    22. function cytoscape.style.visible ()
  73. module cytoscape.switch_functions
    1. function cytoscape.switch_functions.activate ()
    2. function cytoscape.switch_functions.active ()
    3. function cytoscape.switch_functions.deselect ()
    4. function cytoscape.switch_functions.grabbable ()
    5. function cytoscape.switch_functions.grabbed ()
    6. function cytoscape.switch_functions.grabify ()
    7. function cytoscape.switch_functions.inactive ()
    8. function cytoscape.switch_functions.lock ()
    9. function cytoscape.switch_functions.locked ()
    10. function cytoscape.switch_functions.select ()
    11. function cytoscape.switch_functions.selectable ()
    12. function cytoscape.switch_functions.selected ()
    13. function cytoscape.switch_functions.selectify ()
    14. function cytoscape.switch_functions.unactivate ()
    15. function cytoscape.switch_functions.ungrabify ()
    16. function cytoscape.switch_functions.unlock ()
    17. function cytoscape.switch_functions.unselect ()
    18. function cytoscape.switch_functions.unselectify ()
  74. module cytoscape.timing
    1. function cytoscape.timing.debounce ( func, wait, options )
    2. function cytoscape.timing.now ()
    3. function cytoscape.timing.performanceNow ()
    4. function cytoscape.timing.requestAnimationFrame ( fn )
    5. function cytoscape.timing.throttle ( func, wait, options )
  75. module cytoscape.traversing
    1. function cytoscape.traversing.closedNeighborhood ( selector )
    2. function cytoscape.traversing.closedNeighbourhood ( selector )
    3. function cytoscape.traversing.codirectedEdges ( arg1, arg2, arg3, arg4 )
    4. function cytoscape.traversing.components ()
    5. function cytoscape.traversing.connectedEdges ( arg1, arg2, arg3, arg4 )
    6. function cytoscape.traversing.connectedNodes ( arg1, arg2, arg3, arg4 )
    7. function cytoscape.traversing.edgesTo ( arg1, arg2, arg3, arg4 )
    8. function cytoscape.traversing.edgesWith ( arg1, arg2, arg3, arg4 )
    9. function cytoscape.traversing.incomers ( arg1, arg2, arg3, arg4 )
    10. function cytoscape.traversing.leaves ( selector )
    11. function cytoscape.traversing.neighborhood ( arg1, arg2, arg3, arg4 )
    12. function cytoscape.traversing.neighbourhood ( arg1, arg2, arg3, arg4 )
    13. function cytoscape.traversing.openNeighborhood ( selector )
    14. function cytoscape.traversing.openNeighbourhood ( selector )
    15. function cytoscape.traversing.outgoers ( arg1, arg2, arg3, arg4 )
    16. function cytoscape.traversing.parallelEdges ( arg1, arg2, arg3, arg4 )
    17. function cytoscape.traversing.predecessors ( selector )
    18. function cytoscape.traversing.roots ( selector )
    19. function cytoscape.traversing.source ( arg1, arg2, arg3, arg4 )
    20. function cytoscape.traversing.sources ( selector )
    21. function cytoscape.traversing.successors ( selector )
    22. function cytoscape.traversing.target ( arg1, arg2, arg3, arg4 )
    23. function cytoscape.traversing.targets ( selector )
  76. module cytoscape.viewport
    1. function cytoscape.viewport ( opts )
    2. function cytoscape.viewport.autolock ( bool )
    3. function cytoscape.viewport.autolockNodes ( bool )
    4. function cytoscape.viewport.autoungrabify ( bool )
    5. function cytoscape.viewport.autoungrabifyNodes ( bool )
    6. function cytoscape.viewport.autounselectify ( bool )
    7. function cytoscape.viewport.boxSelectionEnabled ( bool )
    8. function cytoscape.viewport.center ( elements )
    9. function cytoscape.viewport.centre ( elements )
    10. function cytoscape.viewport.extent ()
    11. function cytoscape.viewport.fit ( elements, padding )
    12. function cytoscape.viewport.getCenterPan ( elements, zoom )
    13. function cytoscape.viewport.getFitViewport ( elements, padding )
    14. function cytoscape.viewport.height ()
    15. function cytoscape.viewport.invalidateSize ()
    16. function cytoscape.viewport.maxZoom ( zoom )
    17. function cytoscape.viewport.minZoom ( zoom )
    18. function cytoscape.viewport.pan ()
    19. function cytoscape.viewport.panBy ( params )
    20. function cytoscape.viewport.panningEnabled ( bool )
    21. function cytoscape.viewport.renderedExtent ()
    22. function cytoscape.viewport.reset ()
    23. function cytoscape.viewport.size ()
    24. function cytoscape.viewport.userPanningEnabled ( bool )
    25. function cytoscape.viewport.userZoomingEnabled ( bool )
    26. function cytoscape.viewport.width ()
    27. function cytoscape.viewport.zoom ( params )
    28. function cytoscape.viewport.zoomingEnabled ( bool )

module cytoscape

function cytoscape ( options )

function cytoscape.Stylesheet ()

function cytoscape.animation ( target, opts, opts2 )

function cytoscape.apply ()

function cytoscape.breadthfirst ( options )

function cytoscape.circle ( options )

function cytoscape.concentric ( options )

function cytoscape.cose ( options )

function cytoscape.element ( cy, params, restore )

function cytoscape.event ( src, props )

function cytoscape.grid ( options )

function cytoscape.heap ( cmp )

function cytoscape.index ( cy, elements, options )

function cytoscape.null ( options )

function cytoscape.preset ( options )

function cytoscape.random ( options )

function cytoscape.selector ( selector )

function cytoscape.stylesheet ()

function cytoscape.use ( ext )

module cytoscape.Stylesheet

function cytoscape.Stylesheet ()

module cytoscape.Stylesheet.prototype

function cytoscape.Stylesheet.prototype.css ( name, value )

function cytoscape.Stylesheet.prototype.generateStyle ( cy )

function cytoscape.Stylesheet.prototype.instanceString ()

function cytoscape.Stylesheet.prototype.selector ( selector )

function cytoscape.Stylesheet.prototype.style ( name, value )

module cytoscape.a_star

function cytoscape.a_star.aStar ( options )

module cytoscape.add_remove

function cytoscape.add_remove.add ( opts )

function cytoscape.add_remove.remove ( collection )

module cytoscape.animation

function cytoscape.animation ( target, opts, opts2 )

module cytoscape.animation.prototype

function cytoscape.animation.prototype.apply ()

function cytoscape.animation.prototype.applying ()

function cytoscape.animation.prototype.complete ()

function cytoscape.animation.prototype.completed ()

function cytoscape.animation.prototype.fastforward ()

function cytoscape.animation.prototype.hook ()

function cytoscape.animation.prototype.instanceString ()

function cytoscape.animation.prototype.pause ()

function cytoscape.animation.prototype.play ()

function cytoscape.animation.prototype.playing ()

function cytoscape.animation.prototype.progress ( p )

function cytoscape.animation.prototype.promise ( type )

function cytoscape.animation.prototype.reverse ()

function cytoscape.animation.prototype.rewind ()

function cytoscape.animation.prototype.stop ()

function cytoscape.animation.prototype.time ( t )

module cytoscape.apply

function cytoscape.apply ( eles )

function cytoscape.apply.applyContextStyle ( cxtMeta, cxtStyle, ele )

function cytoscape.apply.applyParsedProperty ( ele, parsedProp )

function cytoscape.apply.cleanElements ( eles, keepBypasses )

function cytoscape.apply.getContextMeta ( ele )

function cytoscape.apply.getContextStyle ( cxtMeta )

function cytoscape.apply.getPropertiesDiff ( oldCxtKey, newCxtKey )

function cytoscape.apply.update ()

function cytoscape.apply.updateMappers ( eles )

function cytoscape.apply.updateStyleHints (ele)

function cytoscape.apply.updateTransitions ( ele, diffProps, isBypass )

module cytoscape.bellman_ford

function cytoscape.bellman_ford.bellmanFord ( options )

module cytoscape.betweenness_centrality

function cytoscape.betweenness_centrality.bc ( options )

function cytoscape.betweenness_centrality.betweennessCentrality ( options )

module cytoscape.bfs_dfs

function cytoscape.bfs_dfs.bfs ( roots, fn, directed )

function cytoscape.bfs_dfs.breadthFirstSearch ( roots, fn, directed )

function cytoscape.bfs_dfs.depthFirstSearch ( roots, fn, directed )

function cytoscape.bfs_dfs.dfs ( roots, fn, directed )

module cytoscape.breadthfirst

function cytoscape.breadthfirst ( options )

module cytoscape.breadthfirst.prototype

function cytoscape.breadthfirst.prototype.run ()

module cytoscape.bypass

function cytoscape.bypass.applyBypass ( eles, name, value, updateTransitions )

function cytoscape.bypass.overrideBypass ( eles, name, value )

function cytoscape.bypass.removeAllBypasses ( eles, updateTransitions )

function cytoscape.bypass.removeBypasses ( eles, props, updateTransitions )

module cytoscape.circle

function cytoscape.circle ( options )

module cytoscape.circle.prototype

function cytoscape.circle.prototype.run ()

module cytoscape.class

function cytoscape.class.addClass ( classes )

function cytoscape.class.classes ( classes )

function cytoscape.class.flashClass ( classes, duration )

function cytoscape.class.hasClass ( className )

function cytoscape.class.removeClass ( classes )

function cytoscape.class.toggleClass ( classesStr, toggle )

module cytoscape.closeness_centrality

function cytoscape.closeness_centrality.cc ( options )

function cytoscape.closeness_centrality.ccn ( options )

function cytoscape.closeness_centrality.closenessCentrality ( options )

function cytoscape.closeness_centrality.closenessCentralityNormalised ( options )

function cytoscape.closeness_centrality.closenessCentralityNormalized ( options )

module cytoscape.colors

function cytoscape.colors.color2tuple ( color )

function cytoscape.colors.colorname2tuple ( color )

function cytoscape.colors.hex2tuple ( hex )

function cytoscape.colors.hsl2tuple ( hsl )

function cytoscape.colors.rgb2tuple ( rgb )

module cytoscape.comparators

function cytoscape.comparators.allAre ( selector )

function cytoscape.comparators.allAreNeighbors ( collection )

function cytoscape.comparators.allAreNeighbours ( collection )

function cytoscape.comparators.anySame ( collection )

function cytoscape.comparators.every ( fn, thisArg )

function cytoscape.comparators.is ( selector )

function cytoscape.comparators.same ( collection )

function cytoscape.comparators.some ( fn, thisArg )

module cytoscape.compounds

function cytoscape.compounds.ancestors ( selector )

function cytoscape.compounds.children ( selector )

function cytoscape.compounds.commonAncestors ( selector )

function cytoscape.compounds.descendants ( selector )

function cytoscape.compounds.isChild ()

function cytoscape.compounds.isParent ()

function cytoscape.compounds.nonorphans ( selector )

function cytoscape.compounds.orphans ( selector )

function cytoscape.compounds.parent ( selector )

function cytoscape.compounds.parents ( selector )

function cytoscape.compounds.siblings ( selector )

module cytoscape.concentric

function cytoscape.concentric ( options )

module cytoscape.concentric.prototype

function cytoscape.concentric.prototype.run ()

module cytoscape.container

function cytoscape.container.containerCss ( propName )

function cytoscape.container.getEmSizeInPixels ()

module cytoscape.cose

function cytoscape.cose ( options )

module cytoscape.cose.prototype

function cytoscape.cose.prototype.destroy ()

function cytoscape.cose.prototype.run ()

function cytoscape.cose.prototype.stop ()

module cytoscape.data

function cytoscape.data ( name, value )

function cytoscape.data.attr ( name, value )

function cytoscape.data.id ()

function cytoscape.data.removeAttr ( names )

function cytoscape.data.removeData ( names )

function cytoscape.data.removeRscratch ( names )

function cytoscape.data.removeScratch ( names )

function cytoscape.data.rscratch ( name, value )

function cytoscape.data.scratch ( name, value )

module cytoscape.define

function cytoscape.define.animate ( fnParams )

function cytoscape.define.animated ( fnParams )

function cytoscape.define.animation ( fnParams )

function cytoscape.define.clearQueue ( fnParams )

function cytoscape.define.data ( params )

function cytoscape.define.delay ( fnParams )

function cytoscape.define.delayAnimation ( fnParams )

function cytoscape.define.eventAliasesOn ( proto )

function cytoscape.define.off ( params )

function cytoscape.define.on ( params )

function cytoscape.define.removeData ( params )

function cytoscape.define.stop ( fnParams )

function cytoscape.define.trigger ( params )

module cytoscape.degree

function cytoscape.degree ( includeLoops )

function cytoscape.degree.indegree ( includeLoops )

function cytoscape.degree.maxDegree ( includeLoops )

function cytoscape.degree.maxIndegree ( includeLoops )

function cytoscape.degree.maxOutdegree ( includeLoops )

function cytoscape.degree.minDegree ( includeLoops )

function cytoscape.degree.minIndegree ( includeLoops )

function cytoscape.degree.minOutdegree ( includeLoops )

function cytoscape.degree.outdegree ( includeLoops )

function cytoscape.degree.totalDegree ( includeLoops )

module cytoscape.degree_centrality

function cytoscape.degree_centrality.dc ( options )

function cytoscape.degree_centrality.dcn ( options )

function cytoscape.degree_centrality.degreeCentrality ( options )

function cytoscape.degree_centrality.degreeCentralityNormalised ( options )

function cytoscape.degree_centrality.degreeCentralityNormalized ( options )

module cytoscape.dijkstra

function cytoscape.dijkstra ( root, weightFn, directed )

module cytoscape.dimensions

function cytoscape.dimensions.boundingBox ( options )

function cytoscape.dimensions.boundingbox ( options )

function cytoscape.dimensions.height ()

function cytoscape.dimensions.modelPosition ( name, value )

function cytoscape.dimensions.modelPositions ( pos, silent )

function cytoscape.dimensions.outerHeight ()

function cytoscape.dimensions.outerWidth ()

function cytoscape.dimensions.point ( name, value )

function cytoscape.dimensions.points ( pos, silent )

function cytoscape.dimensions.position ( name, value )

function cytoscape.dimensions.positions ( pos, silent )

function cytoscape.dimensions.recalculateRenderedStyle ( useCache )

function cytoscape.dimensions.relativePoint ( dim, val )

function cytoscape.dimensions.relativePosition ( dim, val )

function cytoscape.dimensions.renderedBoundingBox ( options )

function cytoscape.dimensions.renderedBoundingbox ( options )

function cytoscape.dimensions.renderedHeight ()

function cytoscape.dimensions.renderedOuterHeight ()

function cytoscape.dimensions.renderedOuterWidth ()

function cytoscape.dimensions.renderedPoint ( dim, val )

function cytoscape.dimensions.renderedPosition ( dim, val )

function cytoscape.dimensions.renderedWidth ()

function cytoscape.dimensions.silentPosition ( name, value )

function cytoscape.dimensions.silentPositions ( pos )

function cytoscape.dimensions.updateCompoundBounds ()

function cytoscape.dimensions.width ()

module cytoscape.element

function cytoscape.element ( cy, params, restore )

module cytoscape.element.prototype

function cytoscape.element.prototype.aStar ( options )

function cytoscape.element.prototype.abscomp ()

function cytoscape.element.prototype.absoluteComplement ()

function cytoscape.element.prototype.activate ()

function cytoscape.element.prototype.active ()

function cytoscape.element.prototype.add ( toAdd )

function cytoscape.element.prototype.addClass ( classes )

function cytoscape.element.prototype.addListener ( events, selector, callback )

function cytoscape.element.prototype.allAre ( selector )

function cytoscape.element.prototype.allAreNeighbors ( collection )

function cytoscape.element.prototype.allAreNeighbours ( collection )

function cytoscape.element.prototype.ancestors ( selector )

function cytoscape.element.prototype.and ( other )

function cytoscape.element.prototype.animate ( properties, params )

function cytoscape.element.prototype.animated ()

function cytoscape.element.prototype.animation ( properties, params )

function cytoscape.element.prototype.anySame ( collection )

function cytoscape.element.prototype.attr ( name, value )

function cytoscape.element.prototype.backgrounding ()

function cytoscape.element.prototype.bc ( options )

function cytoscape.element.prototype.bellmanFord ( options )

function cytoscape.element.prototype.betweennessCentrality ( options )

function cytoscape.element.prototype.bfs ( roots, fn, directed )

function cytoscape.element.prototype.bind ( events, selector, callback )

function cytoscape.element.prototype.boundingBox ( options )

function cytoscape.element.prototype.boundingbox ( options )

function cytoscape.element.prototype.breadthFirstSearch ( roots, fn, directed )

function cytoscape.element.prototype.bypass ( name, value )

function cytoscape.element.prototype.cc ( options )

function cytoscape.element.prototype.ccn ( options )

function cytoscape.element.prototype.children ( selector )

function cytoscape.element.prototype.classes ( classes )

function cytoscape.element.prototype.clearQueue ()

function cytoscape.element.prototype.clone ()

function cytoscape.element.prototype.closedNeighborhood ( selector )

function cytoscape.element.prototype.closedNeighbourhood ( selector )

function cytoscape.element.prototype.closenessCentrality ( options )

function cytoscape.element.prototype.closenessCentralityNormalised ( options )

function cytoscape.element.prototype.closenessCentralityNormalized ( options )

function cytoscape.element.prototype.codirectedEdges ( arg1, arg2, arg3, arg4 )

function cytoscape.element.prototype.collection ()

function cytoscape.element.prototype.commonAncestors ( selector )

function cytoscape.element.prototype.complement ()

function cytoscape.element.prototype.components ()

function cytoscape.element.prototype.connectedEdges ( arg1, arg2, arg3, arg4 )

function cytoscape.element.prototype.connectedNodes ( arg1, arg2, arg3, arg4 )

function cytoscape.element.prototype.copy ()

function cytoscape.element.prototype.createLayout ( options )

function cytoscape.element.prototype.css ( name, value )

function cytoscape.element.prototype.cy ()

function cytoscape.element.prototype.data ( name, value )

function cytoscape.element.prototype.dc ( options )

function cytoscape.element.prototype.dcn ( options )

function cytoscape.element.prototype.degree ( includeLoops )

function cytoscape.element.prototype.degreeCentrality ( options )

function cytoscape.element.prototype.degreeCentralityNormalised ( options )

function cytoscape.element.prototype.degreeCentralityNormalized ( options )

function cytoscape.element.prototype.delay ( time, complete )

function cytoscape.element.prototype.delayAnimation ( time, complete )

function cytoscape.element.prototype.depthFirstSearch ( roots, fn, directed )

function cytoscape.element.prototype.descendants ( selector )

function cytoscape.element.prototype.deselect ()

function cytoscape.element.prototype.dfs ( roots, fn, directed )

function cytoscape.element.prototype.diff ( other )

function cytoscape.element.prototype.difference ( toRemove )

function cytoscape.element.prototype.dijkstra ( root, weightFn, directed )

function cytoscape.element.prototype.each ( fn, thisArg )

function cytoscape.element.prototype.edges ( selector )

function cytoscape.element.prototype.edgesTo ( arg1, arg2, arg3, arg4 )

function cytoscape.element.prototype.edgesWith ( arg1, arg2, arg3, arg4 )

function cytoscape.element.prototype.effectiveOpacity ()

function cytoscape.element.prototype.element ()

function cytoscape.element.prototype.emit ( events, extraParams, fnToTrigger )

function cytoscape.element.prototype.empty ()

function cytoscape.element.prototype.eq ( i )

function cytoscape.element.prototype.every ( fn, thisArg )

function cytoscape.element.prototype.filter ( filter, thisArg )

function cytoscape.element.prototype.filterFn ( filter, thisArg )

function cytoscape.element.prototype.first ()

function cytoscape.element.prototype.flashClass ( classes, duration )

function cytoscape.element.prototype.floydWarshall ( options )

function cytoscape.element.prototype.fnFilter ( filter, thisArg )

function cytoscape.element.prototype.forEach ( fn, thisArg )

function cytoscape.element.prototype.getElementById ( id )

function cytoscape.element.prototype.grabbable ()

function cytoscape.element.prototype.grabbed ()

function cytoscape.element.prototype.grabify ()

function cytoscape.element.prototype.group ()

function cytoscape.element.prototype.hasClass ( className )

function cytoscape.element.prototype.hasElementWithId ( id )

function cytoscape.element.prototype.height ()

function cytoscape.element.prototype.hidden ()

function cytoscape.element.prototype.hide ()

function cytoscape.element.prototype.id ()

function cytoscape.element.prototype.inactive ()

function cytoscape.element.prototype.incomers ( arg1, arg2, arg3, arg4 )

function cytoscape.element.prototype.indegree ( includeLoops )

function cytoscape.element.prototype.inside ()

function cytoscape.element.prototype.instanceString ()

function cytoscape.element.prototype.interactive ()

function cytoscape.element.prototype.intersect ( other )

function cytoscape.element.prototype.intersection ( other )

function cytoscape.element.prototype.is ( selector )

function cytoscape.element.prototype.isChild ()

function cytoscape.element.prototype.isEdge ()

function cytoscape.element.prototype.isLoop ()

function cytoscape.element.prototype.isNode ()

function cytoscape.element.prototype.isParent ()

function cytoscape.element.prototype.isSimple ()

function cytoscape.element.prototype.json ( obj )

function cytoscape.element.prototype.jsons ()

function cytoscape.element.prototype.kargerStein ( options )

function cytoscape.element.prototype.kruskal ( weightFn )

function cytoscape.element.prototype.last ()

function cytoscape.element.prototype.layout ( options )

function cytoscape.element.prototype.layoutPositions ( layout, options, fn )

function cytoscape.element.prototype.leaves ( selector )

function cytoscape.element.prototype.listen ( events, selector, callback )

function cytoscape.element.prototype.lock ()

function cytoscape.element.prototype.locked ()

function cytoscape.element.prototype.makeLayout ( options )

function cytoscape.element.prototype.map ( mapFn, thisArg )

function cytoscape.element.prototype.max ( valFn, thisArg )

function cytoscape.element.prototype.maxDegree ( includeLoops )

function cytoscape.element.prototype.maxIndegree ( includeLoops )

function cytoscape.element.prototype.maxOutdegree ( includeLoops )

function cytoscape.element.prototype.merge ( toAdd )

function cytoscape.element.prototype.min ( valFn, thisArg )

function cytoscape.element.prototype.minDegree ( includeLoops )

function cytoscape.element.prototype.minIndegree ( includeLoops )

function cytoscape.element.prototype.minOutdegree ( includeLoops )

function cytoscape.element.prototype.modelPosition ( name, value )

function cytoscape.element.prototype.modelPositions ( pos, silent )

function cytoscape.element.prototype.move ( struct )

function cytoscape.element.prototype.n ( other )

function cytoscape.element.prototype.neighborhood ( arg1, arg2, arg3, arg4 )

function cytoscape.element.prototype.neighbourhood ( arg1, arg2, arg3, arg4 )

function cytoscape.element.prototype.nodes ( selector )

function cytoscape.element.prototype.nonempty ()

function cytoscape.element.prototype.noninteractive ()

function cytoscape.element.prototype.nonorphans ( selector )

function cytoscape.element.prototype.not ( toRemove )

function cytoscape.element.prototype.off ( events, selector, callback )

function cytoscape.element.prototype.on ( events, selector, callback )

function cytoscape.element.prototype.once ( events, selector, callback )

function cytoscape.element.prototype.one ( events, selector, callback )

function cytoscape.element.prototype.openNeighborhood ( selector )

function cytoscape.element.prototype.openNeighbourhood ( selector )

function cytoscape.element.prototype.or ( toAdd )

function cytoscape.element.prototype.orphans ( selector )

function cytoscape.element.prototype.outdegree ( includeLoops )

function cytoscape.element.prototype.outerHeight ()

function cytoscape.element.prototype.outerWidth ()

function cytoscape.element.prototype.outgoers ( arg1, arg2, arg3, arg4 )

function cytoscape.element.prototype.pageRank ( options )

function cytoscape.element.prototype.parallelEdges ( arg1, arg2, arg3, arg4 )

function cytoscape.element.prototype.parent ( selector )

function cytoscape.element.prototype.parents ( selector )

function cytoscape.element.prototype.parsedStyle ( property )

function cytoscape.element.prototype.point ( name, value )

function cytoscape.element.prototype.points ( pos, silent )

function cytoscape.element.prototype.pon ( events, selector )

function cytoscape.element.prototype.poolIndex ()

function cytoscape.element.prototype.position ( name, value )

function cytoscape.element.prototype.positions ( pos, silent )

function cytoscape.element.prototype.predecessors ( selector )

function cytoscape.element.prototype.promiseOn ( events, selector )

function cytoscape.element.prototype.pstyle ( property )

function cytoscape.element.prototype.recalculateRenderedStyle ( useCache )

function cytoscape.element.prototype.relativeComplement ( toRemove )

function cytoscape.element.prototype.relativePoint ( dim, val )

function cytoscape.element.prototype.relativePosition ( dim, val )

function cytoscape.element.prototype.remove ( notifyRenderer )

function cytoscape.element.prototype.removeAttr ( names )

function cytoscape.element.prototype.removeBypass ( names )

function cytoscape.element.prototype.removeClass ( classes )

function cytoscape.element.prototype.removeCss ( names )

function cytoscape.element.prototype.removeData ( names )

function cytoscape.element.prototype.removeListener ( events, selector, callback )

function cytoscape.element.prototype.removeRscratch ( names )

function cytoscape.element.prototype.removeScratch ( names )

function cytoscape.element.prototype.removeStyle ( names )

function cytoscape.element.prototype.removed ()

function cytoscape.element.prototype.renderedBoundingBox ( options )

function cytoscape.element.prototype.renderedBoundingbox ( options )

function cytoscape.element.prototype.renderedCss ( property )

function cytoscape.element.prototype.renderedHeight ()

function cytoscape.element.prototype.renderedOuterHeight ()

function cytoscape.element.prototype.renderedOuterWidth ()

function cytoscape.element.prototype.renderedPoint ( dim, val )

function cytoscape.element.prototype.renderedPosition ( dim, val )

function cytoscape.element.prototype.renderedStyle ( property )

function cytoscape.element.prototype.renderedWidth ()

function cytoscape.element.prototype.restore ( notifyRenderer )

function cytoscape.element.prototype.roots ( selector )

function cytoscape.element.prototype.rscratch ( name, value )

function cytoscape.element.prototype.rtrigger ( event, extraParams )

function cytoscape.element.prototype.same ( collection )

function cytoscape.element.prototype.scratch ( name, value )

function cytoscape.element.prototype.select ()

function cytoscape.element.prototype.selectable ()

function cytoscape.element.prototype.selected ()

function cytoscape.element.prototype.selectify ()

function cytoscape.element.prototype.show ()

function cytoscape.element.prototype.siblings ( selector )

function cytoscape.element.prototype.silentPosition ( name, value )

function cytoscape.element.prototype.silentPositions ( pos )

function cytoscape.element.prototype.size ()

function cytoscape.element.prototype.slice ( start, end )

function cytoscape.element.prototype.some ( fn, thisArg )

function cytoscape.element.prototype.sort ( sortFn )

function cytoscape.element.prototype.sortByZIndex ()

function cytoscape.element.prototype.source ( arg1, arg2, arg3, arg4 )

function cytoscape.element.prototype.sources ( selector )

function cytoscape.element.prototype.spawn ( cy, eles, opts )

function cytoscape.element.prototype.spawnSelf ()

function cytoscape.element.prototype.stdFilter ( filter, thisArg )

function cytoscape.element.prototype.stop ( clearQueue, jumpToEnd )

function cytoscape.element.prototype.style ( name, value )

function cytoscape.element.prototype.subtract ( toRemove )

function cytoscape.element.prototype.successors ( selector )

function cytoscape.element.prototype.symdiff ( other )

function cytoscape.element.prototype.symmetricDifference ( other )

function cytoscape.element.prototype.takesUpSpace ()

function cytoscape.element.prototype.target ( arg1, arg2, arg3, arg4 )

function cytoscape.element.prototype.targets ( selector )

function cytoscape.element.prototype.toArray ()

function cytoscape.element.prototype.toggleClass ( classesStr, toggle )

function cytoscape.element.prototype.totalDegree ( includeLoops )

function cytoscape.element.prototype.transparent ()

function cytoscape.element.prototype.trigger ( events, extraParams, fnToTrigger )

function cytoscape.element.prototype.u ( toAdd )

function cytoscape.element.prototype.unactivate ()

function cytoscape.element.prototype.unbind ( events, selector, callback )

function cytoscape.element.prototype.ungrabify ()

function cytoscape.element.prototype.union ( toAdd )

function cytoscape.element.prototype.unique ()

function cytoscape.element.prototype.unlisten ( events, selector, callback )

function cytoscape.element.prototype.unlock ()

function cytoscape.element.prototype.unmerge ( toRemove )

function cytoscape.element.prototype.unmergeOne ( ele )

function cytoscape.element.prototype.unselect ()

function cytoscape.element.prototype.unselectify ()

function cytoscape.element.prototype.updateCompoundBounds ()

function cytoscape.element.prototype.updateMappers ( notifyRenderer )

function cytoscape.element.prototype.updateStyle ( notifyRenderer )

function cytoscape.element.prototype.visible ()

function cytoscape.element.prototype.width ()

function cytoscape.element.prototype.xor ( other )

function cytoscape.element.prototype.zDepth ()

module cytoscape.event

function cytoscape.event ( src, props )

module cytoscape.event.prototype

function cytoscape.event.prototype.instanceString ()

function cytoscape.event.prototype.isDefaultPrevented ()

function cytoscape.event.prototype.isImmediatePropagationStopped ()

function cytoscape.event.prototype.isPropagationStopped ()

function cytoscape.event.prototype.preventDefault ()

function cytoscape.event.prototype.stopImmediatePropagation ()

function cytoscape.event.prototype.stopPropagation ()

module cytoscape.events

function cytoscape.events.addListener ( events, selector, callback )

function cytoscape.events.bind ( events, selector, callback )

function cytoscape.events.emit ( events, extraParams, fnToTrigger )

function cytoscape.events.listen ( events, selector, callback )

function cytoscape.events.off ( events, selector, callback )

function cytoscape.events.on ( events, selector, callback )

function cytoscape.events.once ( events, selector, callback )

function cytoscape.events.one ( events, selector, callback )

function cytoscape.events.pon ( events, selector )

function cytoscape.events.promiseOn ( events, selector )

function cytoscape.events.removeListener ( events, selector, callback )

function cytoscape.events.rtrigger ( event, extraParams )

function cytoscape.events.trigger ( events, extraParams, fnToTrigger )

function cytoscape.events.unbind ( events, selector, callback )

function cytoscape.events.unlisten ( events, selector, callback )

module cytoscape.export

function cytoscape.export.jpeg ( options )

function cytoscape.export.jpg ( options )

function cytoscape.export.png ( options )

module cytoscape.filter

function cytoscape.filter ( filter, thisArg )

function cytoscape.filter.abscomp ()

function cytoscape.filter.absoluteComplement ()

function cytoscape.filter.add ( toAdd )

function cytoscape.filter.and ( other )

function cytoscape.filter.complement ()

function cytoscape.filter.diff ( other )

function cytoscape.filter.difference ( toRemove )

function cytoscape.filter.edges ( selector )

function cytoscape.filter.filterFn ( filter, thisArg )

function cytoscape.filter.fnFilter ( filter, thisArg )

function cytoscape.filter.intersect ( other )

function cytoscape.filter.intersection ( other )

function cytoscape.filter.map ( mapFn, thisArg )

function cytoscape.filter.max ( valFn, thisArg )

function cytoscape.filter.merge ( toAdd )

function cytoscape.filter.min ( valFn, thisArg )

function cytoscape.filter.n ( other )

function cytoscape.filter.nodes ( selector )

function cytoscape.filter.not ( toRemove )

function cytoscape.filter.or ( toAdd )

function cytoscape.filter.relativeComplement ( toRemove )

function cytoscape.filter.stdFilter ( filter, thisArg )

function cytoscape.filter.subtract ( toRemove )

function cytoscape.filter.symdiff ( other )

function cytoscape.filter.symmetricDifference ( other )

function cytoscape.filter.u ( toAdd )

function cytoscape.filter.union ( toAdd )

function cytoscape.filter.unmerge ( toRemove )

function cytoscape.filter.unmergeOne ( ele )

function cytoscape.filter.xor ( other )

module cytoscape.floyd_warshall

function cytoscape.floyd_warshall.floydWarshall ( options )

module cytoscape.get_for_ele

function cytoscape.get_for_ele.getAnimationStartStyle ( ele, aniProps )

function cytoscape.get_for_ele.getPropsList ( propsObj )

function cytoscape.get_for_ele.getRawStyle ( ele, isRenderedVal )

function cytoscape.get_for_ele.getRenderedStyle ( ele )

function cytoscape.get_for_ele.getStylePropertyValue ( ele, propName, isRenderedVal )

module cytoscape.grid

function cytoscape.grid ( options )

module cytoscape.grid.prototype

function cytoscape.grid.prototype.run ()

module cytoscape.group

function cytoscape.group ()

function cytoscape.group.isEdge ()

function cytoscape.group.isLoop ()

function cytoscape.group.isNode ()

function cytoscape.group.isSimple ()

module cytoscape.heap

function cytoscape.heap ( cmp )

function cytoscape.heap.heapify ( array, cmp )

function cytoscape.heap.nlargest ( array, n, cmp )

function cytoscape.heap.nsmallest ( array, n, cmp )

function cytoscape.heap.pop ( array, cmp )

function cytoscape.heap.push ( array, item, cmp )

function cytoscape.heap.pushpop ( array, item, cmp )

function cytoscape.heap.replace ( array, item, cmp )

function cytoscape.heap.updateItem ( array, item, cmp )

module cytoscape.heap.prototype

function cytoscape.heap.prototype.clear ()

function cytoscape.heap.prototype.clone ()

function cytoscape.heap.prototype.contains ( x )

function cytoscape.heap.prototype.copy ()

function cytoscape.heap.prototype.empty ()

function cytoscape.heap.prototype.front ()

function cytoscape.heap.prototype.has ( x )

function cytoscape.heap.prototype.heapify ()

function cytoscape.heap.prototype.insert ( x )

function cytoscape.heap.prototype.peek ()

function cytoscape.heap.prototype.pop ()

function cytoscape.heap.prototype.push ( x )

function cytoscape.heap.prototype.pushpop ( x )

function cytoscape.heap.prototype.replace ( x )

function cytoscape.heap.prototype.size ()

function cytoscape.heap.prototype.toArray ()

function cytoscape.heap.prototype.top ()

function cytoscape.heap.prototype.updateItem ( x )

module cytoscape.index

function cytoscape.index ( cy, elements, options )

module cytoscape.is

function cytoscape.is.array ( obj )

function cytoscape.is.bool ( obj )

function cytoscape.is.boundingBox ( obj )

function cytoscape.is.chromium ()

function cytoscape.is.collection ( obj )

function cytoscape.is.core ( obj )

function cytoscape.is.defined ( obj )

function cytoscape.is.domElement ( obj )

function cytoscape.is.element ( obj )

function cytoscape.is.elementOrCollection ( obj )

function cytoscape.is.emptyString ( obj )

function cytoscape.is.event ( obj )

function cytoscape.is.fabric ( obj )

function cytoscape.is.fn ( obj )

function cytoscape.is.gecko ()

function cytoscape.is.htmlElement ( obj )

function cytoscape.is.integer ( obj )

function cytoscape.is.khtml ()

function cytoscape.is.khtmlEtc ()

function cytoscape.is.linux ()

function cytoscape.is.mac ()

function cytoscape.is.ms ()

function cytoscape.is.nonemptyString ( obj )

function cytoscape.is.number ( obj )

function cytoscape.is.object ( obj )

function cytoscape.is.plainObject ( obj )

function cytoscape.is.promise ( obj )

function cytoscape.is.string ( obj )

function cytoscape.is.style ( obj )

function cytoscape.is.stylesheet ( obj )

function cytoscape.is.thread ( obj )

function cytoscape.is.touch ()

function cytoscape.is.unix ()

function cytoscape.is.webkit ()

function cytoscape.is.windows ()

module cytoscape.iteration

function cytoscape.iteration.each ( fn, thisArg )

function cytoscape.iteration.empty ()

function cytoscape.iteration.eq ( i )

function cytoscape.iteration.first ()

function cytoscape.iteration.forEach ( fn, thisArg )

function cytoscape.iteration.last ()

function cytoscape.iteration.nonempty ()

function cytoscape.iteration.size ()

function cytoscape.iteration.slice ( start, end )

function cytoscape.iteration.sort ( sortFn )

function cytoscape.iteration.sortByZIndex ()

function cytoscape.iteration.toArray ()

function cytoscape.iteration.zDepth ()

module cytoscape.json

function cytoscape.json ()

function cytoscape.json.applyFromJson ( json )

function cytoscape.json.fromJson ( json )

module cytoscape.kerger_stein

function cytoscape.kerger_stein.kargerStein ( options )

module cytoscape.kruskal

function cytoscape.kruskal ( weightFn )

module cytoscape.layout

function cytoscape.layout ( options )

function cytoscape.layout.createLayout ( options )

function cytoscape.layout.layoutPositions ( layout, options, fn )

function cytoscape.layout.makeLayout ( options )

module cytoscape.maps

function cytoscape.maps.deleteMap ( options )

function cytoscape.maps.getMap ( options )

function cytoscape.maps.mapEmpty ( map )

function cytoscape.maps.pushMap ( options )

function cytoscape.maps.setMap ( options )

module cytoscape.math

function cytoscape.math.arePositionsSame ( p1, p2 )

function cytoscape.math.array2point ( arr )

function cytoscape.math.bound ( min, val, max )

function cytoscape.math.boundingBoxInBoundingBox ( bb1, bb2 )

function cytoscape.math.boundingBoxesIntersect ( bb1, bb2 )

function cytoscape.math.copyPosition ( p )

function cytoscape.math.deg2rad ( deg )

function cytoscape.math.dist ( p1, p2 )

function cytoscape.math.expandBoundingBox ( bb, padding )

function cytoscape.math.expandPolygon ( points, pad )

function cytoscape.math.findCircleNearPoint ( centerX, centerY, radius, farX, farY )

function cytoscape.math.findMaxSqDistanceToOrigin ( points )

function cytoscape.math.finiteLinesIntersect ( x1, y1, x2, y2, x3, y3, x4, y4, infiniteLines )

function cytoscape.math.fitPolygonToSquare ( points )

function cytoscape.math.generateUnitNgonPoints ( sides, rotationRadians )

function cytoscape.math.generateUnitNgonPointsFitToSquare ( sides, rotationRadians )

function cytoscape.math.getRoundRectangleRadius ( width, height )

function cytoscape.math.inBezierVicinity ( x, y, x1, y1, x2, y2, x3, y3, tolerance )

function cytoscape.math.inBoundingBox ( bb, x, y )

function cytoscape.math.inLineVicinity ( x, y, lx1, ly1, lx2, ly2, tolerance )

function cytoscape.math.intersectLineCircle ( x1, y1, x2, y2, centerX, centerY, radius )

function cytoscape.math.intersectLineEllipse ( x, y, centerX, centerY, ellipseWradius, ellipseHradius )

function cytoscape.math.joinLines ( lineSet )

function cytoscape.math.lineAt ( p0, p1, t, d )

function cytoscape.math.lineAtDist ( p0, p1, d )

function cytoscape.math.log2 ()

function cytoscape.math.makeBoundingBox ( bb )

function cytoscape.math.midOfThree ( a, b, c )

function cytoscape.math.pointInBoundingBox ( bb, pt )

function cytoscape.math.pointInsidePolygon ( x, y, basePoints, centerX, centerY, width, height, direction, padding )

function cytoscape.math.pointInsidePolygonPoints ( x, y, points )

function cytoscape.math.polygonIntersectLine ( x, y, basePoints, centerX, centerY, width, height, padding )

function cytoscape.math.qbezierAt ( p0, p1, p2, t )

function cytoscape.math.qbezierPtAt ( p0, p1, p2, t )

function cytoscape.math.roundRectangleIntersectLine ( x, y, nodeX, nodeY, width, height, padding )

function cytoscape.math.shortenIntersection ( intersection, offset, amount )

function cytoscape.math.signum ( x )

function cytoscape.math.solveCubic ( a, b, c, d, result )

function cytoscape.math.sqdist ( p1, p2 )

function cytoscape.math.sqdistToFiniteLine ( x, y, x1, y1, x2, y2 )

function cytoscape.math.sqdistToQuadraticBezier ( x, y, x1, y1, x2, y2, x3, y3 )

function cytoscape.math.triangleAngle ( A, B, C )

function cytoscape.math.updateBoundingBox ( bb1, bb2 )

module cytoscape.notification

function cytoscape.notification.batch ( callback )

function cytoscape.notification.batchData ( map )

function cytoscape.notification.endBatch ()

function cytoscape.notification.noNotifications ( callback )

function cytoscape.notification.notifications ( bool )

function cytoscape.notification.notify ( params )

function cytoscape.notification.startBatch ()

module cytoscape.null

function cytoscape.null ( options )

module cytoscape.null.prototype

function cytoscape.null.prototype.run ()

function cytoscape.null.prototype.stop ()

module cytoscape.page_rank

function cytoscape.page_rank.pageRank ( options )

module cytoscape.parse

function cytoscape.parse ( name, value, propIsBypass, propIsFlat )

function cytoscape.parse.parseImpl ( name, value, propIsBypass, propIsFlat )

module cytoscape.preset

function cytoscape.preset ( options )

module cytoscape.preset.prototype

function cytoscape.preset.prototype.run ()

module cytoscape.properties

function cytoscape.properties.addDefaultStylesheet ()

function cytoscape.properties.getDefaultProperties ()

function cytoscape.properties.getDefaultProperty ( name )

module cytoscape.random

function cytoscape.random ( options )

module cytoscape.random.prototype

function cytoscape.random.prototype.run ()

module cytoscape.renderer

function cytoscape.renderer ()

function cytoscape.renderer.destroyRenderer ()

function cytoscape.renderer.forceRender ()

function cytoscape.renderer.initRenderer ( options )

function cytoscape.renderer.invalidateDimensions ()

function cytoscape.renderer.offRender ( fn )

function cytoscape.renderer.onRender ( fn )

function cytoscape.renderer.renderTo ( context, zoom, pan, pxRatio )

function cytoscape.renderer.resize ()

module cytoscape.search

function cytoscape.search.collection ( eles, opts )

function cytoscape.search.edges ( selector )

function cytoscape.search.elements ( selector )

function cytoscape.search.filter ( selector )

function cytoscape.search.mutableElements ()

function cytoscape.search.nodes ( selector )

module cytoscape.selector

function cytoscape.selector ( selector )

module cytoscape.selector.prototype

function cytoscape.selector.prototype.eq ( i )

function cytoscape.selector.prototype.filter ( collection )

function cytoscape.selector.prototype.matches ( ele )

function cytoscape.selector.prototype.selector ()

function cytoscape.selector.prototype.size ()

function cytoscape.selector.prototype.toString ()

module cytoscape.string_sheet

function cytoscape.string_sheet.applyFromString ( string )

function cytoscape.string_sheet.fromString ( string )

module cytoscape.strings

function cytoscape.strings.camel2dash ()

function cytoscape.strings.capitalize ( str )

function cytoscape.strings.dash2camel ()

function cytoscape.strings.prependCamel ()

module cytoscape.style

function cytoscape.style ( name, value )

function cytoscape.style.backgrounding ()

function cytoscape.style.bypass ( name, value )

function cytoscape.style.css ( name, value )

function cytoscape.style.effectiveOpacity ()

function cytoscape.style.hidden ()

function cytoscape.style.hide ()

function cytoscape.style.interactive ()

function cytoscape.style.noninteractive ()

function cytoscape.style.parsedStyle ( property )

function cytoscape.style.pstyle ( property )

function cytoscape.style.removeBypass ( names )

function cytoscape.style.removeCss ( names )

function cytoscape.style.removeStyle ( names )

function cytoscape.style.renderedCss ( property )

function cytoscape.style.renderedStyle ( property )

function cytoscape.style.show ()

function cytoscape.style.takesUpSpace ()

function cytoscape.style.transparent ()

function cytoscape.style.updateMappers ( notifyRenderer )

function cytoscape.style.updateStyle ( notifyRenderer )

function cytoscape.style.visible ()

module cytoscape.switch_functions

function cytoscape.switch_functions.activate ()

function cytoscape.switch_functions.active ()

function cytoscape.switch_functions.deselect ()

function cytoscape.switch_functions.grabbable ()

function cytoscape.switch_functions.grabbed ()

function cytoscape.switch_functions.grabify ()

function cytoscape.switch_functions.inactive ()

function cytoscape.switch_functions.lock ()

function cytoscape.switch_functions.locked ()

function cytoscape.switch_functions.select ()

function cytoscape.switch_functions.selectable ()

function cytoscape.switch_functions.selected ()

function cytoscape.switch_functions.selectify ()

function cytoscape.switch_functions.unactivate ()

function cytoscape.switch_functions.ungrabify ()

function cytoscape.switch_functions.unlock ()

function cytoscape.switch_functions.unselect ()

function cytoscape.switch_functions.unselectify ()

module cytoscape.timing

function cytoscape.timing.debounce ( func, wait, options )

function cytoscape.timing.now ()

function cytoscape.timing.performanceNow ()

function cytoscape.timing.requestAnimationFrame ( fn )

function cytoscape.timing.throttle ( func, wait, options )

module cytoscape.traversing

function cytoscape.traversing.closedNeighborhood ( selector )

function cytoscape.traversing.closedNeighbourhood ( selector )

function cytoscape.traversing.codirectedEdges ( arg1, arg2, arg3, arg4 )

function cytoscape.traversing.components ()

function cytoscape.traversing.connectedEdges ( arg1, arg2, arg3, arg4 )

function cytoscape.traversing.connectedNodes ( arg1, arg2, arg3, arg4 )

function cytoscape.traversing.edgesTo ( arg1, arg2, arg3, arg4 )

function cytoscape.traversing.edgesWith ( arg1, arg2, arg3, arg4 )

function cytoscape.traversing.incomers ( arg1, arg2, arg3, arg4 )

function cytoscape.traversing.leaves ( selector )

function cytoscape.traversing.neighborhood ( arg1, arg2, arg3, arg4 )

function cytoscape.traversing.neighbourhood ( arg1, arg2, arg3, arg4 )

function cytoscape.traversing.openNeighborhood ( selector )

function cytoscape.traversing.openNeighbourhood ( selector )

function cytoscape.traversing.outgoers ( arg1, arg2, arg3, arg4 )

function cytoscape.traversing.parallelEdges ( arg1, arg2, arg3, arg4 )

function cytoscape.traversing.predecessors ( selector )

function cytoscape.traversing.roots ( selector )

function cytoscape.traversing.source ( arg1, arg2, arg3, arg4 )

function cytoscape.traversing.sources ( selector )

function cytoscape.traversing.successors ( selector )

function cytoscape.traversing.target ( arg1, arg2, arg3, arg4 )

function cytoscape.traversing.targets ( selector )

module cytoscape.viewport

function cytoscape.viewport ( opts )

function cytoscape.viewport.autolock ( bool )

function cytoscape.viewport.autolockNodes ( bool )

function cytoscape.viewport.autoungrabify ( bool )

function cytoscape.viewport.autoungrabifyNodes ( bool )

function cytoscape.viewport.autounselectify ( bool )

function cytoscape.viewport.boxSelectionEnabled ( bool )

function cytoscape.viewport.center ( elements )

function cytoscape.viewport.centre ( elements )

function cytoscape.viewport.extent ()

function cytoscape.viewport.fit ( elements, padding )

function cytoscape.viewport.getCenterPan ( elements, zoom )

function cytoscape.viewport.getFitViewport ( elements, padding )

function cytoscape.viewport.height ()

function cytoscape.viewport.invalidateSize ()

function cytoscape.viewport.maxZoom ( zoom )

function cytoscape.viewport.minZoom ( zoom )

function cytoscape.viewport.pan ()

function cytoscape.viewport.panBy ( params )

function cytoscape.viewport.panningEnabled ( bool )

function cytoscape.viewport.renderedExtent ()

function cytoscape.viewport.reset ()

function cytoscape.viewport.size ()

function cytoscape.viewport.userPanningEnabled ( bool )

function cytoscape.viewport.userZoomingEnabled ( bool )

function cytoscape.viewport.width ()

function cytoscape.viewport.zoom ( params )

function cytoscape.viewport.zoomingEnabled ( bool )

[ this document was created with utility2 ]