dundas.controls.TransformLayoutGraph Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.DirectedAcyclicGraph
      dundas.controls.TransformLayoutGraph
 

Constructors

 
  Name Description
init
 
 

Properties

 
  Name Description
graphDepth Gets the depth of the graph. Inherited from dundas.controls.DirectedAcyclicGraph.
graphWidth Gets the graph's width (depth with most nodes) Inherited from dundas.controls.DirectedAcyclicGraph.
layoutHeight
layoutWidth
nodes Gets all nodes. Inherited from dundas.controls.DirectedAcyclicGraph.
resultTransform Gets or sets the result transform.
selectTransforms Gets select transforms.
startNode The start node of this graph. Inherited from dundas.controls.DirectedAcyclicGraph.
transformAdapters Gets all the transform adapters.
 
 

Methods

 
  Name Description
findLongestPaths Find the longest paths between 2 nodes. Inherited from dundas.controls.DirectedAcyclicGraph.
findParents Inherited from dundas.controls.DirectedAcyclicGraph.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getSubGraphArray Retrieve a sub graph as an array. Inherited from dundas.controls.DirectedAcyclicGraph.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.