public interface IElementInfoManager
Modifier and Type | Method and Description |
---|---|
IEdgeInfo |
getEdgeInfo(Edge edge)
Returns the edge information object of the given edge.
|
IEdgeLabelInfo |
getEdgeLabelInfo(IEdgeLabelLayout edgeLabelLayout)
Returns the edge label information object of the given edge label layout.
|
INodeInfo |
getNodeInfo(Node node)
Returns the node information object of the given node.
|
INodeLabelInfo |
getNodeLabelInfo(INodeLabelLayout nodeLabelLayout)
Returns the node label layout information object of the given node label layout.
|
IEdgeInfo getEdgeInfo(Edge edge)
edge
- the edge for which the information object should be returnedIEdgeLabelInfo getEdgeLabelInfo(IEdgeLabelLayout edgeLabelLayout)
edgeLabelLayout
- the edge label layout for which the information object should be returnedINodeInfo getNodeInfo(Node node)
node
- the node for which the information object should be returnedINodeLabelInfo getNodeLabelInfo(INodeLabelLayout nodeLabelLayout)
nodeLabelLayout
- the node label layout for which the information object should be returned