| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ElementInfoManager
Interface that offers access to the information objects of graph elements.
| Method Summary | |
|---|---|
|  EdgeInfo | getEdgeInfo(Edge edge)Returns the edge information object of the given edge. | 
|  EdgeLabelInfo | getEdgeLabelInfo(EdgeLabelLayout edgeLabelLayout)Returns the edge label information object of the given edge label layout. | 
|  NodeInfo | getNodeInfo(Node node)Returns the node information object of the given node. | 
|  NodeLabelInfo | getNodeLabelInfo(NodeLabelLayout nodeLabelLayout)Returns the node label layout information object of the given node label layout. | 
| Method Detail | 
|---|
NodeInfo getNodeInfo(Node node)
node - the node for which the information object should be returned
EdgeInfo getEdgeInfo(Edge edge)
edge - the edge for which the information object should be returned
NodeLabelInfo getNodeLabelInfo(NodeLabelLayout nodeLabelLayout)
nodeLabelLayout - the node label layout for which the information object should be returned
EdgeLabelInfo getEdgeLabelInfo(EdgeLabelLayout edgeLabelLayout)
edgeLabelLayout - the edge label layout for which the information object should be returned
| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||