public interface IEdgeInfo
| Modifier and Type | Method and Description |
|---|---|
Object |
getId()
Gets the unique ID of the associated edge.
|
Edge |
getRepresentedEdge()
Gets the original edge associated with this
IEdgeInfo. |
EdgeType |
getType()
Gets the type of the associated edge.
|
Object getId()
MultiPageLayoutResult.getEdgeInfo(Edge),
IElementInfoManager.getEdgeInfo(Edge)Edge getRepresentedEdge()
IEdgeInfo.
More precisely, for edges of type EdgeType.CONNECTOR, this method returns the edge of the
input graph that was split by the connector edge. Otherwise, it returns null.
EdgeType.CONNECTOR, null otherwiseEdgeType.CONNECTOREdgeType getType()