NodeGraph Reference Documentation
Last updated 11/23/2009 by Peter Bergström (pbergstr@gmail.com)
This is the NodeGraph framework reference documentation. For in-depth information about the NodeGraph framework, please look at this paper written for SVG Open 2009. Also, please look at the PaperCube GitHub project.
If you are interested in viewing the PaperCube documentation, please click here.
Globals
core.js
|
Defines the NodeGraph namespace.
|
main.js
|
Starts the NodeGraph.
|
Controllers
animator.js
|
This is the NodeGraph animation engine. It runs every 40 milliseconds.
|
nodegraph_delegate.js
|
This is the NodeGraph delegate controller. Extend this to customize functionality for your NodeGraph.
|
Mixins
dragpan.js
|
This the drag pan mixin for the views. It will be used in multiple places to allow for drag panning.
|
Views
nodegraph.js
|
This is the node graph view. This will be extended by various views to show a node-edge graph It will show all nodes for an centered object and also link between them. Strong relationships will be shown with thicker and darker lines. This view uses SVG.
|
Documentation generated by
JsDoc Toolkit 2.0.2 on Sat Nov 21 2009 21:24:40 GMT-0800 (PST)