Search this API

y.layout.multipage
Interface ElementInfoManager

All Known Implementing Classes:
LayoutContext, MultiPageLayout

public interface ElementInfoManager

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


Method Summary
 EdgeInfo getEdgeInfo(Edge e)
          Returns the edge information object of the given edge.
 EdgeLabelInfo getEdgeLabelInfo(EdgeLabelLayout ell)
          Returns the edge label information object of the given edge label layout.
 NodeInfo getNodeInfo(Node n)
          Returns the node information object of the given node.
 NodeLabelInfo getNodeLabelInfo(NodeLabelLayout nll)
          Returns the node label layout information object of the given node label layout.
 

Method Detail

getNodeInfo

NodeInfo getNodeInfo(Node n)
Returns the node information object of the given node.

Parameters:
n - the node for which the information object should be returned.
Returns:
the node information object of the given node.

getEdgeInfo

EdgeInfo getEdgeInfo(Edge e)
Returns the edge information object of the given edge.

Parameters:
e - the edge for which the information object should be returned.
Returns:
the edge information object of the given edge.

getNodeLabelInfo

NodeLabelInfo getNodeLabelInfo(NodeLabelLayout nll)
Returns the node label layout information object of the given node label layout.

Parameters:
nll - the node label layout for which the information object should be returned.
Returns:
the node label information object of the given node label layout.

getEdgeLabelInfo

EdgeLabelInfo getEdgeLabelInfo(EdgeLabelLayout ell)
Returns the edge label information object of the given edge label layout.

Parameters:
ell - the edge label layout for which the information object should be returned.
Returns:
the edge label information object of the given edge label layout.

© Copyright 2000-2013,
yWorks GmbH.
All rights reserved.