ibm_ilog.diagram.graphlayout.GraphAdapter (version 1.1-SNAPSHOT)
Object » ibm_ilog.graphlayout.AbstractGraphLayoutModel » ibm_ilog.diagram.graphlayout.GraphAdapter
dojo.require("ibm_ilog.diagram.graphlayout.GraphAdapter");
The implementation of the graph model interface to layout the contents of a Graph.
Method Summary
- afterLayout()
- boundingBox(nodeOrLink)
- constructor(graph, layout)
- createGraphModel(subgraph)
- getAllLinks() Gets all the links and intergraph links contained in the graph associated with this graph model.
- getFrom(link)
- getGraph()
- getIntergraphLinks()
- getLinkPointAt(link, index)
- getLinkPoints(link)
- getLinkWidth(link)
- getLinks()
- getLinksFrom(node)
- getLinksTo(node)
- getNodes()
- getNodesAndAllLinks() Gets the nodes, the links and the intergraph links contained in the graph associated with this graph model.
- getOriginatingLayout()
- getParent()
- getSubgraphs()
- getTo(link)
- getTransform(subModel)
- hasMoveableConnectionPoint(link, origin)
- hasPinnedConnectionPoint(link, origin)
- isIntergraphLink(o)
- isLink(o)
- isNode(o)
- isSubgraph(o)
- moveNode(node, x, y)
- reshapeLink(link, style, fromPoint, fromPointMode, points, startIndex, length, toPoint, toPointMode)
- restoreAndDisableViewCoordinates()
- saveAndEnableViewCoordinates(rootModel)
- setOriginatingLayout(layout)
Methods
Overrides ibm_ilog.graphlayout.AbstractGraphLayoutModel
Parameter | Type | Description |
---|---|---|
nodeOrLink |
Overrides ibm_ilog.graphlayout.AbstractGraphLayoutModel
Parameter | Type | Description |
---|---|---|
graph | ||
layout |
Overrides ibm_ilog.graphlayout.AbstractGraphLayoutModel
Parameter | Type | Description |
---|---|---|
subgraph |
Overrides ibm_ilog.graphlayout.AbstractGraphLayoutModel
Gets all the links and intergraph links contained in the graph associated with this graph model. This method is used only in the ibm_ilog.diagram.graphlayout.Animation class, it is not part of the base graph model interface.
Overrides ibm_ilog.graphlayout.AbstractGraphLayoutModel
Parameter | Type | Description |
---|---|---|
link | ||
index |
Overrides ibm_ilog.graphlayout.AbstractGraphLayoutModel
Gets the nodes, the links and the intergraph links contained in the graph associated with this graph model. This method is used only in the ibm_ilog.diagram.graphlayout.ServerSideLayout class, it is not part of the base graph model interface.
Overrides ibm_ilog.graphlayout.AbstractGraphLayoutModel
Parameter | Type | Description |
---|---|---|
link | ||
origin |
Overrides ibm_ilog.graphlayout.AbstractGraphLayoutModel
Parameter | Type | Description |
---|---|---|
link | ||
origin |
Overrides ibm_ilog.graphlayout.AbstractGraphLayoutModel
Parameter | Type | Description |
---|---|---|
link | ||
style | ||
fromPoint | ||
fromPointMode | ||
points | ||
startIndex | ||
length | ||
toPoint | ||
toPointMode |
Overrides ibm_ilog.graphlayout.AbstractGraphLayoutModel
Parameter | Type | Description |
---|---|---|
rootModel |