Packagecom.yworks.yfiles.layout.multipage
Interfacepublic interface ElementInfoManager
Implementors LayoutContext, MultiPageLayout

Interface that offers access to the information objects of graph elements.



Public Methods
 MethodDefined By
  
Returns the edge information object of the given edge.
ElementInfoManager
  
Returns the edge label information object of the given edge label layout.
ElementInfoManager
  
Returns the node information object of the given node.
ElementInfoManager
  
Returns the node label layout information object of the given node label layout.
ElementInfoManager
Method Detail
getEdgeInfo()method
public function getEdgeInfo(e:Edge):EdgeInfo

Returns the edge information object of the given edge.

Parameters

e:Edge — the edge for which the information object should be returned.

Returns
EdgeInfo — the edge information object of the given edge.
getEdgeLabelInfo()method 
public function getEdgeLabelInfo(ell:EdgeLabelLayout):EdgeLabelInfo

Returns the edge label information object of the given edge label layout.

Parameters

ell:EdgeLabelLayout — the edge label layout for which the information object should be returned.

Returns
EdgeLabelInfo — the edge label information object of the given edge label layout.
getNodeInfo()method 
public function getNodeInfo(n:Node):NodeInfo

Returns the node information object of the given node.

Parameters

n:Node — the node for which the information object should be returned.

Returns
NodeInfo — the node information object of the given node.
getNodeLabelInfo()method 
public function getNodeLabelInfo(nll:NodeLabelLayout):NodeLabelInfo

Returns the node label layout information object of the given node label layout.

Parameters

nll:NodeLabelLayout — the node label layout for which the information object should be returned.

Returns
NodeLabelInfo — the node label information object of the given node label layout.