Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
metexplore
MetExploreViz
Commits
bd981be3
Commit
bd981be3
authored
Apr 10, 2020
by
maxchaza
Browse files
Property documentation
parent
8097c1a8
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
resources/lib/functions/GraphLink.js
View file @
bd981be3
...
...
@@ -2,16 +2,15 @@
* @author MC
* Links drawing
*
*
* @property {Element} link
* @property {Element} visibleLinks
*
* @uses metExploreD3.GraphUtil
* @uses metExploreD3.GraphStyleEdition
* @uses metExploreD3.GraphCaption
*/
metExploreD3
.
GraphLink
=
{
/**
* @property {Element} link
* @property {Element} visibleLinks
*/
link
:
""
,
visibleLinks
:
""
,
...
...
resources/lib/functions/GraphNetwork.js
View file @
bd981be3
/**
* @class metExploreD3.GraphNetwork
*
* @author MC
* To manage the metabolic network
*
...
...
@@ -8,14 +9,6 @@
* Refresh viz & Tick of animation
* Node & Link operations (maybe to pass in GraphNode and GraphLink)
*
* @property {Function} [task=""]
* @property {Boolean} [brushing=false]
* @property {Function} [brushEvnt=undefined]
* @property {Function} [taskZoom=""]
* @property {Boolean} [first=true]
* @property {Boolean} [focus=false]
* @property {Boolean} [scrollable=false]
*
* @uses metExploreD3.GraphLink
* @uses metExploreD3.GraphNode
* @uses metExploreD3.GraphStyleEdition
...
...
@@ -27,6 +20,15 @@
metExploreD3
.
GraphNetwork
=
{
/**
* @property {Function} [task=""]
* @property {Boolean} [brushing=false]
* @property {Function} [brushEvnt=undefined]
* @property {Function} [taskZoom=""]
* @property {Boolean} [first=true]
* @property {Boolean} [focus=false]
* @property {Boolean} [scrollable=false]
*/
task
:
""
,
brushing
:
false
,
brushEvnt
:
undefined
,
...
...
resources/lib/functions/GraphNode.js
View file @
bd981be3
...
...
@@ -2,17 +2,6 @@
* @author MC
* Nodes drawing
*
*
* @property {Element} [node=""]
* @property {Element} [updatedNodes=""]
* @property {String} [panelParent=""]
* @property {String} [activePanel=""]
* @property {Function} [taskClick=""]
* @property {Number} [charKey=""]
* @property {Number} [ctrlKey=""]
* @property {Function} [groupFill=""]
* @property {Boolean} [dblClickable=false]
*
* @uses metExploreD3.GraphLink
* @uses metExploreD3.GraphPanel
* @uses metExploreD3.GraphNetwork
...
...
@@ -21,7 +10,17 @@
*/
metExploreD3
.
GraphNode
=
{
/**
* @property {Element} [node=""]
* @property {Element} [updatedNodes=""]
* @property {String} [panelParent=""]
* @property {String} [activePanel=""]
* @property {Function} [taskClick=""]
* @property {Number} [charKey=""]
* @property {Number} [ctrlKey=""]
* @property {Function} [groupFill=""]
* @property {Boolean} [dblClickable=false]
*/
node
:
""
,
_MyThisGraphNode
:
""
,
updatedNodes
:
""
,
...
...
resources/lib/functions/GraphUtils.js
View file @
bd981be3
This diff is collapsed.
Click to expand it.
resources/lib/functions/NodeStyleForm.js
View file @
bd981be3
...
...
@@ -2,6 +2,7 @@
/**
* @author MC
* (a)description : To manage node exemple in style forms
* @deprecated
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment