somethings can be using in showing strength in the flex spring graph.
1. show different colour for the node of spring graph.
2. show different edge of each node of the spring graph.
3. show different size of nodes in the spring graph.
somethings can be using in showing strength in the flex spring graph.
1. show different colour for the node of spring graph.
2. show different edge of each node of the spring graph.
3. show different size of nodes in the spring graph.
using SpringGraph for any flex project:
SpringGraph is a 2D data visualization API based on the flex 2. I have used flex 3 sdk to demo the example of spring graph.
first of all, a package should be downloaded for using SpringGraph at developer blog. Extracting the package, copy ./SpringGraph/bin/SpringGraph.swc to the directory named simple.
The package provides five examples for testing SpringGraph. going into simple SpringGraphDemo. using command to compile the mxml file, like:
mxmlc -library-path+=../SpringGraph.swc SpringGraphDemo.mxml
than using a flash player open SpringGraphDemo.swf. the interface should like this example.
Kap Lab is a partner of adobe working for flex application research. the home page of kap lab provides some good examples of data visualization.
public class SpringGraph is supported by flex sdk. it is using for creating 2D spring graph for data visualization. a personal blog provides some examples for class SrpingGraph and its’ subClass Roamer.
Course fee: €2750 $0Early bird fee: €2300 if registered by 11 January 2009 $0
some example of spring graph. springgraph is developed by perl. other one is
A Flex component for graph visualization
relationship graph algorithms also can call Radial or Spring graph algorithm. I have found some tutorials.
1. Graph Algorithms using SPIRAL, I think SPIRAL is a software, but I can’t find any more about it.
2. a document about Using Spring Algorithms to Remove Node Overlapping
3.