From 36a08226928d6c0e217c2fa44a917de55ab425e6 Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Wed, 6 May 2015 19:45:58 +0200 Subject: [PATCH] collapsible methods, experiment... --- docs/network/new_network.html | 136 ++++++++++++++++++---------------- 1 file changed, 74 insertions(+), 62 deletions(-) diff --git a/docs/network/new_network.html b/docs/network/new_network.html index 907a7dfd..ddf22f24 100644 --- a/docs/network/new_network.html +++ b/docs/network/new_network.html @@ -241,22 +241,22 @@ network.setOptions(options);

All Methods

This is a list of all the methods in the public API. They have been grouped by category, which correspond to the - modules listed above.

- + modules listed above. They are initially collapsed and colored alternatively.

+
- - + + - + - + @@ -266,7 +266,7 @@ network.setOptions(options); network. - + - - + + - + @@ -287,7 +287,7 @@ network.setOptions(options); {x:Number,y:Number}. The DOM values are relative to the network container. - + @@ -296,8 +296,12 @@ network.setOptions(options); {x:Number,y:Number}. The DOM values are relative to the network container. - - + + + + + + @@ -305,10 +309,10 @@ network.setOptions(options); - - + + - + @@ -319,7 +323,7 @@ network.setOptions(options); is presented with all nodes. - + - + - + - + @@ -364,14 +368,14 @@ network.setOptions(options); network.clustering.findNode('fred') will return ['A','B','C','fred']. - + - + @@ -393,22 +397,24 @@ network.setOptions(options); - - + + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - - + + - + . - + - + - - + + - + - + - + - + @@ -566,7 +574,7 @@ network.setOptions(options); of the canvas. - + @@ -574,7 +582,7 @@ network.setOptions(options); of the canvas.. - + @@ -584,35 +592,37 @@ network.setOptions(options); its own objects. Does not fire events. - + - + - - + + - + - + - + - + - + - + @@ -1013,7 +1023,9 @@ var locales = { - +
name returns description
Global methods for the network.
Global methods for the network.
Methods related to the canvas.
Methods related to the canvas.
redraw()noneRedraw the network.
Clustering
Clustering
Manipulation methods to use the manipulation system without GUI.
Manipulation methods to use the + manipulation system without GUI. +
Methods to get information on nodes.
Methods to get information on nodes.
Physics methods to control when the simulation should run.
Physics methods to control when the + simulation should run. +
Selection methods for nodes and edges.
Selection methods for nodes and edges.
Methods to control the viewport for zoom and animation.
Methods to control the viewport for zoom + and animation. +
Events triggered by the rendering module. Can be used to draw custom elements on the canvas.Events triggered by the rendering module. Can be used to draw custom elements on the + canvas. +
initRedraw